flickr-downloadr / flickr-downloadr-gtk

A cross-platform desktop app, written in Mono that would download (all or selected) photos from your photostream in their selected size along with their description, title and tags.
https://flickrdownloadr.com/
MIT License
177 stars 41 forks source link

Oops! Flickr doesn't recognise the "oauth_token" this application is trying to use. #113

Open dave225 opened 4 years ago

dave225 commented 4 years ago

I'm getting this message from flickr when I try to login/authorize:

"An external application has requested your login credentials and permission to perform certain actions on your behalf, but has failed to include all the required data. You don't really need to know what this means, except that you can't use the application until this problem is fixed. (It's a third-party problem, not a Flickr problem.)"

(I don't see this error already posted..) Is there maybe a recent Oauth change? Any ideas for a workaround?

Windows10/Chrome

dave225 commented 4 years ago

-- on other threads, I have seen suggestions to remove https - so when I change to: http://www.flickr.com/services/oauth/authorize.gne

The error heading changes to: Oops! There's no oauth_token parameter.

amartinwest commented 4 years ago

Me to, just downloaded and trying for the first time, when I click on the authorise button it first take me to a page localhost://...., I then go back and try again and I get the above message. This is on OSX Catalina

amartinwest commented 4 years ago

Is anyone maintaining this, I see there have not been any repossess since February

cutedaffodil commented 4 years ago

@dave225 - sorry for the delay in responding - do you still see this error. We're not able to reproduce at our end.

@amartinwest - Flickr has recently changed the logic on their end and is forcefully redirecting to https://localhost... URL even though the application suggests to use http://localhost... URL (https vs http) - so others have noted, one would need to manually change the URL from https to http after successful authentication (preserving everything else on the URL)

Please let us know if that works for you

amartinwest commented 4 years ago

Ah, didnt think of that, I tried changing the whole prefix to flickr - DOH

Yes that worked thanks

regards Martin West skype:amartinwest mob:07525424513

On 5 Apr 2020, at 00:06, Sindhu Vijayan notifications@github.com wrote:

@dave225 https://github.com/dave225 - sorry for the delay in responding - do you still see this error. We're not able to reproduce at our end.

@amartinwest https://github.com/amartinwest - Flickr has recently changed the logic on their end and is forcefully redirecting to https://localhost... URL even though the application suggests to use http://localhost... URL (https vs http) - so others have noted, one would need to manually change the URL from https to http after successful authentication (preserving everything else on the URL)

Please let us know if that works for you

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/flickr-downloadr/flickr-downloadr-gtk/issues/113#issuecomment-609101656, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSOWTH3QMGQDG2KRXRNRVTRK64NZANCNFSM4K2MNMCA.

amartinwest commented 4 years ago

Next problem:

I tried to set the download folder to ~/Picture/flick-backup

but it resolutely refuses to change

regards Martin West skype:amartinwest mob:07525424513

On 5 Apr 2020, at 00:06, Sindhu Vijayan notifications@github.com wrote:

@dave225 https://github.com/dave225 - sorry for the delay in responding - do you still see this error. We're not able to reproduce at our end.

@amartinwest https://github.com/amartinwest - Flickr has recently changed the logic on their end and is forcefully redirecting to https://localhost... URL even though the application suggests to use http://localhost... URL (https vs http) - so others have noted, one would need to manually change the URL from https to http after successful authentication (preserving everything else on the URL)

Please let us know if that works for you

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/flickr-downloadr/flickr-downloadr-gtk/issues/113#issuecomment-609101656, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSOWTH3QMGQDG2KRXRNRVTRK64NZANCNFSM4K2MNMCA.

amartinwest commented 4 years ago

Just installed the latest version, still have a problem setting a directory other than ~/Pictures

Also tried to create a directory in the prompt but it didnt create a folder

regards Martin West skype:amartinwest mob:07525424513

On 5 Apr 2020, at 00:06, Sindhu Vijayan notifications@github.com wrote:

@dave225 https://github.com/dave225 - sorry for the delay in responding - do you still see this error. We're not able to reproduce at our end.

@amartinwest https://github.com/amartinwest - Flickr has recently changed the logic on their end and is forcefully redirecting to https://localhost... URL even though the application suggests to use http://localhost... URL (https vs http) - so others have noted, one would need to manually change the URL from https to http after successful authentication (preserving everything else on the URL)

Please let us know if that works for you

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/flickr-downloadr/flickr-downloadr-gtk/issues/113#issuecomment-609101656, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSOWTH3QMGQDG2KRXRNRVTRK64NZANCNFSM4K2MNMCA.

dave225 commented 4 years ago

@cutedaffodil - I worked through the issue - but it's been a few weeks and I don't remember the details. I remember it had to do with confusion in the install instruction ... I will post any update if I can recreate the issue.

amartinwest commented 4 years ago

My workaround is to download by album and then just move the albums into my my backup directory, which is quick on osx

regards Martin West skype:amartinwest mob:07525424513

On 5 Apr 2020, at 19:40, dave225 notifications@github.com wrote:

@cutedaffodil https://github.com/cutedaffodil - I worked through the issue - but it's been a few weeks and I don't remember the details. I remember it had to do with confusion in the install instruction ... I will post any update if I can recreate the issue.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/flickr-downloadr/flickr-downloadr-gtk/issues/113#issuecomment-609462396, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSOWTCRMJJCD3X7CHBP5A3RLDGAXANCNFSM4K2MNMCA.

maphew commented 4 years ago

I got a different SSL error on Windows with Firefox: "SSL_ERROR_RX_RECORD_TOO_LONG". Chrome had a different message from both Firefox and the opening post above, but also failed. However the solution was the same as noted on Apr 4 above: manually change the httpS://localhost... url to plain http://localhost....

Flicker downloadr beta 3.3.1.1