@matigo And my code is rather needy it seems. // @jextxadore
Could have been an issue at my provider…
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.10centuries.org', port=443): Max retries exceeded with url: /content/blurbs/global?since_unix=1473008996 (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f589a1053c8>: Failed to establish a new connection: [Errno -2] Name or service not known',))
@matigo Looking back at my logs yeah it bailed out after being unable to reach the servers for a period of time. What I think I'll do is stick a backoff in so if it reaches that point retry after a bit. So things to stack up waiting for me to pay attention to it.