-
Notifications
You must be signed in to change notification settings - Fork 65
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
Page crash errors when running against a Jekyll site #128
Comments
@dmundra I'm getting the same error, but intermittently. Running 2.4.0 in a docker container.
• Error: Pa11y timed out (60000ms) (note: I don't think this is correct)
|
Good find @ssh6. I will take a look. |
switching to older pa11y-ci (2.1.1) may be helping. Hard to troubleshoot intermittent problems though. |
Hey, @ssh6 is the older version more stable? |
@dmundra doesn't appear to be. And the older version interprets results differently as well. So I would probably stick with the new version and hope for a magic update that fixes everything. (To "fix" my problem, I dropped the page in question from testing.) |
@josebolos https://chimes.cornell.edu/Chimesmasters was the item I removed from my tests. |
@josebolos here is an example of a recent pull request with the error: CivicActions/accessibility#419 We run pa11y-ci on every commit in a pull request. |
Thanks both! I'll try to see if I can replicate it. |
In case you need another example: https://github.com/usdoj-crt/beta-ada/runs/2603206599 |
Thanks all, I've been able to replicate the problem so I've opened a new issue in the pa11y repo: Feel free to subscribe to that issue for updates. I will keep this one open until a fix is released in pa11y-ci anyway. |
This is a first attempt at fixing #128. It's unlikely to fix the issue completely, or even at all, as the browser will sometimes crash after testing several URLs and we don't have any logic to reopen a browser that has crashed mid-tests.
This is a first attempt at fixing #128. It's unlikely to fix the issue completely, or even at all, as the browser will sometimes crash after testing several URLs and we don't have any logic to reopen a browser that has crashed mid-tests.
This is a first attempt at fixing #128. It's unlikely to fix the issue completely, or even at all, as the browser will sometimes crash after testing several URLs and we don't have any logic to reopen a browser that has crashed mid-tests.
Bug in question is pa11y/pa11y-ci#128
Version 3.0.0 of pa11y-ci is out which include several improvements (including a puppeteer upgrade) that should have gotten rid of this error. Please create a new issue if you stumble upon a URL that fails to run with v3.0.0. |
Hi there,
I have noticed that when running pa11y-ci locally or in a GitHub action I will get these errors
Do you have a recommendation of something I could try to avoid these errors. Anyone else has gotten these?
Thank you
The text was updated successfully, but these errors were encountered: