mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #760] INVALID_CLIENT: Invalid client #304
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#304
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 @yusufferdemm on GitHub (Mar 7, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/760
First of all, I am using a macbook , I have successfully installed.
But when I asked for client id, I typed it wrong(I entered my username) :((
I am currently typing spt to the terminal and getting INVALID_CLIENT: Invalid client error
When I write spt
https://accounts.spotify.com/authorize?client_id=y.erdem&response_type=code&redirect_uri=http:%2F%2Flocalhost:8888%2Fcallback&scope=playlist-read-collaborative%20playlist-read-private%20playlist-modify-private%20playlist-modify-public%20user-follow-read%20user-follow-modify%20user-library-modify%20user-library-read%20user-modify-playback-state%20user-read-currently-playing%20user-read-playback-state%20user-read-playback-position%20user-read-private%20user-read-recently-played&state=r4uZZLcibNaqYoKF&
and it says water in the terminal
Enter the URL you were redirected to:
If I press enter
###Spotify auth failed
I apologize for my poor English 8(
@eduardompinto commented on GitHub (Mar 7, 2021):
If I got this right there's no real issue with the code.
Go to yours
~/.config/spotify-tuiand edit theclient.ymlwith the correct id or just delete the file.@yusufferdemm commented on GitHub (Mar 9, 2021):
it works thank u very much