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
Hey there, I tried installing Alright on my Pi following the instructions provided by @BilalBhatti in Issue 31, but every time I try running the code it gives this error:
Traceback (most recent call last): File "/home/pi/alright/watest.py", line 5, in <module> messenger = WhatsApp() File "/home/pi/alright/alright/__init__.py", line 38, in __init__ browser = webdriver.Chrome( TypeError: __init__() got multiple values for argument 'options'
How can I fix this?
The text was updated successfully, but these errors were encountered:
@AndDevDE
I had a very similar problem the fix I found was to remove ChromeDriverManager().install(), on line 39 in the init.py file and that fixed it. i was on a windows machine not pi but try it.
Hey there, I tried installing Alright on my Pi following the instructions provided by @BilalBhatti in Issue 31, but every time I try running the code it gives this error:
Traceback (most recent call last): File "/home/pi/alright/watest.py", line 5, in <module> messenger = WhatsApp() File "/home/pi/alright/alright/__init__.py", line 38, in __init__ browser = webdriver.Chrome( TypeError: __init__() got multiple values for argument 'options'
How can I fix this?
The text was updated successfully, but these errors were encountered: