hcaptcha-solver-python-selenium icon indicating copy to clipboard operation
hcaptcha-solver-python-selenium copied to clipboard

__init__() got an unexpected keyword argument 'log_level'

Open nileszzy opened this issue 3 years ago • 2 comments

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'`

nileszzy avatar May 26 '22 07:05 nileszzy

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.

maximedrn avatar May 26 '22 07:05 maximedrn

Stale issue message

github-actions[bot] avatar Aug 30 '22 08:08 github-actions[bot]