Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle ECONNRESET #8

Open
DavidBruant opened this issue Aug 13, 2017 · 1 comment
Open

Handle ECONNRESET #8

DavidBruant opened this issue Aug 13, 2017 · 1 comment

Comments

@DavidBruant
Copy link
Member

ECONNRESET can happen. Garagiste should be resilient against ECONNRESET

@thom4parisot
Copy link

I faced a lot of them and it seems the module ended the download way too early.

Error Site dtc _contenus Fr tmp/PUBLICATIONS [Brouillons]/CONTENUS FR SITE  Error: Client network socket disconnected before secure TLS connection was established
    at TLSSocket.onConnectEnd (_tls_wrap.js:1324:19)
    at Object.onceWrapper (events.js:284:20)
    at TLSSocket.emit (events.js:201:15)
    at endReadableNT (_stream_readable.js:1130:12)
    at processTicksAndRejections (internal/process/task_queues.js:84:9) {
  code: 'ECONNRESET',
  path: null,
  host: 'www.googleapis.com',
  port: 443,
  localAddress: undefined
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants