[Bug 238766] New: picasaweb export don't run

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 238766] New: picasaweb export don't run

Bugzilla from linedubeth@free.fr
https://bugs.kde.org/show_bug.cgi?id=238766

           Summary: picasaweb export don't run
           Product: digikam
           Version: 1.2.0
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Export
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 238766] picasaweb export don't run

Bugzilla from linedubeth@free.fr
https://bugs.kde.org/show_bug.cgi?id=238766





--- Comment #1 from gduteil <linedubeth free fr>  2010-05-25 09:43:15 ---
Created an attachment (id=43867)
 --> (http://bugs.kde.org/attachment.cgi?id=43867)
the error message

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 238766] picasaweb export don't run

Gilles Caulier-4
In reply to this post by Bugzilla from linedubeth@free.fr
https://bugs.kde.org/show_bug.cgi?id=238766


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
          Component|Export                      |Facebook
            Product|digikam                     |kipiplugins




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 238766] picasaweb export don't run

Gilles Caulier-4
In reply to this post by Bugzilla from linedubeth@free.fr
https://bugs.kde.org/show_bug.cgi?id=238766


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[hidden email]       |[hidden email]




--- Comment #2 from Gilles Caulier <caulier gilles gmail com>  2010-05-25 10:02:54 ---
It's probably fixed by this commit :

SVN commit 1130280 by apol:

Fix some connections so that the plugin works again.

CCMAIL: [hidden email]


 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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel