APIConnection bandwidth error
I am using stripe and django / python.
However, I keep getting intermittent APIConnection error:
Network error: ConnectionError: HTTPSConnectionPool(host='api.stripe.com', port=443):
Max retries exceeded with url: /v1/customers/cus_4vxaUg0FRgH5Ll (Caused by <class
'socket.gaierror'>: [Errno -3] Temporary failure in name resolution))
See full report: http://dpaste.com/0KMVZ92
Has anyone seen this before?
+3
source to share