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

Run into "Protocol error (Target.createTarget): Target closed" with node 8.11.2 #75

Closed
epifab opened this issue Feb 21, 2019 · 2 comments

Comments

@epifab
Copy link

epifab commented Feb 21, 2019

We're running a set of three tests in our project.
The first one seems to run just fine, however, all the other tests fail to run:

Running Pa11y on 3 URLs:
 > https://video-qa.springernature.app/video - 0 errors
 > https://video-qa.springernature.app/video/segment/10.1007/978-1-4842-3635-2_2 - Failed to run
 > https://video-qa.springernature.app/video/10.1007/978-1-4842-3635-2 - Failed to run

Errors in https://video-qa.springernature.app/video/segment/10.1007/978-1-4842-3635-2_2:
 • Error: Protocol error (Target.createTarget): Target closed.

Errors in https://video-qa.springernature.app/video/10.1007/978-1-4842-3635-2:
 • Error: Navigation failed because browser has disconnected!

I found out (by chance) that downgrading node to 8.0.0 makes the error go away.
This currently happens with pa11y-ci 1.2.1
Happy to provide more details if required. Thank you!

@epifab
Copy link
Author

epifab commented Feb 21, 2019

Did some more testing, it looks like the alleged bug was introduced with version of node 8.7.0

@josebolos
Copy link
Member

Thanks for creating the issue! This is now fixed after several puppeteer and HTML_CodeSniffer upgrades.

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

No branches or pull requests

2 participants