GenevieveBuckley / broken-link-checker

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

Link Checker Report #23

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............4
✅ Successful.......2
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........0
🚫 Errors...........2

Errors in README.md
✗ 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))
✗ 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))

Full Github Actions output

GenevieveBuckley commented 2 years ago

Good, this is as expected when we don't have the --exclude-all-private flag set. Next I will add that flag to the github action and then we'll see if the error reported for localhost goes away (that link should be excluded from the checks).

GenevieveBuckley commented 2 years ago

Hm, no. Apparently it doesn't quite work like I'd expected: https://github.com/GenevieveBuckley/broken-link-checker/issues/24