mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-29 09:35:59 +03:00
[GH-ISSUE #2] Authentication Error. INVALID_CLIENT: Invalid redirect URI #2
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#2
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 @alichtman on GitHub (Sep 16, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/2
I have followed the instructions in the README and created the file in
~/.config/spotify-tui/client.ymlwith the correct credentials, and it's being read correctly.Here is the request being made with important parts removed:
Here's the error page I get:
I'm noticing that the secret isn't included in the request. Should it be?
@Rigellute commented on GitHub (Sep 17, 2019):
Ah sorry, there is an extra step I hadn't documented yet.
Go to your application you created in spotify -> click "Edit settings" and add
http://localhost:8888/callbackto theRedirect URIsAttempt auth once again.
@alichtman commented on GitHub (Sep 17, 2019):
That worked for me. Thanks!
@skull-squadron commented on GitHub (Oct 8, 2019):
Ran into this.
@Pi-George commented on GitHub (Feb 25, 2020):
Can you please add this step to the setup instructions? This is still an issue
@Rigellute commented on GitHub (Feb 25, 2020):
This step is documented in the README (steps 3 & 4)
@gmy77 commented on GitHub (Jan 14, 2022):
I have initially the same problem, only related to port... than i added but not i receive a page "Impossible to reach the page..."
@gmy77 commented on GitHub (Jan 14, 2022):
PS.... For an unknow reason... i tryed various times... now WORK...
Now perfetct.
@Watskebuurd commented on GitHub (Aug 20, 2025):
sorry I have to reopen this again but since 9th of April 2025 it is not allowed anymore to use the localhost. Does somebody knows a workaround for this?
@sewnie commented on GitHub (Aug 20, 2025):
Spotify-tui has unfortunately been abandoned by the author, and since then, the Spotify API changed signficantly, breaking this project.
Please use spotify_player: https://github.com/aome510/spotify-player, which is more feature-packed and more convenient.