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
Is your feature request related to a problem? Please describe.
The bot currently stops working if the
JELLYFIN_SERVER_ADDRESSstops 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