hcaptcha-solver-python-selenium
hcaptcha-solver-python-selenium copied to clipboard
__init__() got an unexpected keyword argument 'log_level'
Hello there, I just tried to use this, but got the following error messages:
Traceback (most recent call last):
File "D:/PycharmProjects/pythonProject/hcaptcha-solver/main.py", line 43, in <module>
browser=1, headless=False, comments=True, download=False)
File "D:\PycharmProjects\pythonProject\hcaptcha-solver\app\hcaptcha.py", line 59, in __init__
self.driver = self.geckodriver()
File "D:\PycharmProjects\pythonProject\hcaptcha-solver\app\hcaptcha.py", line 97, in geckodriver
log_level=0).install()), options=options)
TypeError: __init__() got an unexpected keyword argument 'log_level'`
I changed the version of the modules in the requirements.txt file, reinstall them and it should work.
The version 3.7.0 of the webdriver-manager module make new issues.
Stale issue message