api.stathat.com is unavailable i.e. HTTP Status 503
cURL Command
$ curl --head https://api.stathat.com
HTTP/1.1 503 Service Unavailable: Back-end server is at capacity
Connection: keep-alive
Python Traceback
stathat.ez_post_count(stathat_email, stathat_counter, 1)
File "stathat.py", line 34, in ez_post_count
return self.http_post('/ez', args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "stathat.py", line 10, in http_post
resp = urlopen(req)
api.stathat.comis unavailable i.e.HTTP Status 503cURL Command
$ curl --head https://api.stathat.comHTTP/1.1 503 Service Unavailable: Back-end server is at capacityConnection: keep-alivePython Traceback
stathat.ez_post_count(stathat_email, stathat_counter, 1)File "stathat.py", line 34, in ez_post_countreturn self.http_post('/ez', args)^^^^^^^^^^^^^^^^^^^^^^^^^^^File "stathat.py", line 10, in http_postresp = urlopen(req)