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
I'm trying to use the baskets.updatedb command. However, I'm encountering an error, is the project still being maintained? it seems that the code related to selenium should be updated...
Steps to Reproduce:
Installed Python dependencies with pip.
Cloned the baskets repository and installed it.
Attempted to run python3 -m baskets.updatedb portfolio.csv.
Raised an error AttributeError: 'Options' object has no attribute 'set_headless' (and later, TypeError: WebDriver.__init__() got an unexpected keyword argument 'executable_path'), I modified baskets/driverlib.py:
I'm trying to use the
baskets.updatedb
command. However, I'm encountering an error, is the project still being maintained? it seems that the code related to selenium should be updated...Steps to Reproduce:
I'm using Python 3.10.12 on Ubuntu 22.04.3 LTS.
Running
Finished succsessfully.
But running:
Raised an error
AttributeError: 'Options' object has no attribute 'set_headless'
(and later,TypeError: WebDriver.__init__() got an unexpected keyword argument 'executable_path'
), I modifiedbaskets/driverlib.py
:But another error raised...
The text was updated successfully, but these errors were encountered: