mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #251] Authorized requests not working #134
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tatoosh on GitHub (Feb 9, 2018).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/251
I created CLIENT_ID and Client_Secret and set my export parameters and also set a redirect_url like the howto says
The i run the script
I followed the link from the console on my pc: Opened https://accounts.spotify.com/authorize?scope .....
My Errors:
Illegal redirect_uri
or
INVALID_CLIENT: Invalid redirect URI
What did i wrong ??
Thx, Tatoosh
@tatoosh commented on GitHub (Feb 9, 2018):
i forgot the last slash from the export url:
export SPOTIPY_REDIRECT_URI='http://localhost:8888/callback/'
After inserting token i got a new error:
@tatoosh commented on GitHub (Feb 9, 2018):
Everything is working now through searching here. there was a typing bug in the docu.
@xanpj commented on GitHub (Mar 18, 2019):
thanks your thread helped me.
For all users new to this:
@antoncoding commented on GitHub (Apr 11, 2019):
What is the typo? I'm facing the same issue..
@aleksei-tro commented on GitHub (Jul 4, 2019):
Same here. Can anyone help?
@stephanebruckert commented on GitHub (Jan 13, 2020):
3 things to check for this problem https://github.com/plamere/spotipy/issues/402#issuecomment-573890067