Bug 238766 - Google photo export don't run
Summary: Google photo export don't run
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Google (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-25 09:41 UTC by gduteil
Modified: 2019-07-27 13:00 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.2.0


Attachments
the error message (343.63 KB, image/png)
2010-05-25 09:43 UTC, gduteil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gduteil 2010-05-25 09:41:27 UTC
Version:           1.2.0 (using KDE 4.4.2) 
OS:                Linux

after i run the menu picasaweb export and i identify with my account i have a same message

With reload album
Picasaweb Call Failed: Failed to fetch photo-set list

or

with new album

Picasaweb Call Failed: Failed to create album


Reproducible: Always

Steps to Reproduce:
i run menu
i identify picasaweb 
i have the error message

Actual Results:  
i show error message
Comment 1 gduteil 2010-05-25 09:43:15 UTC
Created attachment 43867 [details]
the error message
Comment 2 caulier.gilles 2010-05-25 10:02:54 UTC
It's probably fixed by this commit :

SVN commit 1130280 by apol:

Fix some connections so that the plugin works again.

CCMAIL: lure@kubuntu.org


 M  +4 -4      facebookjob.cpp


--- trunk/extragear/graphics/kipi-plugins/facebook/facebookjob.cpp #1130279:1130280
@@ -37,11 +37,11 @@
    connect(&talk, SIGNAL(signalLoginDone(int, QString)),
            this, SLOT(loginDone(int, QString)));

-    connect(&talk, SIGNAL(signalListAlbumsDone(int, QString, QList<KIPIFacebookPlugin::FbAlbum>)),
-            this, SLOT(albumList(int, QString, QList<KIPIFacebookPlugin::FbAlbum>)));
+    connect(&talk, SIGNAL(signalListAlbumsDone(int, QString, QList<FbAlbum>)),
+            this, SLOT(albumList(int, QString, QList<FbAlbum>)));

-    connect(&talk, SIGNAL(signalCreateAlbumDone(int, QString, long long)),
-            this, SLOT(albumCreated(int, QString, const QString&)));
+    connect(&talk, SIGNAL(signalCreateAlbumDone(int,QString, QString)),
+            this, SLOT(albumCreated(int, QString, QString)));
 }

 void FacebookJob::start()

Gilles Caulier
Comment 3 Jens Mueller 2010-05-25 20:08:47 UTC
This bug has been fixed for ver 1.3. As a workarround you have to login with your picasaweb username (not your e-mail address).

Regards, Jens

*** This bug has been marked as a duplicate of bug 230201 ***
Comment 4 caulier.gilles 2019-07-27 13:00:33 UTC
Fixed with bug #230201