Closed josunect closed 2 years ago
Oof, thanks for reporting this. It was a deadly combination of a typo, and a test suite that was not correct.
Oof, thanks for reporting this. It was a deadly combination of a typo, and a test suite that was not correct.
Thank you!
I was interested in using the hydra argument to decrease the concurrency, as I think this is related to some punctual errors in the execution.
But, when running HTMLProofer with hydra or cache args, I'm getting a runtime error.
Parameters with hydra:
htmlproofer --hydra='{"max_concurrency": 10}' ./public
It results in:
For cache:
htmlproofer --cache='{"timeframe": {"external": "20d"}}' ./public
Result:
typhoeus seems to be working fine:
htmlproofer --typhoeus '{"connecttimeout": 30, "timeout": 30}' ./public
Results:
Environment