Cultured-Downloader icon indicating copy to clipboard operation
Cultured-Downloader copied to clipboard

[Bug]: Error while starting up webdriver

Open yepyepyepok opened this issue 9 months ago • 2 comments

Which program are you seeing this problem on?

Cultured Downloader (exe), Cultured Downloader (py)

Program Version

v4.2.3

Steps to reproduce the bug

  1. Launch program from launcher.py, cultured_downloader.py, or the executable file
  2. Continue with or without changing path
  3. Error occurs: TypeError: ChromeDriverManager.init() got an unexpected keyword argument 'path'

Expected behaviour

The webdriver should have been created without error

Relevant log output (If any)

2023-09-23 17:01:15,161 [Cultured Downloader V4.2.3] [ERROR]: Uncaught TypeError

Traceback (most recent call last): File "c:\Users\me\Documents\Cultured-Downloader-python-release\src\launcher.py", line 165, in cultured_downloader_main() File "c:\Users\me\Documents\Cultured-Downloader-python-release\src\cultured_downloader.py", line 468, in main initialise() File "c:\Users\me\Documents\Cultured-Downloader-python-release\src\cultured_downloader.py", line 462, in initialise with get_driver(download_path=configs.download_directory) as driver: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\me\Documents\Cultured-Downloader-python-release\src\utils\spinner.py", line 227, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\me\Documents\Cultured-Downloader-python-release\src\utils\web_driver.py", line 108, in get_driver driver_path = ChromeDriverManager( ^^^^^^^^^^^^^^^^^^^^ TypeError: ChromeDriverManager.init() got an unexpected keyword argument 'path'

Screenshots (Optional)

No response

yepyepyepok avatar Sep 23 '23 21:09 yepyepyepok