mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #652] Spt doesn't prompt redirect on switch of account #264
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#264
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 @ddorstijn on GitHub (Nov 6, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/652
I recently switched my spotify account. Spotifyd does the switch wonderfully thus far, but when I try to reinitialize the spotify-tui settings with my new account (by removing the client.yml or even reinstalling) I get my old playlists after filling in the initial prompt for the id and secret keys. As if has stored my old token somewhere and uses that instead of redirecting me to the webpage. I tried changing the port to a different number but that doesn't work either.
@ddorstijn commented on GitHub (Nov 6, 2020):
When I inspected the spotify-tui folder in .config again I saw there was a json file which I also removed. After I started spotify-tui again it did prompt me the authenticate this time. Hoping this helps someone with the same problem.