mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #375] Cannot play any song #200
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#200
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 @ameoverflow on GitHub (Feb 20, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/375
Describe the bug
I can't play any song, spotify-player throws error
Failed to handle client request: no playback foundin logsTo Reproduce
Expected behaviour
Song should start playing
Log and backtrace
Log: https://0x0.st/H5-K.log (I censored playlist and song IDs and access token) (Log is from Windows, the same exact error on Linux)
Screenshots
Environment
Additional context
I can't connect to spotify-player device from any other device, and I can control other devices from spotify-player.
@ameoverflow commented on GitHub (Feb 21, 2024):
Randomly started working again. I'm leaving this issue open because yesterday it was spotify-player fault because official client did work.
@aome510 commented on GitHub (Feb 24, 2024):
This kind of error happens sometimes as Spotify API server may not respond, indicating by
500 Internal Server Errorerror. Official Spotify client doesn't really work with API server, so it's possible that the API server doesn't work while the client still functions.Will close this issue for now as there is nothing to be done here.