Summary: | picasawebexport does not use correct album name if special characters present | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Peter Onyisi <ponyisi> |
Component: | Plugin-WebService-Google | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, lure, vardhman |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.3.0 | |
Sentry Crash Report: | |||
Attachments: | patch for handling album names with special chars |
Description
Peter Onyisi
2007-10-12 03:30:55 UTC
I confirm this bug. The way to omit this problem is to prepare new album in picasa web interface. The album name cannot contain any spaces. In case some album names contain spaces the plugin cannot fetch album names from serwer (the "Not feteched" info is displaed in the album names list instead of actual names). i confirm this bug too. but the plugin is able to fetch the album name but removes spaces and letters with accent like à and the upload does not happen and the progress bar stays stuck at 0% Jain, With my commit #818665, i think this bug is fixed. Can you take a look please ? Best Gilles Caulier Created attachment 26930 [details]
patch for handling album names with special chars
Hello everybody,
I'm attaching a patch for the special names handling and also the inability to login for people without a gmail account.
The patch is kind of a hack but I think it is better than nothing.
Instead of using an album's description (a "pretty" name) in the album selection combobox, I've replaced it with the album's name, which is the same "name" appearing in the URLs while browsing picasa web interface. Not as user friendly but at least the albums can be identified and uploaded to.
The second fix included in the patch is ensuring that users with their google account not ending with @gmail.com can still log on. This means that you have to provide the full email address as the username even if your address ends with gmail.com (which you didn't have to before).
Phew, the description is at least ten times bigger than the patch itself.. ;)
Hope this helps and thanks for the absolutely best photomanager in the known universe...
I just submitted a patch to upload using the album Id instead of album names, this should fix most of the problem, Can someone reverify this bug ? Peter, This file still valid using kipi-plugins 0.1.6 ? Gilles Caulier This bug is fixed in KDE4 0.2.0 release: tested with both accented characters and spaces. |