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

Error while running #10

Open
mrfoxie opened this issue Oct 20, 2023 · 0 comments
Open

Error while running #10

mrfoxie opened this issue Oct 20, 2023 · 0 comments

Comments

@mrfoxie
Copy link

mrfoxie commented Oct 20, 2023

after installing all the dependency i got this error

python3 darkscrape.py

______           _    _____
|  _  \         | |  /  ___|
| | | |__ _ _ __| | _\ `--.  ___ _ __ __ _ _ __   ___
| | | / _` | '__| |/ /`--. \/ __| '__/ _` | '_ \ / _ \
| |/ / (_| | |  |   </\__/ / (__| | | (_| | |_) |  __/
|___/ \__,_|_|  |_|\_\____/ \___|_|  \__,_| .__/ \___|
| |
|_|
Created By :- Hacker Destination
Version :- 1.6


[>] Checking for tor service...

[>] Tor Service is Running...

Traceback (most recent call last):
File "/home/master/DarkScrape/darkscrape.py", line 79, in <module>
scrap()
File "/home/master/DarkScrape/darkscrape.py", line 53, in scrap
r = session.get("http://icanhazip.com").text
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/requests/sessions.py", line 600, in get
return self.request("GET", url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/requests/sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/requests/adapters.py", line 456, in send
conn = self.get_connection(request.url, proxies)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/requests/adapters.py", line 352, in get_connection
proxy_manager = self.proxy_manager_for(proxy)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/requests/adapters.py", line 217, in proxy_manager_for
manager = self.proxy_manager[proxy] = SOCKSProxyManager(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/requests/adapters.py", line 62, in SOCKSProxyManager
raise InvalidSchema("Missing dependencies for SOCKS support.")
requests.exceptions.InvalidSchema: Missing dependencies for SOCKS support.
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