mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #815] Missing client_id parameter #337
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#337
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 @ghost on GitHub (May 14, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/815
I accidentally missed my client ID in the setup, and have tried uninstalling it, but every time i try to run spotify-tui i get this webpage:
https://accounts.spotify.com/authorize?response_type=code&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=5IgDUdTQvK1X0IGh&client_id=&redirect_uri=http:%2F%2Flocalhost:8888%2Fcallback&
and all it says is "missing required parameter: client_id
how can i reset spotify-tui for a fresh installation?
@Soulayrol commented on GitHub (May 15, 2021):
You can edit this file ${HOME}/.config/spotify-tui/config.yml
@ghost commented on GitHub (Jul 12, 2021):
How should I edit it? do I just put in my client ID and client secret?