Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
i486 opened this issue Jun 8, 2023 · 0 comments
Open

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

i486 opened this issue Jun 8, 2023 · 0 comments

Comments

@i486
Copy link

i486 commented Jun 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant