SusmithKrishnan / torghost

TorGhost is an anonymization script. TorGhost redirects all internet traffic through SOCKS5 tor proxy. DNS requests are also redirected via tor, thus preventing DNSLeak. The scripts also disables unsafe packets exiting the system. Some packets like ping request can compromise your identity.
GNU General Public License v3.0
851 stars 281 forks source link

update and start error #61

Closed errrrre closed 4 years ago

errrrre commented 4 years ago

sudo torghost -s [03:11:53] Checking for update... Traceback (most recent call last): File "torghost.py", line 232, in check_update()
File "torghost.py", line 222, in main for (o, a) in opts: File "torghost.py", line 107, in start_torghost print bcolors.GREEN + '[done]' + bcolors.ENDC File "torghost.py", line 202, in check_update if choice in yes: File "dist-packages/requests/models.py", line 897, in json File "dist-packages/simplejson/init.py", line 518, in loads File "dist-packages/simplejson/decoder.py", line 370, in decode File "dist-packages/simplejson/decoder.py", line 400, in raw_decode simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0) [2113] Failed to execute script torghost

Spyelite commented 4 years ago

i experience the same error as above

datboigpc commented 4 years ago

You can always Comment the check_update() on main() (line 215) of torghosts.py to bypass this. Isnt a fix but at least you can use it.

Cheers

gmkbenjamin commented 4 years ago

Looks like the update server is down. Check out the latest version, it doesn't seem to force update at start.

SusmithKrishnan commented 4 years ago

Latest update in an NPM package crashed the entire server. Its up now!