GenevieveBuckley / broken-link-checker

Checking for broken links with lychee
MIT License
1 stars 0 forks source link

Link Checker Report #26

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

Errors were reported while checking the availability of links.


📝 Summary
---------------------
🔍 Total...........16
✅ Successful......11
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........1
🚫 Errors...........4

Errors in README.md
✗ https://example.org/bar (HTTP status client error (404 Not Found) for url (https://example.org/bar))
✗ http://localhost:8080/ (error sending request for url (http://localhost:8080/): error trying to connect: tcp connect error: Cannot assign requested address (os error 99))
✗ https://foo.example.com/ (error sending request for url (https://foo.example.com/): error trying to connect: dns error: failed to lookup address information: Name or service not known)
✗ https://dask.org/this-link-does-not-exist (HTTP status client error (404 Not Found) for url (https://dask.org/this-link-does-not-exist))

Full Github Actions output

GenevieveBuckley commented 2 years ago

This is odd, none of the links to individual github users time out with the 429 error.

That indicates that we need to rate limit lychee somehow. The main napari docs are only hitting this limit because there are a LOT of github links it is trying to check.