We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
after installing all the dependency i got this error
The text was updated successfully, but these errors were encountered: