-
Notifications
You must be signed in to change notification settings - Fork 4
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
'NoneType' object has no attribute 'closed' - Chrome 129 - Browser opens but program crashes #12
Comments
I'm currently having the exact same issue :( |
I am seeing this on Windows machines now. My Macintosh and Ubuntu Chrome seems okay. |
@therealpurplemana it happened to me in Ubuntu |
This is due to a breaking change in
So, the solution is to keep using I just released a new version of zendriver, If not, you can also try
To force the downgrade. |
I created a new issue #14 for supporting the latest |
Unrelated, but this made me realize my example code
is wrong, it should be
sorry about that! I just went back and fixed it in all of the docs and examples. |
awesome ! thanks so much for the note. I upgraded to the latest zendriver and that fixed my issue :) |
Any assistance on this would be much appreciated !
Get this error with Chrome 130 , the browser opens but doesnt navigate to any website and the terminal has the error output
using python 3.10 + macOS
example being used:
also tried using
browser = await uc.start(browser_args=['--headless=new'])
The text was updated successfully, but these errors were encountered: