mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #1155] Unable to setup INVALID_CLIENT #559
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#559
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 @atulbhats on GitHub (May 21, 2025).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1155
The Spotify API only allows for
httpsURLs and I enteredhttps://localhost:8888/callbackBut when I setup spt and it takes me to the browser, the redirect uri hashttpin the link and I get the error:If I change the uri to
httpsin the address bar I get:@sewnie commented on GitHub (May 21, 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.