Skip to content

Runtime issue: Result for unknown rule. You may be running mismatch axe-core versions #4757

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

Open
pdfabbro opened this issue Apr 23, 2025 · 2 comments
Labels
info needed More information or research is needed to continue

Comments

@pdfabbro
Copy link

I tried to can a page and suddenly starting receiving the below error on all scans, including pages that previously scanned fine

axe-core version: 4.10.3
axe-extension version: 4.103.8

Error: Result for unknown rule. You may be running mismatch axe-core versions
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:471236
    at Array.map (<anonymous>)
    at e.value (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:471166)
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:476192
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:103788
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:113320
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:103788
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:113252
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:109913
    at post (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/content.bundle.js:2:59644)
@straker
Copy link
Contributor

straker commented Apr 23, 2025

Thanks for the issue. Do you have a URL you could share for the pages where the error is occurring? Typically when we see this error it's because the page or iframe loads some JavaScript code that modifies native JavaScript functions / features in non compatible ways. See #4538

@straker straker added the info needed More information or research is needed to continue label Apr 23, 2025
@pdfabbro
Copy link
Author

@straker it seemed to be fine after I refreshed. I was running a component library in storybook and made a code change and the page auto updated, so maybe the cached javascript of axe didn't match the new front end javascript and caused some sort of mismtach. Seems fine now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info needed More information or research is needed to continue
Projects
None yet
Development

No branches or pull requests

2 participants