Aviksaikat / nipe_py

An engine to make Tor Network your default gateway.
https://aviksaikat.github.io/nipe_py/
MIT License
1 stars 0 forks source link

Error Nipe in Kali #2

Closed eletricacess closed 3 months ago

eletricacess commented 3 months ago

┌──(root㉿kali)-[~] └─# nipe start ╭───────────────────────────── Traceback (most recent call last) ──────────────────────────────╮ │ /usr/local/lib/python3.11/dist-packages/nipe_py/engine/Start.py:29 in start │ │ │ │ 26 │ │ │ 27 │ def start(self) -> bool: │ │ 28 │ │ try: │ │ ❱ 29 │ │ │ subprocess.check_call(f"tor -f {config_path}/{self.device['distribution']}- │ │ 30 │ │ │ subprocess.check_call(self.start_tor, shell=True) │ │ 31 │ │ │ │ │ 32 │ │ │ for t in self.table: │ │ │ │ /usr/lib/python3.11/subprocess.py:413 in check_call │ │ │ │ 410 │ │ cmd = kwargs.get("args") │ │ 411 │ │ if cmd is None: │ │ 412 │ │ │ cmd = popenargs[0] │ │ ❱ 413 │ │ raise CalledProcessError(retcode, cmd) │ │ 414 │ return 0 │ │ 415 │ │ 416 │ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ CalledProcessError: Command 'tor -f /usr/local/lib/python3.11/dist-packages/nipe_py/engine/../../../.configs/debian-torrc > /dev/null' returned non-zero exit status 1. ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │ [+] nipe has been started.... │ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯

Aviksaikat commented 3 months ago

do you have tor installed ?

Aviksaikat commented 3 months ago

I think I have figured out the issue. working on the fix now

eletricacess commented 3 months ago

do you have tor installed ?

Yes

Aviksaikat commented 3 months ago

follow the discussion here #3. This is how you should properly document a bug.

Aviksaikat commented 3 months ago

The fix has been pushed thanks for your input @eletricacess