DanMcInerney / wifijammer

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

TypeError: a bytes-like object is required, not 'str' #119

Closed deepu8012 closed 1 year ago

deepu8012 commented 2 years ago

Screenshot at 2022-07-12 17-31-43 Screenshot at 2022-07-12 17-31-43

deepu8012 commented 2 years ago

Traceback (most recent call last): File "/home/deepu/Desktop/wifijammer2.py", line 444, in mon_iface = get_mon_iface(args) File "/home/deepu/Desktop/wifijammer2.py", line 105, in get_mon_iface monitors, interfaces = iwconfig() File "/home/deepu/Desktop/wifijammer2.py", line 127, in iwconfig for line in proc.communicate()[0].split('\n'): TypeError: a bytes-like object is required, not 'str'