Bug 238766

Summary: Google photo export don't run
Product: [Applications] digikam Reporter: gduteil <linedubeth>
Component: Plugin-WebService-GoogleAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, tschenser
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 6.2.0
Attachments: the error message

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