ensingm2/saliengame_idler

Steam API Down -> Status should not be "Running"

Draco18s opened this issue · 2 comments

The Steam API just went down resulting in this error:

Retrying in 5s to update the grid (Retry #1). Error: 0: [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: https://steamcommunity-a.akamaihd.net/public/javascript/jquery-1.11.1.min.js?v=.isFTSRckeNhC :: .send :: line 4"  data: no]

But the progress window still indicates a green "running" status. This should probably be changed to reflect the current state (either yellow, for automatic retrying, or red for an error state).

Technically, the script is still running. There's several error handling now. Enough to not be worried anymore imo.
I don't think i'll do anything else than fixes or functional improvements for now on. If anyone wants to, feel free 😉.

Cool!