[Digikam-devel] [Bug 241671] Export to PicasaWeb no longer working since version 1.2.0

Markus Göbel markus.goebel at hetos.de
Fri Jun 25 19:04:26 BST 2010


https://bugs.kde.org/show_bug.cgi?id=241671





--- Comment #3 from Markus Göbel <markus goebel hetos de>  2010-06-25 20:04:24 ---
Ok, I think I found the reason for this problem by doing some Wireshark
tracing.

When my picasa username is e.g. my.name at mydomain.de digiKam is doing a HTTP GET
to the URL

http://picasaweb.google.com/data/feed/api/user/my.name%2540mydomain.de

in order to get the list of available albums. Picasa webservers are then
returning a

"Unable to find user with email my.name%40mydomain.de at gmail.com"

So digiKam is doing a wrong URL conversion. The @ sign should be escaped to %40
and not to %2540 . Actually it seems like digiKam is doing the URL conversion
twice, because the % sign then of course is escaped to %25.

Users with a gmail account won't notice this problem, as there you don't have
to provide the full email address on logon, as Picasa automatically adds the
@gmail.com to everything it doesn't recognize as fully qualified email address.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Digikam-devel mailing list