-
Notifications
You must be signed in to change notification settings - Fork 850
Closed
Description
Have been running into this issue during development. Sometimes everything works fine and other times I get this error
version: 7.20
I'm not sure if its a bug or a connectivity issue
Get stripe account error { Error: An error occurred with our connection to Stripe.
at Constructor._Error (/Users/tunebase/node_modules/stripe/lib/Error.js:12:16)
at Constructor (/Users/tunebase/node_modules/stripe/lib/utils.js:164:17)
at new Constructor (/Users/tunebase/node_modules/stripe/lib/utils.js:164:17)
at /Users/tunebase/node_modules/stripe/lib/StripeResource.js:209:9
at ClientRequest.req.on (/Users/tunebase/node_modules/stripe/lib/StripeResource.js:380:67)
at ClientRequest.emit (events.js:182:13)
at ClientRequest.EventEmitter.emit (domain.js:442:20)
at TLSSocket.socketOnEnd (_http_client.js:425:9)
at TLSSocket.emit (events.js:187:15)
at TLSSocket.EventEmitter.emit (domain.js:442:20)
type: 'StripeConnectionError',
stack:
'Error: An error occurred with our connection to Stripe.\n at Constructor._Error (/Users/tunebase/node_modules/stripe/lib/Error.js:12:16)\n at Constructor (/Users/tunebase/node_modules/stripe/lib/utils.js:164:17)\n at new Constructor (/Users/tunebase/node_modules/stripe/lib/utils.js:164:17)\n at /Users/tunebase/node_modules/stripe/lib/StripeResource.js:209:9\n at ClientRequest.req.on (/Users/tunebase/node_modules/stripe/lib/StripeResource.js:380:67)\n at ClientRequest.emit (events.js:182:13)\n at ClientRequest.EventEmitter.emit (domain.js:442:20)\n at TLSSocket.socketOnEnd (_http_client.js:425:9)\n at TLSSocket.emit (events.js:187:15)\n at TLSSocket.EventEmitter.emit (domain.js:442:20)',
rawType: undefined,
code: undefined,
param: undefined,
message: 'An error occurred with our connection to Stripe.',
detail:
{ Error: socket hang up
at createHangUpError (_http_client.js:322:15)
at TLSSocket.socketOnEnd (_http_client.js:425:23)
at TLSSocket.emit (events.js:187:15)
at TLSSocket.EventEmitter.emit (domain.js:442:20)
at endReadableNT (_stream_readable.js:1094:12)
at process._tickCallback (internal/process/next_tick.js:63:19) code: 'ECONNRESET' },
raw:
{ message: 'An error occurred with our connection to Stripe.',
detail:
{ Error: socket hang up
at createHangUpError (_http_client.js:322:15)
at TLSSocket.socketOnEnd (_http_client.js:425:23)
at TLSSocket.emit (events.js:187:15)
at TLSSocket.EventEmitter.emit (domain.js:442:20)
at endReadableNT (_stream_readable.js:1094:12)
at process._tickCallback (internal/process/next_tick.js:63:19) code: 'ECONNRESET' } },
headers: undefined,
requestId: undefined,
statusCode: undefined }joshualyon, renschler, ShamSuf, docluv, JustinKasad and 7 more
Metadata
Metadata
Assignees
Labels
No labels