mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 08:35:49 +03:00
[GH-ISSUE #186] [BUG] ConnectionResetError: [Errno 104] Connection reset by peer #31
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#31
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 @staniel359 on GitHub (Apr 12, 2023).
Original GitHub issue: https://github.com/kokarare1212/librespot-python/issues/186
Describe the bug
I run your program on a Flask server, so it's running constantly.
And once in a while I get this error:
And then the program stops working.
I try to handle the error, but it doesn't seem to be handled.
Could you improve this connection reset logic?
To Reproduce
Sessionsession.content_feeder().load()for daysExpected behavior
I expect this error to be handled and connection to be restored.
Client Information (please complete the following information):
@kokarare1212 commented on GitHub (Apr 12, 2023):
ConnectionResetError was not being handled, so I was added.
622483655c@staniel359 commented on GitHub (Apr 12, 2023):
@kokarare1212 Good, thank you!
When will the next version be released?
@kokarare1212 commented on GitHub (Apr 13, 2023):
Yes, I have released it.
https://github.com/kokarare1212/librespot-python/releases/tag/v0.0.8
@staniel359 commented on GitHub (Apr 13, 2023):
@kokarare1212 Thank you!