mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #486] INVALID_CLIENT: Invalid redirect URI #201
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#201
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 @Firoda on GitHub (Jun 4, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/486
Every time I try to install the spt and then enter the client ID and secret, it shows the link which on clicking is an invalid URI. Also, I did change the settings in the Spotify Dashboard but it still returns an invalid URI
I have tried changing the port number too.
My System -> Ubuntu 16.04LTS
@dimlucas commented on GitHub (Jun 11, 2020):
This worked for me on Powershell 5
Spotify App Dashboard > Edit Settings > Redirect URIs
and add
http://localhost:8888/callbackDon't forget to scroll down and click save.
8888 is the default port selected by spotify-tui.
Also if you enter the URL without the
/callbackpart, it won't work@Rigellute commented on GitHub (Jun 29, 2020):
@Firoda does @dimlucas response help you?
Sounds like that should fix it?
@vilgotf commented on GitHub (Jun 30, 2020):
Fixed it for me 👍
@pablodz commented on GitHub (Feb 19, 2021):
So, we need to specify that in README.md
It's solved by adding URI on spotify side not in TUI
@macpijan commented on GitHub (Mar 3, 2021):
To me the instructions in README are correct (https://github.com/Rigellute/spotify-tui#connecting-to-spotifys-api) and this could be closed probably.
@Rigellute commented on GitHub (Mar 3, 2021):
Indeed, this is already in the README. If anyone thinks the existing instructions can be improved, please raise a PR!
@markstos commented on GitHub (May 25, 2021):
I ran into this but was confused by Spotify's UI. I had clicked "Save", but it wasn't saving. Eventually I realized I needed to use the "Add" button next to the field.