Skip to content
New issue

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

[Errno 111] Connection refused #4

Closed
BLEKERS opened this issue May 11, 2022 · 8 comments
Closed

[Errno 111] Connection refused #4

BLEKERS opened this issue May 11, 2022 · 8 comments

Comments

@BLEKERS
Copy link

BLEKERS commented May 11, 2022

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

@samogod
Copy link
Owner

samogod commented May 12, 2022

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 samogod pinned this issue May 12, 2022
@Chomikmarkus
Copy link

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

@xartd0
Copy link

xartd0 commented May 31, 2022

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

@samogod
Copy link
Owner

samogod commented Jun 1, 2022

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

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

@judemoses
Copy link

same bug hope fix

@xartd0
Copy link

xartd0 commented Jun 9, 2022

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

@cr4ck3r-byte
Copy link

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

@samogod
Copy link
Owner

samogod commented Mar 2, 2024

The issue has been fixed with the new commit.

@samogod samogod closed this as completed Mar 2, 2024
@https433 https433 mentioned this issue May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants