tristan-tyler / Humbler-Unbundler

Grabs keys from Humble Bundle and redeems them on Steam
MIT License
7 stars 1 forks source link

timeout/login expiration unhandled #3

Open tristan-tyler opened 1 year ago

tristan-tyler commented 1 year ago

The script failing is because it does e.g. crash when a non-JSON response is received (you don't handle exceptions there). e.g. when the login expired (authentication cookie), or when the internet connection goes down. Also just ran into a timeout in "attempting to redeem key" just now. Have to look if there was something funky going on.

_Originally posted by @MSDNAndi in https://github.com/gr8engineer2b/Humbler-Unbundler/issues/1#issuecomment-1373198545