Matthias Endler

Results 885 comments of Matthias Endler

Ignored URLs should not fail the pipeline. We should look into that. My guess is that we improved link validation, but forgot to account for the ignored link errors in...

Did you manage to check twitter links lately? It's failing on my end, even with our workaround to use [nitter](https://nitter.net/) instead. Maybe the concurrency is what's killing it for me....

Just tested and this is fixed in `master` and will be fixed with the next release.

0.12.0 with the fix is out. Can you check again?

That's great to hear! To whoever might be interested in tackling that, feel free to post a comment here. Generally, we can follow the approach of muffet that was linked...

Yes, I'd be willing to add that. Here's what needs to be done: * [ ] Add another block to iterate over the ignored links here: https://github.com/lycheeverse/lychee/blob/a7ddcac5023656792b1457a8ec5ae6caf50570d3/lychee-bin/src/formatters/stats/markdown.rs#L103-L105 * [ ]...

Random thoughts: * Did your token expire by any chance? * Have you changed the pipeline recently? * Is the token passed correctly? * Do you use the latest action?...

Yes, the output is the final status output of lychee. There will be no further checks after that. That means you will have to check manually, try again later, reduce...

Yeah, we should fix that. I will look at the repo to see what I can do.

Similar discussion: https://github.com/RustScan/RustScan/issues/25