Summary: | Tool leads to the home page of Flickr and 'An error has occurred: Invalid Frob It can not be continued.' | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Iris Hammer <iris.hammer> |
Component: | Plugin-WebService-Flickr | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | carlos, caulier.gilles, crippler75, florian.bonningues, hideki, iris.hammer, jon33040, nomasteryoda, rcabane |
Priority: | NOR | ||
Version: | 5.6.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kipi-plugins/2dd941615dfc35684152e69be6437475633abe71 | Version Fixed In: | 5.7.0 |
Sentry Crash Report: |
Description
Iris Hammer
2017-06-26 07:35:20 UTC
*** Bug 381969 has been marked as a duplicate of this bug. *** I can't reproduce this right now due to other issues but I did see it over the weekend before my flickr installation got broken. The thread from the flickr APIs group discussion referenced in the first comment suggests flickr have turned off the deprecated mechanism with no notice. Having solved my other problems, I can now confirm that I see this behaviour. I believe Flickr has started using the Oauth for authentication. See here: https://www.flickr.com/services/api/auth.oauth.html And we plan to use QOAuth2 library to perform remote web service authentification. (In reply to caulier.gilles from comment #5) > And we plan to use QOAuth2 library to perform remote web service > authentification. Sweet, glad this is being looked at. Is there a timeline for the implementation? I will need to use an alternative in the meantime. A lots of code need to be re-writed and tested. You need to be patient. Gilles Caulier I had my /home drive die last evening and of course my authentication was within the config directory for DigiKam. So I tried to login today and found the same error is happening to me. I suppose Yahoo has implemented Oauth2 as of today August 3, 2017. Oh Joy. You guys have created a masterpiece of photo management and I truly appreciate your efforts. Will wait patiently for a fix. Just the same here. I use Flickr on a regular basis, thank you for your amazing work ! Git commit 2dd941615dfc35684152e69be6437475633abe71 by Maik Qualmann. Committed on 20/08/2017 at 15:19. Pushed by mqualmann into branch 'master'. first step to porting Flickr service to OAuth removing no longer existing Zooomr service disable currently 23 service FIXED-IN: 5.7.0 M +2 -1 NEWS M +3 -3 common/libkipiplugins/CMakeLists.txt M +128 -610 flickr/flickrtalker.cpp M +14 -18 flickr/flickrtalker.h M +2 -1 flickr/flickrwidget.cpp M +39 -76 flickr/flickrwindow.cpp M +1 -2 flickr/flickrwindow.h M +4 -43 flickr/plugin_flickr.cpp M +0 -4 flickr/plugin_flickr.h https://commits.kde.org/kipi-plugins/2dd941615dfc35684152e69be6437475633abe71 *** Bug 383987 has been marked as a duplicate of this bug. *** |