Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

__init__() got an unexpected keyword argument 'log_level' #12

Closed
nileszzy opened this issue May 26, 2022 · 2 comments
Closed

__init__() got an unexpected keyword argument 'log_level' #12

nileszzy opened this issue May 26, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation no-issue-activity

Comments

@nileszzy
Copy link

nileszzy commented May 26, 2022

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 nileszzy changed the title hello there, I just tried to use this, but got the following error messages __init__() got an unexpected keyword argument 'log_level' May 26, 2022
@maximedrn
Copy link
Owner

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 maximedrn added bug Something isn't working question Further information is requested labels May 31, 2022
Repository owner deleted a comment from sagazxz Jun 30, 2022
@maximedrn maximedrn added documentation Improvements or additions to documentation and removed bug Something isn't working question Further information is requested labels Jun 30, 2022
@github-actions
Copy link

Stale issue message

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation no-issue-activity
Projects
None yet
Development

No branches or pull requests

2 participants