Kodi Community Forum
[RELEASE] Picasa (Plugin) Photo Addons - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Picture Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=150)
+---- Thread: [RELEASE] Picasa (Plugin) Photo Addons (/showthread.php?tid=45356)

Pages: 1 2 3 4


- steffen_b - 2010-10-10

sphere Wrote:Does it do what it should? Wink

Yes indeed ! Thanks !!!! - to busy last days, sorry for the delay - made my day today Smile

EDIT: ok not yet: its starts ok i can browse my pictures just fine, but at any search.

Code:
GetDirectory - Error getting plugin://plugin.image.picasa/?title=%27someuser%27&category='users_contacts_photos'&access='all'&kind='photo'&page=1&user_id=%27someusername%27&album_id=''&photo_id=''&pq=%27%27&issearch=0&update_listing=0
18:26:56 T:3078911872 M:2752188416   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.image.picasa/?title=%27someuser%27&category='users_contacts_photos'&access='all'&kind='photo'&page=1&user_id=%27someusername%27&album_id=''&photo_id=''&pq=%27%27&issearch=0&update_listing=0) failed
....
18:31:01 T:3078911872 M:2746281984   ERROR: GetDirectory - Error getting plugin://plugin.image.picasa/?title=u%27Search+People%27&category='presets_users'&access=''&kind='album'&page=1&user_id=%27%27&album_id=''&photo_id=''&pq=%27%27&issearch=0&update_listing=0
18:31:01 T:3078911872 M:2746281984   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.image.picasa/?title=u%27Search+People%27&category='presets_users'&access=''&kind='album'&page=1&user_id=%27%27&album_id=''&photo_id=''&pq=%27%27&issearch=0&update_listing=0) failed

Not sure if this can be fixed, dont get how this is working

Otherwise waiting for replacement Smile


- thnmnt - 2010-10-19

Error on ATV(linux) dharma beta 3:

Code:
10:02:47 T:2908228496 M:152367104    INFO: -->Python script returned the following error<--
10:02:47 T:2908228496 M:152367104   ERROR: Error Type: exceptions.ImportError
10:02:47 T:2908228496 M:152367104   ERROR: Error Contents: No module named elementtree
10:02:47 T:2908228496 M:152367104   ERROR: Traceback (most recent call last):
                                              File "/home/xbmc/.xbmc/addons/plugin.image.picasa/default.py", line 282, in ?
                                                picasaPhotosSession()
                                              File "/home/xbmc/.xbmc/addons/plugin.image.picasa/default.py", line 28, in __init__
                                                self.getParamString('user','default',no_unquote=True))
                                              File "/home/xbmc/.xbmc/addons/plugin.image.picasa/default.py", line 125, in go
                                                if not self.login(): return False #only login if we have to
                                              File "/home/xbmc/.xbmc/addons/plugin.image.picasa/default.py", line 52, in login
                                                from gdata.service import CaptchaRequired,BadAuthentication
                                              File "/home/xbmc/.xbmc/addons/plugin.image.picasa/gdata/__init__.py", line 27, in ?
                                                import atom
                                              File "/home/xbmc/.xbmc/addons/plugin.image.picasa/atom/__init__.py", line 56, in ?
                                                from elementtree import ElementTree
                                            ImportError: No module named elementtree
10:02:47 T:2908228496 M:152367104    INFO: -->End of Python script error report<--
10:02:47 T:2908228496 M:152367104    INFO: Python script stopped
10:02:47 T:2908228496 M:152367104   DEBUG: Thread 2908228496 terminating



- spiff - 2010-10-19

somebody forgot to specify the dependency. bad ruuk ;P

install e.g. the flickr add-on (you can remove it afterwards) and it will grab elementtree for you.


- sphere - 2010-10-19

Yes,

And by the way: The Addon "Picasa Webalbums" is not the Addon "Picasa".

I did a quick and dirty port of the "Picasa Webalbums"-Plugin (created by Nuka1195) for the time until someone created a new addon.

Ruuk did a new from scratch addon, the "Picasa" Addon.

regards


- thnmnt - 2010-10-19

spiff Wrote:somebody forgot to specify the dependency. bad ruuk ;P

install e.g. the flickr add-on (you can remove it afterwards) and it will grab elementtree for you.

That did it, thanks for the quick workaround!


- foffen - 2010-11-29

I can't get authentication to work with picasa on win 7 / Dharma RC1. Without auth it works. I have read this post but i don't understand how i can enable this?

Sphere's download link only contains "script.image.bigpictures"...


- sphere - 2010-11-30

foffen Wrote:I can't get authentication to work with picasa on win 7 / Dharma RC1.

Hi,

The Addon "Picasa Webalbums" is not the Addon "Picasa". I did a quick and dirty port of the "Picasa Webalbums"-Plugin (created by Nuka1195) to be dharma compatible for the time until someone created a new addon.

Ruuk created a new addon from scratch, the "Picasa" Addon.
Please use Ruuk's "Picasa" Addon, I removed the quick and dirty port from my googlecode site.

regards,
sphere


- foffen - 2010-11-30

Fair enough and thank you for your answer sphere.

It is the Picasa addon in the Dharma repository that i am using that i can't get to authenticate with my picasa webalbums...


- Randall Lind - 2011-02-28

I am lost I install add my User name and password ok so now how do I connect? I go in to Pictures and nothing. Under configure where I put my user name and password update is grey out.

So what am I doing wrong?


- dc2447 - 2011-04-24

Hi - I have google two factor authentication enabled and can't login - bad authorization - anyone have this working?


- jorsoban - 2011-04-24

Are you using an application specific password?

http://www.google.com/support/accounts/bin/static.py?page=guide.cs&guide=1056283&topic=1056286


- dc2447 - 2011-04-24

jorsoban Wrote:Are you using an application specific password?

http://www.google.com/support/accounts/bin/static.py?page=guide.cs&guide=1056283&topic=1056286

yes I am


Picasa Add-On Not Working - drgregharris - 2011-04-26

I can't seem to get this plug in to work. I'm logged in, but when I try to browse an album, the script fails. Here is the debug log. I'm actually having this problem with a couple of plug ins (You Tube, ESPN3, Apple Trailers)

http://pastebin.com/uNTrYYNm

Thanks in advance,

Greg


- zachmorris - 2011-05-01

A little bug I found after trying to get logged on with this script.

Don't append the "@gmail.com" part of your email address in the username for this script. It wouldn't work with that included. Removed it and everything works great!


Error: script failed - vijayk416 - 2011-10-16

I'm getting this error close to 90% of my attempts to get into any given album.

http://pastebin.com/gxH0UdLa

Can anyone pls translate?