-
-
Notifications
You must be signed in to change notification settings - Fork 207
WIP: Retry link checking #1154
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
base: main
Are you sure you want to change the base?
WIP: Retry link checking #1154
Conversation
|
I took a quick look and the failing links may actually be down |
|
@ryanplusplus looked like some temporary issue with gnu.org and drdobbs is actually gone. |
|
Using the info here to help debug the issues: https://lychee.cli.rs/troubleshooting/network-errors/ Looks like the 403 from stackoverflow is due to that site using Cloudflare Bot Management. |
|
Trying some of the suggestions at: https://lychee.cli.rs/troubleshooting/rate-limits/#_top Looks like default concurrent network requests is 128. |
|
Still not sure if I'm using the correct token. |
|
|
I saw another repo that similary uses lychee had some fails around the same time but since started working again.
Using this PR to check if the issue remains or is resolved in the lychee action.