tornado
tornado copied to clipboard
[Errno 111] Connection refused
How to fix this, every time I execute 'tornado' I get this error I tried installing tor-browser or killing all tor processes. Btw I use VM-kali Linux
Okay, I know about that issue, It is not about my development, If you run tornado first time or run with newly installed tor, tornado works very well so I try to solve this problem with sudo pidof tor
command for restart service but it seems like not working. I still check official stem
library issues section, stackoverflow and more.. no solution except sudo pidof tor
. You can try to run sudo pidof tor
manually for now. I don't close this issue, maybe someone can help.
Have same issue and sudo pidof tor not working!
the same problem
Try these steps at /etc/tor/torrc file:
- Comment
SOCKSPort
(By default it is 9050) - Uncomment or create
ControlPort 9051
- Restart
tor
service.
same bug hope fix
Try these steps at /etc/tor/torrc file:
* Comment `SOCKSPort` (By default it is 9050) * Uncomment or create `ControlPort 9051` * Restart `tor` service.
not work :(
mismo error.
[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.
[17-09-2022 17:56:51] [INF] ControlPort is setting at /etc/tor/torrc file..
[17-09-2022 17:56:51] [ERR] ControlPort is not set
[17-09-2022 17:56:51] [ERR] Try to add ControlPort 9051 to Tor configuration file at /etc/tor/torrc with command:
[17-09-2022 17:56:51] [WRN] sudo bash -c 'echo "ControlPort 9051" >> /etc/tor/torrc'
[17-09-2022 17:56:51] [INF] Tor connection is starting..
aunque ejecute el comando sudo bash -c 'echo "ControlPort 9051", no funciona y no se por que mi /etc/tor/torrc está vacio
@samet-g could you provide us with the torrc file at /etc/tor/torrc perhaps there is something you have configured that we have not?
The issue has been fixed with the new commit.