lgraubner / node-w3c-validator-cli

Crawls a given site and checks for W3C validity.
MIT License
5 stars 1 forks source link

Error: Site "http://localhost:3000" could not be found. #4

Open amingilani opened 8 years ago

amingilani commented 8 years ago

It doesn't seem to be working against my local url. Manually verified that the site is working

$node -v
v4.4.7
$ w3c-validator -V
3.3.0
$ w3c-validator -v -l http://localhost:3000
Error: Site "http://localhost:3000" could not be found.
$ w3c-validator -v -l http://www.google.com
Error: Site "http://www.google.com" could not be found.
williamboman commented 6 years ago

Just ran into this as well. If you omit the port (and serve on port 80) it'll work better.