mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #812] Getting Error: Dropping OutputStream, audio playing through this stream will stop #481
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#481
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 @ecabigting on GitHub (Aug 25, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/812
Describe the bug
Launch
spotify_playergetting this error:To Reproduce
Installed
spotify_playerwith either of these:Expected behaviour
run spotify_player
Log and backtrace
Log and backtrace of a run reproducing the bug to help debug the issue, which are usually located in
$HOME/.cache/spotify-player/.Log:
.backtrace is empty
Please refer to this URL for more details.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
spotify_playerAdditional context
@KUHLwasStolen commented on GitHub (Aug 25, 2025):
I also saw this message earlier today, but I didn't get it consistently.
I'll try out some stuff to see what exactly I need to do to reproduce this.
@aome510 commented on GitHub (Aug 25, 2025):
Possibly relevant error messages. Sound like a firewall/connection block issue. Might be worth to search for those errors in https://github.com/librespot-org/librespot/issues to see if anyone encounters similar issues before
@ecabigting commented on GitHub (Aug 25, 2025):
Good catch. I looked on the librespot issues. No relevant issues so far. Specially
2025-08-25T14:30:39.109731Z ERROR librespot_connect::spirc: starting dealer failed: Invalid state { Websocket couldn't be started because: Unknown error { No route to host (os error 113) } }Ill prolly make one.Thanks @aome510