-
Notifications
You must be signed in to change notification settings - Fork 1.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
Huge bug in undetected-chromedriver v2 #384
Comments
@ultrafunkamsterdam I am now not sure what to do next. It could be that this lib is really not selenium 4 ready like you said in the readme. But then I would expect it to be set in |
Downgrade to 3.0.3 as in this issue suggestion. Also don't use Python 3.10 if you don't want to face another undetected-chromedriver bug |
Hope this gets a real fix soon (there are reasons why I can't use 3.0.3 and the if name == 'main': doesnt work in all cases) |
all fixed |
I'm still having the same issue.
Gives me:
|
you are clearly having multiple versions installed and not using the correct one. |
I am having exactly the same error, I'm on a fresh install of python 3.10 and undetected-chromedriver 3.0.3. @ultrafunkamsterdam could you please explain what the correct version is? I've been trying every answer in all these threads on this issue and it is not solving it. |
Even after fully uninstalling undetected_chromedriver
This is still the code:
Python 3.7.8 (tags/v3.7.8:4b47a5b6ba, Jun 28 2020, 08:53:46) [MSC v.1916 64 bit (AMD64)] on win32 |
1 - A script called test.py is not a great idea. It seems to me that what you're really looking for is a interactive session. That all being said. I was able to reproduce, although it being an edge case, I have a "fix" for this, but i need to test it first. will commit later. |
Even when running my main project I'm trying to use this with, which doesn't insta exit and is pretty long it doesn't run at all and throws the same error. Works fine with just selenium. |
Temporary Solution : |
Nah he actually fixed it in newest version, you just have to write uc.Chrome( |
Tried with 3.1.3, didnt worked Avnsx, all the time i get |
not an issue with UC, but with your threading code |
Fixed for me. Thank you so much bro ! |
Guys, I love u. This help so much. Thanks |
Fixed for me Thank you |
it's unironically so big that I can't even load up undetected chromedriver v2 with the basic code from your ReadMe
ouput:
I did find a solution and that is just writing it into main:
but this is unacceptable and it is restricting me in freely formatting my code, also forcing me to use an entry point.
I'm encountering this bug in latest version of uc v2 and python 3.8.10 for windows 10
Please fix this as soon as possible @ultrafunkamsterdam 🙏🏼
The text was updated successfully, but these errors were encountered: