CF-Clearance-Scraper icon indicating copy to clipboard operation
CF-Clearance-Scraper copied to clipboard

Crash with undetected-chromedriver version

Open MSxDOS opened this issue 4 months ago • 1 comments

main.py -v -f cookies.json https://nowsecure.nl
[02:19:58] [INFO] Launching headless browser...
Traceback (most recent call last):
  File "<path>\main.py", line 332, in <module>
    main()
  File "<path>\main.py", line 250, in main
    with CloudflareSolver(
         ^^^^^^^^^^^^^^^^^
  File "<path>\main.py", line 84, in __init__
    self.driver = Chrome(options=options)
                  ^^^^^^^^^^^^^^^^^^^^^^^
  File "<path>\Python\Python312\site-packages\undetected_chromedriver\__init__.py", line 372, in __init__
    options.binary_location = (
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "<path>\Python\Python312\site-packages\selenium\webdriver\chromium\options.py", line 54, in binary_location
    raise TypeError(self.BINARY_LOCATION_ERROR)
TypeError: Binary Location Must be a String

MSxDOS avatar Sep 28 '24 23:09 MSxDOS