-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Error attaching to target cri p [Error]: 'Network.enable' wasn't found #29876
Comments
After some digging, it seems related to that change : https://github.com/cypress-io/cypress/pull/28105/files#diff-b5b66d85423fa714add2e866448d3411b0f1cdf2cb4b4a95aa80394fa3edd1b3R202 Honestly I'm a bit lost on how I can apply a fix for this, without a good knowledge on how everything is working in there 😅 |
I'm having the same problem. But even if this works there's still more to deal with to make the test more real but without really getting from the microphone. |
Hi there 👋 Thanks 🙏 |
👋🏼 Hi everyone, I am working on a fix for this issue right now but in the meantime you should be able to work around the issue by using a Chromium-based browser version 130 or greater. |
This fix will be in our next release. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
when calling addModule to an AudioContext, the promise never resolve or reject.
Desired behavior
The promise settle
Test code to reproduce
Here is a very minimalist repo that demonstrate the bug : https://github.com/ThibautMarechal/cypress-audio-context-bug
Cypress Version
13.13.1
Node version
20.12.1
Operating System
Windows
Debug Logs
The logs are too big for the issue in github so I commited them in the repro here : https://github.com/ThibautMarechal/cypress-audio-context-bug/blob/master/test.log
But found an error that might be the one :
Other
It was working with the version 13.3.2 of Cypress and start failing at the version 13.3.3
The text was updated successfully, but these errors were encountered: