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

Showing error after successfully installing tried both pip3 and cloning same error on both #58

Open
AbhiramT21 opened this issue Sep 29, 2024 · 0 comments

Comments

@AbhiramT21
Copy link

May i know why this error coming after running raccoon installation has been completed correctly

https://github.com/evyatarmeged/Raccoon
Traceback (most recent call last):
File "/usr/local/bin/raccoon", line 33, in
sys.exit(load_entry_point('raccoon-scanner', 'console_scripts', 'raccoon')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/raccoon_scanner-0.8.5-py3.12.egg/raccoon_src/main.py", line 158, in main
request_handler = RequestHandler(
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/raccoon_scanner-0.8.5-py3.12.egg/raccoon_src/utils/singleton.py", line 9, in call
cls.instance = super().call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/raccoon_scanner-0.8.5-py3.12.egg/raccoon_src/utils/request_handler.py", line 28, in init
self.headers = self._set_headers()
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/raccoon_scanner-0.8.5-py3.12.egg/raccoon_src/utils/request_handler.py", line 33, in _set_headers
headers["User-Agent"] = UserAgent(verify_ssl=False).random
^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: FakeUserAgent.init() got an unexpected keyword argument 'verify_ssl'

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

1 participant