drknzz / auto-lingo

A Duolingo Bot for automatic XP earning
MIT License
126 stars 40 forks source link

got an unexpected keyword argument 'service' #24

Open pachako opened 1 year ago

pachako commented 1 year ago

Hello I can't get the auto-lingo.py to launch/run.

When i type from Windows command prompt python auto-lingo.py, i receive this message please see screen capture

My configuration: Platform : windows 10 Python : v 3.6.3 Chrome : 107.0.5304.63 Chromedriver : 107.0.5304.62

Is there something i m doing wrong.

Please advice, thank you.

twistedtrick commented 1 year ago

I believe you need to install Selenium 4, I had this issue until I upgraded.

pip install selenium==4.4.3