Skip to content
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

Which browser and uc version combined works better or which are the most stable versions? #1650

Open
juanfrilla opened this issue Nov 5, 2023 · 3 comments

Comments

@juanfrilla
Copy link

Which browser and uc version combined works better? I think the best way to proceed it's dockerizing this stuff and break the cloudflare websites.

@boludoz
Copy link

boludoz commented Nov 11, 2023

undetected_chromedriver.zip
Unfortunately you have to settle because it has many bugs, this is my customized version, the only thing left is to correct an error when closing due to exception that consumes a lot of CPU and crashes the PC, I solve it by closing all the chrome with taskill, but there are better solutions .

@boludoz
Copy link

boludoz commented Nov 11, 2023

#1655 i maked this

@PierrePetit
Copy link

PierrePetit commented Nov 14, 2023

Hey ! Thanks for the fix.

It's still not working for me after installing your version, the nowsecure.nl cloudflare test does not pass.
I installed it with :

pip3 install git+https://www.github.com/boludoz/undetected-chromedriver@master

I first had this error :

Traceback (most recent call last):
  File "/data0/server/dev/venv/lib/python3.10/site-packages/undetected_chromedriver/patcher.py", line 67, in __init__
    version_main_int = int(version_main)
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'

Which I fixed by setting the "version_main_int" in patcher.py to 119, my Chrome version.
Then, when I tried running it, I got to the cloudflare page, but the test did not pass.
Selenium = 4.15.2
Chrome = Version 119.0.6045.123 (Official Build) (64-bit)
OS = Ubuntu 22.04.3 LTS

Thanks for your contribution to this awesome project !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants