DanMcInerney / wifijammer

Continuously jam all wifi clients/routers
3.95k stars 778 forks source link

TypeError: can only concatenate str (not "bytes") to str #132

Open i486 opened 1 year ago

i486 commented 1 year ago

For some reason, the crash below happens when starting jammer on 2.4GHz channel or it happens after a while deauth is successfully started.

No issue so far on 5GHz channels.

└─# python wifijammer -i wlan2 -a AA:BB:CC:DD:EE:FF -c 8

Access Points ch ESSID Exception in thread Thread-1 (channel_hop): Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 975, in run self._target(*self._args, *self._kwargs) File "/root/wifijammer/wifijammer", line 244, in channel_hop output(err, monchannel) File "/root/wifijammer/wifijammer", line 325, in output print('['+T+''+W+'] '+O+ap[0]+W+' - ' + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: can only concatenate str (not "bytes") to str