-
-
Notifications
You must be signed in to change notification settings - Fork 548
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
Connection Refused #11
Comments
@ConanKapoor Thanks for showing interest in this project. We are sorry that our documentation is still under development and thanks for reminding us. Before you run the torBot make sure the following things are done properly:
Read more about torrc here : Torrc If there is any other problem please feel free to open an issue. |
@PSNAppz Thanks for your fast response. I implemented all the 3 steps above and still i am receiving the same error.
torrc file -
Excerpt from torBot.py -
Error Received (When implementing python3 torBot.py) -
I hope the information is sufficient from my side. I'm sorry if error is because of my stupidity somewhere. Thank you for your time! |
@ConanKapoor |
Hey! @agrepravin.
Thanks for your reply :) |
@ConanKapoor Try these:
|
I followed what you said and it totally removed the error. :) Although this error came up. Error -
Which I fixed by changing -
Still after running python3 torBot.py, I get following output (After banner) -
I think i am not able to make a proper connection to Tor. Looks like a problem on my part. Well let me know if i should close this issue? |
@ConanKapoor
Use this one If you think you can fix the error by yourself you can close the issue, other wise we will help you figure it out. 👍 |
Everything is working fine after installing PySocks. Apologies from my side but i guess it was not included in requirements.txt. |
@ConanKapoor It was our mistake sorry for the trouble. |
Hello i followed everything mentioned upstairs but still having the same problem as him During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Environment
Torrcservices && ports OK
I can see the ports bind already. Using TorBot ErrorThis is the first error I get:
I try to modify modules/api.py. change all port from 8081 to 9050. It comes up new error:
Could anyone help? Please. |
Hey guys! I really like your project and i was trying to run it on my Kali linux 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 torBot.py -
The text was updated successfully, but these errors were encountered: