-
Sounds like a dumb question... I want to scrape and check our BookStack (wiki) instance. I need to pass authentication cookies for authorization. I can't find docs on file format expected by
The Lychee version 0.18.1 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Can you update to lychee 0.19.1? We made a lot of changes in the recent versions regarding headers. You can find more at https://lychee.cli.rs/troubleshooting/custom-headers/. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply! BTW, I listened to the Engineering Kiosk episode with you today, very nice! :) I just cloned the repo and tested with current master. Now (without I'm on NixOS, I'm in WireGuard VPN and the domain I'm testing is in my
|
Beta Was this translation helpful? Give feedback.
It takes
lychee
as an argument to the cli. The error is a bit misleading because it assumes that non-existent paths are URLs, which is why it prepends the http schema. We might change that.Can you try to add two dashes like so?
cargo run --
and after that the paths/urls you're trying to check.