My pwnagotchi can't detect other units and is not found on them (Which are working fine). Other aspects are working fine. Tried 1.5.5 but it couldn't enter AI mode. (And upgrading numpy always broke it)
Hardware - rpi0w v1.1
Software - pwnagotchi iso version - 1.5.3
Config -
In /var/log/pwnagotchi.log was flooded with python3 exception handling errors.
Only thing i've seen with timestamp (others were loop of exception handling):
[2022-01-13 12:37:17,614] [INFO] error 400: wifi.interface not set or not found [2022-01-13 12:37:17,616] [ERROR] main loop exception (error 400: wifi.interface not set or not found) Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/pwnagotchi/bettercap.py", line 11, in decode return r.json() File "/usr/lib/python3/dist-packages/requests/models.py", line 897, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3/dist-packages/simplejson/__init__.py", line 518, in loads return _default_decoder.decode(s) File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/pwnagotchi", line 55, in do_auto_mode agent.recon() File "/usr/local/lib/python3.7/dist-packages/pwnagotchi/agent.py", line 157, in recon self.run('wifi.recon.channel clear') File "/usr/local/lib/python3.7/dist-packages/pwnagotchi/bettercap.py", line 55, in run return decode(r, verbose_errors=verbose_errors) File "/usr/local/lib/python3.7/dist-packages/pwnagotchi/bettercap.py", line 19, in decode raise Exception(err) Exception: error 400: wifi.interface not set or not found [2022-01-13 12:37:17,771] [INFO] error 400: wifi.interface not set or not found [2022-01-13 12:37:17,773] [ERROR] main loop exception (error 400: wifi.interface not set or not found)
Can't be sure if it is numpy related as cat couldn't display everything.
My pwnagotchi can't detect other units and is not found on them (Which are working fine). Other aspects are working fine. Tried 1.5.5 but it couldn't enter AI mode. (And upgrading numpy always broke it)
Hardware - rpi0w v1.1 Software - pwnagotchi iso version - 1.5.3 Config -
In /var/log/pwnagotchi.log was flooded with python3 exception handling errors. Only thing i've seen with timestamp (others were loop of exception handling):
Can't be sure if it is numpy related as cat couldn't display everything.