pxsocs/warden_terminal

Tor Connection fail

Closed this issue · 6 comments

Hi!

I was testing node_warden.py on several OS like Mac/Raspbian/Ubuntu. One of them is a Tor Relay and I have the same problem.

imagen

Is there something that I need to change or do some installation?
One of my other Ubuntu OS works perfectly and in MyNode too. Maybe modifying torrc?

A couple of users have reported that opening a Tor Browser fixes the issue

Well not on my side. It's weird.

image

I did some troubleshooting on my end as I was receiving the same error. I had tor locally as well as trying to get it working with my personal tor bridge node I have running and was getting the same error in both cases. I ended up finding out that what got it working for me was a missing 'pysocks' requirement in requirements.txt. Try adding pysocks into your requirements.txt before installing all the requirements or just install pysocks manually with pip and see if that works for you.

Ok, this is solved on my Mac.

Update requirements.txt to include pysocks and requests.
click was also a missing dependency and was included.

Cool! Thanks!!