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

Authentication error #108

Open stml opened 4 years ago

stml commented 4 years ago

Using flickrdownloadr on Ubuntu 18.04, and latest Chrome as main browser.

When I launch flickrdownloadr I am directed to Chrome, which opens the Flickr API authentication page. I click to authorise access to my account for flickrdownloadr, but then get an error page:

This site can’t provide a secure connection localhost sent an invalid response. ERR_SSL_PROTOCOL_ERROR

This page has the address:

https://localhost:14831/?oauth_token=XXXXX&oauth_verifier=YYYYYYYY

No authentication is received by flickrdownloadr so I cannot proceed.

Advice appreciated.

robermann commented 4 years ago

Perhaps is a firewall issue? Retry after disabling it.

Il Mar 12 Nov 2019, 09:08 James Bridle notifications@github.com ha scritto:

Using flickrdownloadr on Ubuntu 18.04, and latest Chrome as main browser.

When I launch flickrdownloadr I am directed to Chrome, which opens the Flickr API authentication page. I click to authorise access to my account for flickrdownloadr, but then get an error page:

This site can’t provide a secure connection localhost sent an invalid response. ERR_SSL_PROTOCOL_ERROR

This page has the address:

https://localhost:14831/?oauth_token=XXXXX&oauth_verifier=YYYYYYYY

No authentication is received by flickrdownloadr so I cannot proceed.

Advice appreciated.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/flickr-downloadr/flickr-downloadr-gtk/issues/108?email_source=notifications&email_token=AAQU6SVMH757KYF23WWQMXLQTJP7LA5CNFSM4JL7XT6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYTZSFQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQU6SUTKKR2VUEEOH2HOZDQTJP7LANCNFSM4JL7XT6A .

stml commented 4 years ago

I don't have a firewall. I checked VPN was disabled. I've disabled all browser extensions. I can't think of anything else to turn off.

stml commented 4 years ago

I've also tried over a different network connection, so it's not the local network.

robermann commented 4 years ago

It looks like Ubuntu 18.04 has by default a firewall:

https://linuxconfig.org/how-to-enable-disable-firewall-on-ubuntu-18-04-bionic-beaver-linux

Just type:

sudo ufw status

Best wishes, Roberto

On Tue, Nov 12, 2019 at 9:27 AM James Bridle notifications@github.com wrote:

I've also tried over a different network connection, so it's not the local network.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/flickr-downloadr/flickr-downloadr-gtk/issues/108?email_source=notifications&email_token=AAQU6SSTYC3ZOVV6SXD22CDQTJSHPA5CNFSM4JL7XT6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZNZNI#issuecomment-552787125, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQU6SXCQOUS2LKCU7ZTKPTQTJSHPANCNFSM4JL7XT6A .

stml commented 4 years ago

I have checked, and the firewall is disabled by default, and inactive on my machine.

blackpawninja commented 4 years ago

Same problem, on windows. Firefox give this error message:

SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG

I don't think this is firewall issue because the error is not about connection being blocked

blackpawninja commented 4 years ago

one workaround is replacing the https:// to http:// in the browser page that shows the error

cutedaffodil commented 4 years ago

Sorry about the late response here

@stml - something must have changed at flickr's end in the recent past - even though the app is suggesting to use the http://localhost... URL, flickr is redirecting back to https://localhost... one

So as @blackpawninja suggested, the workaround is to change https to http (retaining everything else) on the browser window that shows up after authentication

nfloersch commented 4 years ago

one workaround is replacing the https:// to http:// in the browser page that shows the error

This worked for me.