Spotipy: Authentication Process is missing "Enter the URL you were redirected to:" part

Created on 16 Apr 2020  ·  3Comments  ·  Source: plamere/spotipy

Hi,
in the recent git version (as well as in the 2.11 release) the part of the authentication process is missing where one has to enter the URL Spotify redirected to and thus it seems not possible to authenticate the app anymore.

documentation

Most helpful comment

I think it is this issue https://github.com/plamere/spotipy/issues/471

Use http://localhost:8080 or instead of just http://localhost as your redirect url (in both code/envvars and in spotify app settings).

All 3 comments

I think it is this issue https://github.com/plamere/spotipy/issues/471

Use http://localhost:8080 or instead of just http://localhost as your redirect url (in both code/envvars and in spotify app settings).

Indeed, it is. With a port it works just fine. I suggest to change the docs accordingly, i.e. to modify

"The URL doesn’t need to be publicly accessible, so you can specify “http://localhost/”."

I've created PR #477 which deals with this issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Kurchunk picture Kurchunk  ·  3Comments

tatoosh picture tatoosh  ·  5Comments

sheheryarbutt picture sheheryarbutt  ·  5Comments

gawaineo picture gawaineo  ·  3Comments

mcurranseijo picture mcurranseijo  ·  3Comments