-
-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Labels
Description
Suddenly lychee shows this error for valid links. But these links are valid and also accessible from the browser.
❯ lychee --max-concurrency 1 --no-progress --verbose "work/ok.txt"
✗ [403] https://catboost.ai/ | Network error: Forbidden
✗ [403] https://catboost.ai/en/docs/concepts/python-reference_datasets_msrank | Network error: Forbidden
Issues found in 1 input. Find details below.
[work/ok.txt]:
✗ [403] https://catboost.ai/ | Network error: Forbidden
✗ [403] https://catboost.ai/en/docs/concepts/python-reference_datasets_msrank | Network error: Forbidden
🔍 2 Total ✅ 0 OK 🚫 2 Errors (HTTP:2)
Contents of work/ok.txt
https://catboost.ai/
https://catboost.ai/en/docs/concepts/python-reference_datasets_msrank
Lychee version
❯ lychee --version
lychee 0.10.1
amadejpapez