#db1900
1 messages ยท Page 1 of 1 (latest)
Hello
That's all a bit too vague to be able to say anything specific
When does this error occur?
What code are you trying to run?
when our app calls the stripe api to create a customer or account
Does this happen on any Stripe API request you are making?
Or just certain ones?
we import stripe and have a stripe wrapper that gets initialized on our apps creation
Hmm and you are sure that Stripe is returning this error that you are seeing? I don't think we have an error that states: It looks like there's probably a configuration issue locally
I could be wrong on that
But I've never seen that in one of our errors
ok, but regarding the second part of it "Network error: A ValueError was raised with error message Invalid header value b'[BEARER_TOKEN_REDACTED]
'"
this is the actual error in our logs:
(Network error: A ValueError was raised with error message Invalid header value b'[BEARER_TOKEN_REDACTED]\n')
Is your wrapper using bearer auth here?
And you are using one of our client libraries?
And with your test keys it works just fine?
correct
Hmmm yeah the keys here really shouldn't have anything to do with things on our side.