You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
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 !
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.
The text was updated successfully, but these errors were encountered: