#ironbeard - python
1 messages · Page 1 of 1 (latest)
Can you be more specific? Are you experiencing new failures? Has anything changed on your end?
I don't believe anything has changed on my end, the error I'm getting is:
APIConnectionError: Unexpected error communicating with Stripe. If this problem persists,
let us know at support@stripe.com.
(Network error: ConnectionError: HTTPSConnectionPool(host='api.stripe.com', port=443): Max retries exceeded with url: /v1/customers/cus_LCxpl1eDcwJg1R (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f323c87a2e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')))
This was when trying stripe.Customer.retrieve('cus_LCxpl1eDcwJg1R')
Is this a consistent issue, or intermittent?
Seems consistent here, I tried a few other calls.
I've been making a bunch of calls while trying to set up an integration, so not sure if it's a limiting thing
oh wait, it seems to be local, since requests.get('https://www.google.com') isn't working either.
Welp, yeah looks like it's nothing to do with Stripe, thanks for talking me through this tho!