You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to validate a url using htmlcheck page http://someurl.xyz but getting error like "Unable to reach interpreter to run validator: [WinError 2] The system cannot find the file specified"
And apart from these if I want to use HTML checker within python code, so is there any way to do this?
The text was updated successfully, but these errors were encountered:
Unable to reach interpreter to run validator: [WinError 2] The system cannot find the file specified
It means the validator interface is not able to reach Java executable, it needs to be available on your system. However i never tested validator on Windows, i don't know how you could fix your system for this.
And apart from these if I want to use HTML checker within python code, so is there any way to do this?
You can programmatically use html_checker.validator.ValidatorInterface but you may need to look into cli.page or cli.site to see how you can use it.
I am trying to validate a url using htmlcheck page http://someurl.xyz but getting error like "Unable to reach interpreter to run validator: [WinError 2] The system cannot find the file specified"
And apart from these if I want to use HTML checker within python code, so is there any way to do this?
The text was updated successfully, but these errors were encountered: