mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #1150] Spotify auth failed #555
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#555
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 @icefishii on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1150
Hi, Spotify no longer lets you use localhost as part of the redirect_uri which breaks the auth, i tried using http://127.0.0.1:8888 instead which sadly doesn't work.
https://developer.spotify.com/documentation/web-api/concepts/redirect_uri
@sewnie commented on GitHub (Apr 9, 2025):
Spotify-tui has unfortunately been abandoned by the author, and since then, the Spotify API changed signficantly, breaking this project. You may also notice breaking Rust and library changes.
Please use spotify_player: https://github.com/aome510/spotify-player, which is more feature-packed and more convenient.
@AntoneBrewer commented on GitHub (Nov 2, 2025):
you got to go in to your Spotify settings and change your proxy settings to Socks4 and enter the ip address 127.0.0.1 and put the port as 8888 and your Spotify username in the username box
its call proxy callback rerouting the proxy is how the client talks to the developer console
@sewnie commented on GitHub (Nov 2, 2025):
@AntoneBrewer You made a duplicate PR https://github.com/Rigellute/spotify-tui/pull/1163 to PR https://github.com/Rigellute/spotify-tui/pull/1151, which most likely will remain open for as long as this project is abandoned.