frozenpandaman / splatnet2statink

Takes battle data from the SplatNet 2 app and uploads it to stat.ink
https://github.com/frozenpandaman/splatnet2statink/wiki
347 stars 61 forks source link

Added handling when network connection or value cannot be obtained. #134

Closed niyari closed 2 years ago

niyari commented 2 years ago

If there is an error that cannot be connected or the structure has been changed and cannot be retrieved, use known values.

frozenpandaman commented 2 years ago

Ah, smart. It'll still error out if the version number isn't up-to-date, but will at least avoid a Python error. Thanks, I'll merge this when I'm home. It's a quick enough change that I think we're OK without increasing the script version number (I don't think it'll fail to fetch the Play Store page that much, in reality!)

Can you bump the string to 1.14.0? Just so it's current as of the time of this commit. Or I can do it when back on desktop!