Summary: | Facebook exports always to same album (the one initially selected) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Ian Hubbertz <kde_bugs> |
Component: | Plugin-WebService-Facebook | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | languitar |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: | |||
Attachments: | Logfile of digikam + KIPI traces |
Description
Ian Hubbertz
2009-07-31 01:14:56 UTC
Does this still happen with kipi-plugins 0.6? Ian, Please try with kipi-plugins 0.7.0... Thanks in advance Gilles Caulier Problem still happens with both 0.6 and 0.7 :-( I also tested with 0.2.0 (digikam 0.10) - same problem, so it is not a regression. I assume that other people have no problems with FB export (or no one else is using it? ;-) ), so there must be something "special" with my account. How can I help to track down the problem? Can you do the following steps: 1. compile the trunk version of kipi-plugins and install it 2. open a konsole 3. start kdebugdialog, search for kipi and activate all toggles you can find for kipi 3. close kdebugdialog 4. start digikam in this console, export a photo to facebook 5. close digikam 6. attach the konsole output to this report but be sure that there is no private data in it before attaching it. I have just tested current SVN version with two newly created albums and I can select album to upload to and it is uploaded correctly. As Johannes have written: we will need more details in order to reproduce this problem... Created attachment 38875 [details]
Logfile of digikam + KIPI traces
I tried some weeks ago to provide the needed data, but Facebook API was broken completely (it seemed to be a problem on FB side). Now I tried again today with FB Export 0.8 Facebook-Import/Export Version 0.8.0 Unter KDE 4.3.4 (KDE 4.3.4) . I deleted the album where all fotos are exported to and tried to upload some photos to my "wall album". Fotos were uploaded successfully, but a new album "KDE KIPI Import/Export Plugin Photos" was created for them. If I upload more photos they all end in this album. I attached a trace log of uploading additional fotos. I have no knownledge of the FB protocol, but it seems a quite strange to me that all Facebook-albums have an ID of '0' - maybe that's the problem. Ok, I see the problem. Album ids are strings and not numbers: 100000135601364_451 cannot be parsed as a number. That's the problem. SVN commit 1059528 by jwienke: Make album and photo ids QStrings, as this seems to appear sometimes. Ian, can you test it again with this version? CCBUG: 202045 M +6 -6 facebookjob.cpp M +2 -2 facebookjob.h M +2 -4 fbitem.h M +9 -9 fbtalker.cpp M +3 -3 fbtalker.h M +2 -2 fbwidget.cpp M +1 -1 fbwidget.h M +8 -8 fbwindow.cpp M +3 -3 fbwindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1059528 Thanks! Works fine now! :-) |