Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ETIMEDOUT #82

Open
seanbun opened this issue Feb 4, 2019 · 2 comments
Open

ETIMEDOUT #82

seanbun opened this issue Feb 4, 2019 · 2 comments
Assignees
Labels

Comments

@seanbun
Copy link

seanbun commented Feb 4, 2019

Hi,

I am working on a project to make a website WCAG compliant. I tried to use WCAG Validator CLI ver 3.0.

$ wcag-validator https://localhost:3000 --id=[achecker id]

Unfortunately, it returned me an eorr

Error: connect ETIMEOUT 205.211.169.49:80 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1117:14)

Please advise how can I resolve this issue.

Cheers,
Matt

@zrrrzzt zrrrzzt self-assigned this Feb 4, 2019
@zrrrzzt
Copy link
Owner

zrrrzzt commented Feb 4, 2019

The validation for this module is done by achecker. To be able to validate a site achecker will need access to it. To make your local development environment reachable you can use ngrok or similar services.

If this is not possible for your environment there is a very similar module wcag-cli with tunnelling built in.

@zrrrzzt
Copy link
Owner

zrrrzzt commented Feb 4, 2019

I've updated the README with this information in the latest release. Sorry for the inconvenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants