Matthias Endler
Matthias Endler
Nope, no update. I don't think I can help much here. 🙁 It works over here, so it's definitely a problem with the server preventing certain clients from getting access....
Yeah that's definitely weird. If anyone can help out narrow this down, please run the following command on your machine and report back the result. ```sh echo 'https://catboost.ai' | lychee...
Does this work for you? ```sh echo 'https://catboost.ai' | lychee --user-agent 'curl/7.79.1' - ```
No clue, really. The last thing that comes to mind is ```sh echo 'https://catboost.ai' | lychee --user-agent 'curl/7.79.1' --headers 'Accept=*/*' -- ``` That's the only thing I can see when...
@lebensterben could you run a test on your side if you find the time?
The strange thing is that it works for me with lychee. 🤔 I sort of hacked together a curl/reqwest client here: https://github.com/lycheeverse/geturl-test Can you folks test again? ```sh # reqwest...
I've added support for it to [getcurl-test](https://github.com/lycheeverse/geturl-test) and it indeed works: ``` > cargo run --no-default-features --features curl -- 'https://catboost.ai' get_url: https://catboost.ai response: Response { url: Url { scheme: "https",...
Get well soon. 🤗
@Rizwan-Hasan in case you find the time, maybe you can test this: https://github.com/lycheeverse/lychee/issues/733#issuecomment-1288228473
Okay thanks. The second one should not have failed. It's an error on my end. However I do expect it to fail just like the first test with request. At...