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

suricata.io marked dead with "Status: 0 Error: socket hang up" #170

Closed
philrz opened this issue Dec 29, 2022 · 3 comments
Closed

suricata.io marked dead with "Status: 0 Error: socket hang up" #170

philrz opened this issue Dec 29, 2022 · 3 comments

Comments

@philrz
Copy link

philrz commented Dec 29, 2022

For the past couple nights our automation that uses this workflow has reported https://suricata.io/ as a dead link. I created a simplified mini repo https://github.com/philrz/linkcheck to reproduce this in verbose mode. The error:

=========================> MARKDOWN LINK CHECK <=========================

FILE: ./README.md
[✖] https://suricata.io/ → Status: 0 Error: socket hang up
    at connResetException (node:internal/errors:711:14)
    at TLSSocket.socketOnEnd (node:_http_client:518:23)
    at TLSSocket.emit (node:events:525:35)
    at endReadableNT (node:internal/streams/readable:1359:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  code: 'ECONNRESET'
}
[✓] https://www.brimdata.io/ → Status: 200

2 links checked.

ERROR: 1 dead links found!
[✖] https://suricata.io/ → Status: 0

=========================================================================

It's accessible in a browser, via curl, and also when I run the underlying tool https://github.com/tcort/markdown-link-check by hand.

$ markdown-link-check https://github.com/philrz/linkcheck/blob/main/README.md
...
  [✓] https://suricata.io
...
@Anton-4
Copy link

Anton-4 commented Jan 7, 2023

I also encountered this issue for the url https://www.10xeditor.com/

@gaurav-nelson
Copy link
Owner

@philrz I guess since this request is coming from bot, the website is not allowing it to process. I maybe wrong. Can you try this again with v1.0.15?

@philrz
Copy link
Author

philrz commented Mar 7, 2023

Thanks @gaurav-nelson! Per your suggestion I just did a re-run while pointing specifically at gaurav-nelson/github-action-markdown-link-check@1.0.15 and it did indeed work now. Closing this issue.

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

No branches or pull requests

3 participants