Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: __init__() got multiple values for argument 'options' #126

Open
AndDevDE opened this issue Jun 15, 2023 · 3 comments
Open

TypeError: __init__() got multiple values for argument 'options' #126

AndDevDE opened this issue Jun 15, 2023 · 3 comments

Comments

@AndDevDE
Copy link

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?

@ZMensRain
Copy link

@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.

@Rushanksavant
Copy link

@ZMensRain This worked out for me.

@kkg0
Copy link

kkg0 commented Sep 17, 2023

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants