tornado
tornado copied to clipboard
connection
i changed the torrc file and enabled control panel and that seemed to fix a part of the issue the other part it refuses to connect i checked and tor is on heres the output
[INF] Tornado Engine (v1.3.5) is initialising. [WRN] Use with caution. You are responsible for your actions. [WRN] Developers assume no liability and are not responsible for any misuse or damage. [16-01-2023 14:46:28] [INF] ControlPort is setting at /etc/tor/torrc file.. sudo: service: command not found [16-01-2023 14:46:28] [SUCCESS] ControlPort is ready. [16-01-2023 14:46:28] [INF] Tor connection is starting.. Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/stem-1.8.1-py3.10.egg/stem/socket.py", line 535, in _make_socket control_socket.connect((self.address, self.port)) ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/tornado", line 33, in
i tried changing this with Controller.from_port(port=9051) as controller: to this with Controller.from_port(address='127.0.0.1', port=9051, control_port=9051, control_socket='/var/run/tor/control') as controller: no luck still
The issue has been fixed with the new commit.