linkcheck icon indicating copy to clipboard operation
linkcheck copied to clipboard

Fast link checker

Results 53 linkcheck issues
Sort by recently updated
recently updated
newest added

I am getting a lot of "HTTP 200 but missing anchor" and "connection failed" errors when scanning my site but if I try the links manually, they seem fine. Unfortunately...

I'm getting this error when running linkcheck on my site. After the error, it seems that the crawl is still continuing though so sometimes the error occurs again later in...

Hello, Can you please look into this. Here is a property(maxlength) to buildTag for link, where it has limit upto 10 character, which truncates information of longer text. Will it...

Running linkcheck on a local site build including external links to be checked, I always get an unhandled exception on the same external page, see below: ``` linkcheck -e --skip-file...

Hi, I installed dart following the instructions from your linux link https://www.dartlang.org/install/linux, and then: `$ pub global activate linkcheck Command 'pub' not found ` Checking the dart .deb package, it...

First off, thanks for the tool. Trying to use it for the first time, but cannot get past the problem below... If I run: linkcheck www.nobleprog.co.uk ...it runs fine. If...

This is the output I got and it asked me to create an issue with this. What i am trying to do is take a list of URL's from a...

When walking the package site (for instance) there are a lot of random walks that can yield a lot of URLs. It'd be nice to say "walk at most 5...

A link like `https://flutter.io/widgets/interaction/#Touch interactions` is the same as `https://flutter.io/widgets/interaction/#Touch%20interactions`. Right now, `linkcheck` will report a "HTTP 200 but missing anchor" warning when following a https://flutter.io/widgets/interaction/#Touch%20interactions link and when the...

Sometimes, external sites do 500 or similar, which isn't helpful. But 404s are.