mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 08:35:49 +03:00
[GH-ISSUE #164] [REQUEST] Errors handling #27
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#27
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 (Nov 16, 2022).
Original GitHub issue: https://github.com/kokarare1212/librespot-python/issues/164
Hello.
I get these errors:
ConnectionErrorqueue.EmptyIs there a way to handle / bypass them or maybe use retry?
Thank you.
@kokarare1212 commented on GitHub (Nov 16, 2022):
There appears to be a problem with the network.
The queue is also related to the error.
Just enclose the code in try-except.
@staniel359 commented on GitHub (Nov 17, 2022):
@kokarare1212 Okay, thank you.