mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #688] Error: initialize new Spotify session #404
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#404
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 @Anakinjh on GitHub (Mar 6, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/688
I had set this up a few months back and don't remember having issues, and I know I was able to sign in and listen last week but now when I try to run the program I get an authentication error. I have scanned as much of the documentation I can but I do not understand how I am supposed to fix this.
I assume this is because I recently had to change my Spotify password, but I can't find anywhere to tell me where I am supposed to update the information.
This is the error message I get:
`[anakin@nixos:~]$ spotify_player
Error: initialize new Spotify session
Caused by:
0: new streaming connection
1: initialize spirc
2: Permission denied { Login failed with reason: Bad credentials }`
@aome510 commented on GitHub (Mar 6, 2025):
Try to remove the cached credential in
~/.cache/spotify-player/credentials.jsonand re-run the app or re-authenticate withspotify_player authenticate@Anakinjh commented on GitHub (Mar 7, 2025):
That was it, thank you