[Bug 60690] Re: flickr export does not work

2018-12-24 Thread Bug Watch Updater
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 http://www.flickr.com/forums/bugs/26298/;>here, 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);
+ 

[Bug 60690] Re: flickr export does not work

2011-02-03 Thread Bug Watch Updater
** Changed in: digikam
   Importance: Unknown = Medium

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

Title:
  flickr export does not work

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


[Bug 60690] Re: flickr export does not work

2009-01-23 Thread Luka Renko
This bug was fixed upstream.
Feel free to reopen if you can still reproduce the problem.

** Changed in: kipi-plugins (Ubuntu)
   Status: Confirmed = Fix Released

-- 
flickr export does not work
https://bugs.launchpad.net/bugs/60690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 60690] Re: flickr export does not work

2008-03-07 Thread Thomas Sperre
I have just discovered that one way to recreate this problem is to name
your photos in digikam with some name that contains a non ASCII
character. I frequently use ÆØÅ and æøå (because I am Norwegian), Just
now I uploaded a folder of photos to Flickr and noticed that all the
failed uploads have æøå in their filename, while all the succesful
uploads didn't. These photos were taken using a olympus mju500 camera.

I am confident that there are other ways to create the same error
message. I think the kipiplugins must be sending something to flickr
that flickr is not prepared to accept.

-- 
flickr export does not work
https://bugs.launchpad.net/bugs/60690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 60690] Re: flickr export does not work

2008-01-31 Thread Thomas Sperre
I have almost the same problem as reported in the top post. However,
there are a few minor changes, such as the wording in the errormessage.

When trying to upload images to flickr from digikam, an errorbox pops up
containing Error Occured: INVALID signature. We can not proceed
further. Some time ago, upload worked fine.

I use Kubuntu 7.10 Gutsy (64 bit). Digikam version 0.9.2, kde 3.5.8.

-- 
flickr export does not work
https://bugs.launchpad.net/bugs/60690
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 60690] Re: flickr export does not work

2008-01-31 Thread Thomas Sperre
** Description changed:

- digikam0.8.2~rc1-0ubuntu3 
- kipi-plugins   0.1+rc1-1ubuntu2
+ digikam0.8.2~rc1-0ubuntu3 ALSO 0.9.2 
+ kipi-plugins   0.1+rc1-1ubuntu2 ALSO 0.1.4-1build1
  
  When trying to upload images to flickr from digikam, an errorbox pops up 
containing Error Occured: Missing signature. We can not proceed further. Some 
time ago, upload worked fine.
  The cause for this is a change in the Flickr API. The upstream code seems 
already being fixed, see
  http://bugs.kde.org/show_bug.cgi?id=132659.
+ 
+ SUGGESTED UPDATE of version numbers this affect
+ digikam0.8.2~rc1-0ubuntu3 ALSO 0.9.2 
+ kipi-plugins   0.1+rc1-1ubuntu2 ALSO 0.1.4-1build1
+ 
+ The cause may no longer be the same as suggested above.
+ Bug owner please review...

** Changed in: kipi-plugins (Ubuntu)
   Status: New = Confirmed

-- 
flickr export does not work
https://bugs.launchpad.net/bugs/60690
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 60690] Re: flickr export does not work

2007-10-08 Thread Pascal de Bruijn
I just tested this using Ubuntu Gutsy (fully updated till 8 Oct 2007),
and this issues still very much exists.

-- 
flickr export does not work
https://bugs.launchpad.net/bugs/60690
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 60690] Re: flickr export does not work

2007-02-18 Thread Mirco Briosi
I can confirm this bug as well!

-- 
flickr export does not work
https://launchpad.net/bugs/60690

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


[Bug 60690] Re: flickr export does not work

2007-02-18 Thread Mirco Briosi
Sorry but I can't seem to understand this...

Is this issue been fixed in (K)Ubuntu?

I seem to have all the correct repositories set...

-- 
flickr export does not work
https://launchpad.net/bugs/60690

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


[Bug 60690] Re: flickr export does not work

2006-11-30 Thread Bug Watch Updater
** Changed in: digikam (upstream)
   Status: Unknown = Fix Released

-- 
flickr export does not work
https://launchpad.net/bugs/60690

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


[Bug 60690] Re: flickr export does not work

2006-11-29 Thread freiheit
I can also confirm this bug. And it's been fixed in debian; see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385201


** Bug watch added: KDE Bug Tracking System #132659
   http://bugs.kde.org/show_bug.cgi?id=132659

** Also affects: digikam (upstream) via
   http://bugs.kde.org/show_bug.cgi?id=132659
   Importance: Unknown
   Status: Unknown

-- 
flickr export does not work
https://launchpad.net/bugs/60690

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


[Bug 60690] Re: flickr export does not work

2006-11-19 Thread sheepeatingtaz
I can confirm this bug, as I am getting the same error.

-- 
flickr export does not work
https://launchpad.net/bugs/60690

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