You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys! I really like your project and i was trying to run it on my PopOS but even after configuring torrc file I'm getting "ConnectionRefusedError: [Errno 111] Connection refused".
There is no documentation. Can you please explain the configuration to run this project. Thank you!
This is the error thrown by running main.py -
Traceback (most recent call last):
File "/home/lukesh/my_project/venv/lib/python3.8/site-packages/stem/socket.py", line 398, in _make_socket
control_socket.connect((self._control_addr, self._control_port))
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback` (most recent call last):
File "main.py", line 1, in
from crawl_bot import Crawl_bot
File "/home/lukesh/Tor_Spider/crawl_bot.py", line 14, in
with Controller.from_port(port=9051) as controller:
File "/home/lukesh/my_project/venv/lib/python3.8/site-packages/stem/control.py", line 998, in from_port
control_port = stem.socket.ControlPort(address, port)
File "/home/lukesh/my_project/venv/lib/python3.8/site-packages/stem/socket.py", line 372, in init
self.connect()
File "/home/lukesh/my_project/venv/lib/python3.8/site-packages/stem/socket.py", line 243, in connect
self._socket = self._make_socket()
File "/home/lukesh/my_project/venv/lib/python3.8/site-packages/stem/socket.py", line 401, in _make_socket
raise stem.SocketError(exc)
stem.SocketError: [Errno 111] Connection refused
The text was updated successfully, but these errors were encountered:
Hey guys! I really like your project and i was trying to run it on my PopOS but even after configuring torrc file I'm getting "ConnectionRefusedError: [Errno 111] Connection refused".
There is no documentation. Can you please explain the configuration to run this project. Thank you!
This is the error thrown by running main.py -
The text was updated successfully, but these errors were encountered: