Anybody experiencing access problems for last few days?
I'm using the python API to get states, not abusing, fetching every 10 seconds for short periods of times.
For last few days getting lots of timeout (most responses are timeouts)
Also experiencing "site not available" when using the web interface.
I've made some changes to the Python API code to increase the timeout on the requests() call from 15 to 30 seconds and when I get a timeout error to rapidly retry a few times as some of the servers in the pool seem to respond.
It has only taken it to about a 10% success rate though, so really need the other side to be fixed