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
Tried running the below commands getting an error
google-alerts seed --driver c:\python311\google_alerts\chromedriver --timeout 60
or
google-alerts seed --driver /tmp/chromedriver --timeout 60
DEBUG init:_config_bootstrap():158 2023-06-21 20:51:50,878| Caching authentication in config file
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\python311\Scripts\google-alerts.exe_main.py", line 7, in
File "C:\python311\google_alerts\cli\manage.py", line 125, in main
with contextlib.closing(webdriver.Chrome(args.driver, options=chrome_options)) as driver:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: WebDriver.init() got multiple values for argument 'options'
Can you suggest what is wrong with the command or chrome driver version?
The text was updated successfully, but these errors were encountered:
Tried running the below commands getting an error
google-alerts seed --driver c:\python311\google_alerts\chromedriver --timeout 60
or
google-alerts seed --driver /tmp/chromedriver --timeout 60
DEBUG init:_config_bootstrap():158 2023-06-21 20:51:50,878| Caching authentication in config file
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\python311\Scripts\google-alerts.exe_main.py", line 7, in
File "C:\python311\google_alerts\cli\manage.py", line 125, in main
with contextlib.closing(webdriver.Chrome(args.driver, options=chrome_options)) as driver:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: WebDriver.init() got multiple values for argument 'options'
Can you suggest what is wrong with the command or chrome driver version?
The text was updated successfully, but these errors were encountered: