Summary: | "Missing signature" - Flickr API changed and upload of images is no longer possible | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Goran Zec <goran.zec> |
Component: | Plugin-WebService-Flickr | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dbera.web, dpbasti, gordon.snay72, jimm.pratt, kdebugs, ulriks |
Priority: | NOR | ||
Version: | 5.6.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.1.0 | |
Sentry Crash Report: | |||
Attachments: | Typos stopping flickr export API |
Description
Goran Zec
2006-08-19 22:26:48 UTC
*** Bug 132922 has been marked as a duplicate of this bug. *** I see this too with kipi-plugins 0.1.2 (Debian unstable KDE packages). still marked as UNCONFIRMED ? yes i confirm the bug... Gilles Caulier Seen it too. That prompted me to eventually install kflickr and its companion send2kflickr, which is a kipi plugin allowing any kipi-enabled app to communicate with kflickr. kflickr being way better than the current flickr export, I'd integrate it along with send2kflickr as a replacement. Does send2kflickr read tags and descriptions from digikam? I spent a very annoying hour last night copying them from digikam into kflickr. No, because this feature need to be tested in kipiinterface of digiKam. but the code exist, and require some indeep tests. Gilles Created attachment 17772 [details]
Typos stopping flickr export API
There were some simple typos which was causing the bug. This patch fixes them.
I was also able to upload photos to my flickr account using digikam after
applying the patch.
Thanks for the patch! Jain, Angelo are you in this room to apply this patch against svn trunk ? Gilles Thanks for the patch, it works perfectly! SVN commit 584531 by cgilles: kipi plugins from trunk : flickr Export : patch from Debajyoti Bera about new flickr API compliant BUG:132659 M +2 -1 flickrtalker.cpp --- trunk/extragear/libs/kipi-plugins/flickrexport/flickrtalker.cpp #584530:584531 @@ -297,7 +297,7 @@ QString isfriend=(info.is_friend==1)?"1":"0"; form.addPair("is_friend",isfriend); - headers.append("api_key="+ isfriend); + headers.append("is_friend="+ isfriend); QString tags=info.tags.join(" "); if(tags.length()>0){ @@ -317,6 +317,7 @@ } QString md5=getApiSig(m_secret,headers); + form.addPair("api_sig", md5); headers.append("api_sig="+ md5); QString queryStr=headers.join("&"); QString postUrl=url+queryStr; Thanks for the patch Bera, and thanks for applying it Gilles, I have actually moved to a new place and new machine, I was just trying to accquire SSH access to the SVN with my new public key. Hopefully I will be more regular now! On 15 Sep 2006 07:05:05 -0000, Gilles Caulier <caulier.gilles@free.fr> wrote: [bugs.kde.org quoted mail] Thanks for the patch Bera, and thanks for applying it Gilles, I have actually moved to a new place and new machine, I was just trying to accquire SSH access to the SVN with my new public key. Hopefully I will be more regular now! <br><br><div><span class="gmail_quote">On 15 Sep 2006 07:05:05 -0000, <b class="gmail_sendername">Gilles Caulier</b> <<a href="mailto:caulier.gilles@free.fr">caulier.gilles@free.fr</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> ------- You are receiving this mail because: -------<br>You are the assignee for the bug, or are watching the assignee.<br><br><a href="http://bugs.kde.org/show_bug.cgi?id=132659">http://bugs.kde.org/show_bug.cgi?id=132659 </a><br>caulier.gilles free fr changed:<br><br> What |Removed |Added<br>----------------------------------------------------------------------------<br> Status|NEW |RESOLVED <br> Resolution| |FIXED<br><br><br><br>------- Additional Comments From caulier.gilles free fr 2006-09-15 09:05 -------<br>SVN commit 584531 by cgilles:<br><br>kipi plugins from trunk : flickr Export : patch from Debajyoti Bera about new flickr API compliant <br>BUG:132659<br><br><br> M +2 -1 flickrtalker.cpp<br><br><br>--- trunk/extragear/libs/kipi-plugins/flickrexport/flickrtalker.cpp #584530:584531<br> @ -297,7 +297,7 @<br><br> QString isfriend=(info.is_friend==1 )?"1":"0";<br> form.addPair("is_friend",isfriend);<br>- headers.append("api_key="+ isfriend);<br>+ headers.append("is_friend="+ isfriend); <br><br> QString tags=info.tags.join(" ");<br> if(tags.length()>0){<br> @ -317,6 +317,7 @<br> }<br><br> QString md5=getApiSig(m_secret,headers);<br> + form.addPair("api_sig", md5);<br> headers.append("api_sig="+ md5);<br> QString queryStr=headers.join("&");<br> QString postUrl=url+queryStr; <br>_______________________________________________<br>Kde-imaging mailing list<br><a href="mailto:Kde-imaging@kde.org">Kde-imaging@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/kde-imaging">https://mail.kde.org/mailman/listinfo/kde-imaging </a><br></blockquote></div><br><br clear="all"><br>-- <br>Blogs: <a href="http://vardhman.blogspot.com">http://vardhman.blogspot.com</a><br> tested with my flickr account. Work fine ! Gilles Thanks for the patch it worked just great! Hello, I have the same bug on my PC (KDE 3.5.1 Level "a", SUSE 10.1, digikam 0.8.2, KIPI version 0.1.4). Exist a patch for my system too? Lars I still have this problem, although it seems like it's been solved long ago. When is the fix going to be in a release version? I use kubuntu feisty fawn and apparently the fix hasn't gotten to it yet. Thanks everyone! The problem is still there and this Flickr Exporter is unusable: Everytime I try to upload a photo, I get this error: Error Occured: Invalid signature We can not proceed further I'm using Kubuntu 7.04 (Feisty), KDE 3.5.7, digiKam 0.9.1 and Kipi Library 0.1.5. Send2Flickr is not an alternative for me, as it doesn't support photo tags. Also getting the "Error Occured: Invalid signature" error on Gentoo, using kipi-plugins-0.1.4 and libkipi-0.1.5. Kubuntu Feisty Fawn and the bug is still there.. Looks like the reason has been solved here: http://ubuntuforums.org/showthread.php?t=482916 It's about the EXIF comments, I also have a D70 and have my email address with @-char there.. There are more than one reason for the "Error Occured: Invalid signature" error message, and I think this is very confusing as different but maybe related bugs are reported as same. Anyway, using digikam 0.9.2-final (KDE 3.5.8) on kubuntu 7.10 Gutsy (64 bit), Kipi Library version 0.1.5: I get the error message when file name (not just comment) contains strange (non-ascii) characters as well. The bug appears to still be there, and it is quite a nuisance. Possible duplicate bug report (at least error message is the same): Bug 149864: dialog box pops up saying 'Error Occured: Missing signature. We can not proceed further" I don't think this should be marked as resolved and I think step #1 may be to clear up the error message reporting itself. If a lot of different causes leads to the same error message, the whole community is misled. There is nothing wrong with the signature, I guess..... ? *** Bug 149864 has been marked as a duplicate of this bug. *** |