Skip to content

Instantly share code, notes, and snippets.

@mattcollier
Created July 22, 2020 19:19
Show Gist options
  • Save mattcollier/16f77bdd1f0c5d3c34fa89c19affb8f3 to your computer and use it in GitHub Desktop.
Save mattcollier/16f77bdd1f0c5d3c34fa89c19affb8f3 to your computer and use it in GitHub Desktop.
fetch error rsvp
{
error: FetchError: request to https://wallet.qa.nacsav.com/rsvps failed, reason: Client network socket disconnected before secure TLS connection was established
at ClientRequest.<anonymous> (/root/45e61e69d31357cd42bf20e25a21d5cb/node_modules/node-fetch/dist/index.cjs:1221:11)
at ClientRequest.emit (events.js:314:20)
at ClientRequest.EventEmitter.emit (domain.js:486:12)
at TLSSocket.socketErrorListener (_http_client.js:469:9)
at TLSSocket.emit (events.js:314:20)
at TLSSocket.EventEmitter.emit (domain.js:486:12)
at emitErrorNT (internal/streams/destroy.js:100:8)
at emitErrorCloseNT (internal/streams/destroy.js:68:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
type: 'system',
errno: 'ECONNRESET',
code: 'ECONNRESET',
erroredSysCall: Error: Client network socket disconnected before secure TLS connection was established
at connResetException (internal/errors.js:612:14)
at TLSSocket.onConnectEnd (_tls_wrap.js:1544:19)
at TLSSocket.emit (events.js:326:22)
at TLSSocket.EventEmitter.emit (domain.js:486:12)
at endReadableNT (_stream_readable.js:1244:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
code: 'ECONNRESET',
path: null,
host: 'wallet.qa.nacsav.com',
port: 443,
localAddress: undefined
},
[Symbol(Symbol.toStringTag)]: 'FetchError'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment