frozenpandaman / s3s

Successor to splatnet2statink. Takes battle data from the SplatNet 3 app and uploads it to stat.ink!
https://github.com/frozenpandaman/s3s/wiki
GNU General Public License v3.0
394 stars 72 forks source link

add notification when the network is temporarily unavailable. #148

Closed niyari closed 10 months ago

niyari commented 10 months ago

Wakes the computer from sleep in environments where s3s is used in a cron or batch file loop. The network may be temporarily disconnected. Enabled to display error messages.

ADeeeee commented 10 months ago

It looks nice. Would you like to output more situations about the network / SplatNet status? e.g. Timeout, 404, 503

niyari commented 10 months ago

In the other sections, can catch HTTP 5xx/4xx errors or more critical errors. Therefore, this pull request focuses only on network connections.

frozenpandaman commented 10 months ago

@niyari Thanks! Looks good!