And my code is rather needy it seems. //

Makes for a rather interesting end doesn't it… //

forgot to tag you on that…

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',))

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.

And I see I've made BlurbyBot more unstable than previously… Hmmm….

Oh wow, I see ADN is ill. And @jnm is stuck in a loop?

such little faith in my software? :p

//

That looks about right. ?

Nothing like debuging live code on the fly.