linkcheck
linkcheck copied to clipboard
Fast link checker
FormatException: Invalid radix-10 number (at character 1) [email protected] ^ #0 int._handleFormatError (dart:core-patch/integers_patch.dart:126:5) #1 int._parseRadix (dart:core-patch/integers_patch.dart:152:16) #2 int._parse (dart:core-patch/integers_patch.dart:98:12) #3 int.parse (dart:core-patch/integers_patch.dart:60:12) #4 new ServerInfo (package:linkcheck/src/server_info.dart:47:19) #5 crawl. (package:linkcheck/src/crawl.dart:83:21) #6 SetBase.forEach...
Hi! I would expect that, when running with `--check-anchors --show-redirects`, linkcheck would emit a warning if a page has a redirect and the destination lacks the anchor (ex. `a#b` redirects...
I get the following error trying to check links with brackets in them. ``` λ linkcheck -i links2.txt INTERNAL ERROR: Sorry! Please open https://github.com/filiph/linkcheck/issues/new in your favorite browser and copy...
Adding BasicAuth via direkt Input(`https://user:passwort@fqdn`) or extra Header would be a nice option for secure environments.
I have a GitHub workflow that is running `linkcheck` to crawl a public site, and it fails pretty regularly with connection failures. I configured the workflow to use the `--connection-failures-as-warnings`,...
Startet using docker run --rm tennox/linkcheck https://www.ion2s.com got error: ``` Crawling... Unhandled exception: NoSuchMethodError: The getter 'start' was called on null. Receiver: null Tried calling: start #0 _serializeSpan (package:linkcheck/src/origin.dart:37) #1...
Hi, I'm attempting to create a Docker image and have installed Linkcheck. However, whenever I try to run the command, it says 'linkcheck: not found.' Can you please provide some...
I'm using Jekyll with GitHub Pages. Jekyll produces a folder with static files. How can I validate links in this static site? I tried to mount the folder in the...
Hi there. It'd be great if your script had a flag (i.e -o) allowing me to output the results to a text file. Textfile example: 404 - goooogle.com 200 -...
First off, thanks for such an awesome tool. I've got it working on a GitHub Action, but unfortunately the output is all monochrome. I've tried forcing the environment to use...