-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
New exception occurs in v2.2.0 #145
Comments
Hi, thanks for the report. The first thing that comes to my mind is that maybe you are not using chromium 92 and you are passing a custom |
First of all, thank you very much for this project. I also have the same issue. (windows 10, puppeteer-dart: 2.2.0, using executablePath) |
Hello @whoraks If you still want to use chrome 90, you should probably stay on 2.0.0.
Generally the association can be found in the changelog |
thank you so much !!!!!! |
Is there any update on issue. Since my most of automation rely most on media [youtube etc]...Which is not something possible on chromium and require chome. |
Hi @Akaatsukhi , if you need to use chrome < v92, the best way is to use version v2.0.0 of this library. I think the official puppeteer library has the same problem when there is a breaking change in the protocol. The only difference is that they provide a reference table with the compatibilities. |
Hey @xvrh I still getting error with v2.0.0 with chrome 91 |
@Akaatsukhi can you double check the version you are using by looking in your I think you should use this pub constraint: dependencies:
puppeteer: 2.0.0 Because |
Ahh 😩 !! My bad...my bad @xvrh It's working know thank you. |
I'm seeing a new error after upgrading v2.2.0 of this package which was just released:
If the cause isn't immediately obvious, let me know and I can try to put together a minimal repro case.
The text was updated successfully, but these errors were encountered: