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

Error ECONNRESET for validating external links #119

Open
amimas opened this issue Jul 17, 2019 · 1 comment
Open

Error ECONNRESET for validating external links #119

amimas opened this issue Jul 17, 2019 · 1 comment

Comments

@amimas
Copy link

amimas commented Jul 17, 2019

I have certain links that gets reported as broken due to ECONNRESET:

  34:28  error  https://jcp.org/en/jsr/detail?id=330 is dead. (request to https://jcp.org/en/jsr/detail?id=330 failed, reason: connect ECONNRESET 137.254.60.38:443)  no-dead-link
  61:34  error  https://dev.mysql.com/downloads/mysql/ is dead. (request to https://dev.mysql.com/downloads/mysql/ failed, reason: connect ECONNRESET 137.254.60.11:443)  no-dead-link

It's consistent so far. They don't get reported as broken link all the time, but most of them they are reported as broken because of the above mentioned ECONNRESET error

This is a continuation of #111 where couple of PRs were merged already to address it but unfortunately even with latest version (4.4.3), these errors are still persisting.

@azu
Copy link
Member

azu commented Sep 7, 2019

ECONNRESET is happened when the request is timeout.
The reason come from server side.

📝 Maybe It is releated Node.js issue
ECONNRESET after response · Issue #27916 · nodejs/node

I can not reproduce this issue...

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