It seems like Xfinity is currently having issues with their site (shocker). If I try to log in manually right now and load the usage page, it tells me it's having issues and logs me out. However when the addon tries to do the same, it appears to get stuck in an infinite loop.
I'm no python dev, but it appears that this current scenario is causing us to get stuck in this portion of the loop, and because it can log in, but not load the page, nothing happens - it just keeps reloading and printing that line in the log file. I'd expect after a few attempts, it would abort and try again on the next scheduled update (Which I set to hourly, as I don't need 15-minute granularity).
It seems like Xfinity is currently having issues with their site (shocker). If I try to log in manually right now and load the usage page, it tells me it's having issues and logs me out. However when the addon tries to do the same, it appears to get stuck in an infinite loop.
I'm no python dev, but it appears that this current scenario is causing us to get stuck in this portion of the loop, and because it can log in, but not load the page, nothing happens - it just keeps reloading and printing that line in the log file. I'd expect after a few attempts, it would abort and try again on the next scheduled update (Which I set to hourly, as I don't need 15-minute granularity).
Here is a log file except:
Perhaps as simple as using the retry annotation/decorator that I see used on other methods?