-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Investigate false negatives #4
Comments
My guess is these links aren't responding to HEAD and are taking too long to respond to GET requests, but further investigation is needed. |
--> Yes, it happened with https://thinkerview.com/, a WordPress that had been very slow to respond back in the past (and thus failed the CI with awesome-lint). |
I'm considering increasing the default There will of course always be cases that look like false negatives no matter what (like a server not responding when run from CI but then being alive when the user tries the link manually), but I feel like it shouldn't hurt much to increase the default timeout. My thinking is that most real invalid URLs will not timeout but rather return an HTTP status code eagerly that @davidtheclark @sindresorhus thoughts on this change? |
Okay; I've update the default timeout to If anyone else has any ideas on how to improve robustness for mitigating false negatives, please follow up on this thread. |
Hej @transitive-bullshit, I still have a permanent false negative with this link running See Travis build log. According to my package-lock.json check-links 1.1.7 is used. Locally it’s working fine. |
Thanks @mischah will investigate what's going on when I have some time. It's entirely possible that |
Some more: sindresorhus/awesome#1532 (comment) |
Another one: sindresorhus/awesome#1330 (comment) |
I have a false negative when running awesome-lint for https://www.facebook.com/ads/audience-insights/people |
Another one : https://creativecommons.org/publicdomain/zero/1.0/ (From CI : https://travis-ci.org/HorlogeSkynet/awesome-thinkerview/builds/526068957 + Deprecation warning ?) ++ 👋 EDIT : ... that is not anymore 🤔 |
And here's one more: sindresorhus/awesome-lint#88 |
Another false-positive. This one first shows a 500 error, then 1 sec later shows the actual content. https://blog.ginetta.net/getting-started-with-gatsby-and-cockpit-part-1-of-2-d86871932d44 |
More false-positives here:
|
One more example:
|
ko-fi links do not work anymore, they worked fine until a month ago 🤔
|
Ko-fi URL has started to be marked as dead URL. The behavior is same with both markdown-link-check (using link-check, tcort/link-check#47) and emark-lint-no-dead-urls (using check-links transitive-bullshit/check-links#4) linters
Ko-fi URL has started to be marked as dead URL. The behavior is same with both markdown-link-check (using link-check, tcort/link-check#47) and remark-lint-no-dead-urls (using check-links transitive-bullshit/check-links#4) linters
sindresorhus/awesome-lint#50 (comment)
The text was updated successfully, but these errors were encountered: