mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #476] INVALID_CLIENT: Invalid redirect URI #198
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#198
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 @securitybreach on GitHub (May 24, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/476
On Archlinux using chrome or firefox, I get the following error:
INVALID_CLIENT: Invalid redirect URI
@sarahrobichaud commented on GitHub (May 25, 2020):
Did you add the callback URI in your app's settings on the developer.spotify.com app dashboard?
@securitybreach commented on GitHub (May 25, 2020):
I did not, I will do that now. I just installed the application and the redirect when I opened it gave that error message.
@sarahrobichaud commented on GitHub (May 26, 2020):
You might have figured it out by now but here are the instructions from the README:
Connecting to Spotify’s API
spotify-tuineeds to connect to Spotify’s API in order to find music byname, play tracks etc.
Instructions on how to set this up will be shown when you first run the app.
But here they are again:
Create a Client IDand create an appEdit Settingshttp://localhost:8888/callbackto the Redirect URIssptClient IDClient SecretAnd now you are ready to use the
spotify-tui🎉You can edit the config at anytime at
${HOME}/.config/spotify-tui/client.yml.@securitybreach commented on GitHub (May 26, 2020):
Thanks