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

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

Closed
jlk4p opened this issue Jan 6, 2025 · 3 comments
Labels
info needed More information or research is needed to continue

Comments

@jlk4p
Copy link

jlk4p commented Jan 6, 2025

I was using the userflow testing (beta) feature on a page that contained an iframe embedded "e-book" reader (first button worked) that requires checking out the book for 2 hours. Once I clicked on the 2 hour checkout button (second button) the error below appears. Unfortunately these buttons (the e-book viewer/checkout) are behind a VPN. I could capture a video recording if this would be helpful. The iframed content is under the same general domain as the page it is embedded in. It also appears that the iframe content refreshes automatically though I don't know the frequency.

axe-core version: 4.10.2
axe-extension version: 4.97.4

Error: Result for unknown rule. You may be running mismatch axe-core versions
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:471080
    at Array.map (<anonymous>)
    at e.value (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:471010)
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:476036
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:103752
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:113284
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:103752
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:113216
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:109877
    at post (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/content.bundle.js:2:52118)
@jlk4p
Copy link
Author

jlk4p commented Jan 6, 2025

Adding a screenshot of the content that loaded in the iframe when this error was generated in axe DevTools.
Image

@straker
Copy link
Contributor

straker commented Jan 7, 2025

Thanks for the issue. Without being able to look at the page it'll be difficult to diagnose the problem. However, a common cause we see with this type of message is that the page / iframe loads some JavaScript code that modifies native JavaScript functions / features in noncompatible ways. See #4538

@straker straker added the info needed More information or research is needed to continue label Jan 7, 2025
@jlk4p
Copy link
Author

jlk4p commented Jan 8, 2025

It's not a problem if you cannot do anything. I just clicked the link when the bug occurred and it created this issue for submission. The application we forked for use at our institution (https://caltechlibrary.github.io/dibs/index.html) I'm told uses lots of Javascript. I will just focus on manual testing of it.

Thanks for following up.

@jlk4p jlk4p closed this as completed Jan 8, 2025
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