pxsocs/warden_terminal

Could not connect to Tor

Opened this issue ยท 1 comments

$ python node_warden.py

โœ…  Loading config.ini
    Config Loaded [Success]

๐Ÿ’ฅ  Testing Tor
    Tor NOT connected [ERROR]
    Could not connect to Tor. WARden requires Tor to run. Quitting...
    Download Tor at: https://www.torproject.org/download/

However Tor works:

$ curl -x socks5h://localhost:9050 -s https://check.torproject.org/api/ip

{"IsTor":true,"IP":"xxx.xxx.xxx.xxx"}

What am I doing wrong?

I'm on a headless server so starting a Tor browser as described in the similar issue is not really an option.