mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #819] Option to update client id and key to avoid permission issue when upgraded from normal user to premium user #342
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#342
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 @avijit1258 on GitHub (May 19, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/819
I found an issue with spotify API keys. I have generated client id, key pair when I was normal user for spotify_tui. As a normal user, I could not access some feature. I then upgraded my account to premium. But still I faced not permitted error which is because the previous client id and key acts as normal user though I am premium now. The solution I found is to generate another pair of id, key after account status change. I have tested it by changing id, key pair in .yml file and it works like a charm. I have to options in mind to resolve the issue.
I am following the repo for few days hoping to contribute. As I am new to the repo, having expert opinion about what can be best way to handle the issue can help me to create a PR.