mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #276] Librespot crashed after running for hours #187
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#187
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 @archfan on GitHub (Dec 4, 2018).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/276
@kdssoftware commented on GitHub (Jan 10, 2019):
I've got the same kind of error.
Only get these error after a while when I connect with my phone that is connected to a VPN(without split tunneling) with other devices with VPN (with split tunneling) or without VPN I never get this error.
@archfan do you use a VPN by chance?
@aykevl commented on GitHub (Mar 20, 2019):
I've had the same issue for a long time and finally managed to get a traceback, see this gist.
I don't use a VPN but I do have a flaky internet connection. I suspect the connection breaks at some point while being paused and the code doesn't know how to deal with it.
@matthijskooijman commented on GitHub (Jul 13, 2019):
This might be related to #247, at least this comment contains pretty much the same backtrace. Might be different from the original reporter in that issue, though.
@raph2i commented on GitHub (Sep 10, 2019):
Same thing here i think?
I can remember, that i connected my Android device at this time to an openvpn server
log:
@Malvineous commented on GitHub (Feb 27, 2021):
Looks like this is covered by #609
@roderickvd commented on GitHub (Oct 26, 2024):
Reconnection logic has been greatly improved, closing for now but feel free to reopen if you still have specific use cases.