Closed Elinvention closed 1 year ago
There are many places in the code where the bot need internet access (radio list, youtube requests, youtube api, download, updates....). It's will be hard to fix all of them. Not sure we have the time to implement a re-try on all parts.
edit your systemd service file to: restart=always, this way if it crashes at least it will come back up. Something like this;
[Unit] Description=botamusique - The murmur musicbot After=mumble-server.service
StartLimitBurst=3 StartLimitIntervalSec=30
[Service] Type=simple Restart=always RestartSec=10s
Describe the bug If the internet connection is unstable and it's not possible to resolve names, botamusique crashes and returns exit status 1.
Affected version 7.2.2
To Reproduce Steps to reproduce the behavior:
Expected behavior Botamusique should wait for the network to be available again and keep trying to reconnect.
Desktop (please complete the following information): NixOS 22.05
Additional context Sorry for nix's hashes: