You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The bot currently stops working if the JELLYFIN_SERVER_ADDRESS stops answering (eg. on a connection timed out error)
Describe the solution you'd like
Raise an error whenever it's not possible to connect to the server and retry to connect to it every x seconds (could be incremental up to 120 or simply 30 default I think)
Describe alternatives you've considered
Alternative approach could be to check the server status before every request, but that would be too much and pointless imo
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The bot currently stops working if the
JELLYFIN_SERVER_ADDRESS
stops answering (eg. on a connection timed out error)Describe the solution you'd like
Raise an error whenever it's not possible to connect to the server and retry to connect to it every x seconds (could be incremental up to 120 or simply 30 default I think)
Describe alternatives you've considered
Alternative approach could be to check the server status before every request, but that would be too much and pointless imo
The text was updated successfully, but these errors were encountered: