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
Created attachment 43867 [details] the error message
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
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 ***
Fixed with bug #230201