mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #830] App fails to accept spotify api credentials #1434
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1434
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 @jasht1 on GitHub (Sep 12, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/830
Describe the bug
The app will fail to launch reporting "Bad credentials" after an authentication request despite
~/.cache/spotify-player/user_client_token.jsonbeing generated correctly.I have tried:
~/.cache/spotify-player/user_client_token.jsonfile each timelibrewolfandbrave-browser.accounts.spotify.comfrom strict mode / enhanced tracking protectioncargo install --git https://github.com/aome510/spotify-player --features image,notify,fzfTo Reproduce
Expected behaviour
The app should accept the credentials.
Log and backtrace
Consistently the
.backtracewill be empty and the last line of the.logwill be with everything looking normal up to that point:Environment
OS: debian / POPOS
Application version: 0.21.0 (built from github)
Application features: image,notify,fzf
@aome510 commented on GitHub (Sep 12, 2025):
did you try to delete
~/.cache/spotify-player/credentials.json? that is the actual credentials used to authenticate the app. The one you deleted is only used for Spotify Connect feature@jasht1 commented on GitHub (Sep 12, 2025):
I see, thank you for the quick response!