-
Notifications
You must be signed in to change notification settings - Fork 88
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
bug: Chromiumoxide stopped working with the latest version of Chrome #243
Comments
I imagine they did a breaking change in the CDP, this is related to #197. |
I'm having exactly the same issue now. The error still persists even after downgrading chrome to a few different versions. |
Its because we have not released the ignore of invalid messages most likely. See the PR. |
@Sytten any ETA of fix for this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found out that new version of Chrome (129.0.6668.90) is breaking a contract, because I ran an example
wiki-tokio
(cargo run --example wiki-tokio --features=tokio-runtime
) and get the following errors:It stopped working in tool I maintain https://github.com/RiddleMan/doken . It fails on CI as well as on dev machines. I blame the version of Chrome, because I had it broken on my machine using doken, but my colleague said it was fine. After he updated a Chrome, then it stopped working for him as well. However, I provided simpler code to reproduce the problem.
The text was updated successfully, but these errors were encountered: