Launchpad has imported 23 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=132659.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2006-08-19T22:26:48+00:00 Goran Zec wrote:

Version:           0.1.0_rc2 (using KDE KDE 3.5.3)
Installed from:    Gentoo Packages
OS:                Linux

As you can see <a
href="http://www.flickr.com/forums/bugs/26298/";>here</a>, Flickr API
changed and upload of images is no longer possible with any version of
kipi plugins. It consistently gives the error "missing signature".

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/0

------------------------------------------------------------------------
On 2006-08-24T16:20:15+00:00 Caulier-gilles-9 wrote:

*** Bug 132922 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/1

------------------------------------------------------------------------
On 2006-08-25T06:26:25+00:00 B-kdebugs wrote:

I see this too with kipi-plugins 0.1.2 (Debian unstable KDE packages).

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/2

------------------------------------------------------------------------
On 2006-08-25T10:37:18+00:00 Sebastian 'polrus' Turzanski wrote:

still marked as UNCONFIRMED ?

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/3

------------------------------------------------------------------------
On 2006-08-25T10:53:59+00:00 Caulier-gilles-9 wrote:

yes i confirm the bug...

Gilles Caulier

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/4

------------------------------------------------------------------------
On 2006-08-25T22:30:37+00:00 Glaurent-k wrote:

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.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/5

------------------------------------------------------------------------
On 2006-08-25T22:40:32+00:00 B-kdebugs wrote:

Does send2kflickr read tags and descriptions from digikam?  I spent a
very annoying hour last night copying them from digikam into kflickr.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/6

------------------------------------------------------------------------
On 2006-08-25T22:51:28+00:00 Caulier-gilles-9 wrote:

No, because this feature need to be tested in kipiinterface of digiKam.

but the code exist, and require some indeep tests.

Gilles

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/7

------------------------------------------------------------------------
On 2006-09-14T22:19:10+00:00 dBera wrote:

Created attachment 17772
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.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/8

------------------------------------------------------------------------
On 2006-09-14T22:39:45+00:00 Caulier-gilles-9 wrote:

Thanks for the patch!

Jain, Angelo are you in this room to apply this patch against svn trunk
?

Gilles

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/9

------------------------------------------------------------------------
On 2006-09-14T22:52:17+00:00 Murillo Fernandes Bernardes wrote:

Thanks for the patch, it works perfectly!

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/10

------------------------------------------------------------------------
On 2006-09-15T09:05:03+00:00 Caulier-gilles-9 wrote:

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;


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/kipi-plugins/+bug/60690/comments/11

------------------------------------------------------------------------
On 2006-09-15T09:34:56+00:00 Vardhman wrote:

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.gil...@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> &lt;<a 
href="mailto:caulier.gil...@free.fr";>caulier.gil...@free.fr</a>&gt; 
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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
What&nbsp;&nbsp;&nbsp;&nbsp;|Removed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
|Added<br>----------------------------------------------------------------------------<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
Status|NEW&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 |RESOLVED
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Resolution|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|FIXED<br><br><br><br>-------
 Additional Comments From caulier.gilles free fr&nbsp;&nbsp;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&nbsp;&nbsp;+2 
-1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;flickrtalker.cpp<br><br><br>--- 
trunk/extragear/libs/kipi-plugins/flickrexport/flickrtalker.cpp 
#584530:584531<br> @ -297,7 
+297,7&nbsp;&nbsp;@<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;QString
 isfriend=(info.is_friend==1
)?&quot;1&quot;:&quot;0&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;form.addPair(&quot;is_friend&quot;,isfriend);<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 headers.append(&quot;api_key=&quot;+ 
isfriend);<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 headers.append(&quot;is_friend=&quot;+ isfriend);
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;QString
 tags=info.tags.join(&quot; 
&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(tags.length()&gt;0){<br>
 @ -317,6 
+317,7&nbsp;&nbsp;@<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;QString
 md5=getApiSig(m_secret,headers);<br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 form.addPair(&quot;api_sig&quot;, 
md5);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;headers.append(&quot;api_sig=&quot;+
 
md5);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;QString
 
queryStr=headers.join(&quot;&amp;&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;QString
 postUrl=url+queryStr;
<br>_______________________________________________<br>Kde-imaging mailing 
list<br><a href="mailto:kde-imag...@kde.org";>kde-imag...@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>


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/kipi-plugins/+bug/60690/comments/12

------------------------------------------------------------------------
On 2006-09-15T09:50:13+00:00 Caulier-gilles-9 wrote:

tested with my flickr account. Work fine !

Gilles

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/13

------------------------------------------------------------------------
On 2006-09-30T10:03:59+00:00 edbeat wrote:

Thanks for the patch it worked just great!

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/15

------------------------------------------------------------------------
On 2006-10-23T18:13:44+00:00 Lars-biermann wrote:

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

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/16

------------------------------------------------------------------------
On 2007-04-19T03:59:55+00:00 Helder Ribeiro wrote:

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!

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/21

------------------------------------------------------------------------
On 2007-07-06T15:05:00+00:00 Gustavonarea wrote:

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.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/22

------------------------------------------------------------------------
On 2007-09-05T00:06:14+00:00 Stharward-x wrote:

Also getting the "Error Occured: Invalid signature" error on Gentoo,
using kipi-plugins-0.1.4 and libkipi-0.1.5.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/23

------------------------------------------------------------------------
On 2007-09-09T10:43:12+00:00 Risto H. Kurppa wrote:

Kubuntu Feisty Fawn and the bug is still there..

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/24

------------------------------------------------------------------------
On 2007-09-09T10:50:59+00:00 Risto H. Kurppa wrote:

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..

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/25

------------------------------------------------------------------------
On 2008-02-24T19:40:44+00:00 Thomas Sperre wrote:

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..... ?



Reply at: 
https://bugs.launchpad.net/ubuntu/+source/kipi-plugins/+bug/60690/comments/29

------------------------------------------------------------------------
On 2008-05-22T15:24:28+00:00 Caulier-gilles-9 wrote:

*** Bug 149864 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/kipi-
plugins/+bug/60690/comments/30

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kipi-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/60690

Title:
  flickr export does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/digikam/+bug/60690/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to