tornado icon indicating copy to clipboard operation
tornado copied to clipboard

[Errno 111] Connection refused

Open BLEKERS opened this issue 2 years ago • 7 comments

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 image

BLEKERS avatar May 11 '22 11:05 BLEKERS

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.

samogod avatar May 12 '22 21:05 samogod

Have same issue and sudo pidof tor not working! Screenshot_20220527-221229_JuiceSSH

Chomikmarkus avatar May 27 '22 19:05 Chomikmarkus

the same problem изображение

xartd0 avatar May 31 '22 17:05 xartd0

Try these steps at /etc/tor/torrc file:

  • Comment SOCKSPort (By default it is 9050)
  • Uncomment or create ControlPort 9051
  • Restart tor service.

samogod avatar Jun 01 '22 11:06 samogod

same bug hope fix

judemoses avatar Jun 07 '22 11:06 judemoses

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 :(

xartd0 avatar Jun 09 '22 14:06 xartd0

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

cr4ck3r-byte avatar Sep 17 '22 21:09 cr4ck3r-byte

@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?

Pareid0lia avatar Oct 09 '22 18:10 Pareid0lia

The issue has been fixed with the new commit.

samogod avatar Mar 02 '24 01:03 samogod