-
Notifications
You must be signed in to change notification settings - Fork 790
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
'utf-8' codec can't decode byte 0x92 in position 14: invalid start byte #126
Comments
Change lines 199 +200 in the wifijammer source code to this: |
You must have made a mistake typing in the correction. Python follows strict indentation rules. Everything must line up as it was before. Start over. |
Idk. I got mine working on a Rasp Pi 2B with Python 2.71. Could be your version of Python is the issue. |
Change line 317 to: And then manually install the latest version of Scapy: |
@davidm71 or @MR-Diamond can you throw me a PR with that change. |
@DanMcInerney Pull Request? Not sure how to do that though I have modified the code to work both on Raspberry Pi 2B-Raspbian/Python 2.7 and Raspberry Pi 2B - Kali/Python 3.10.9. All required were minor edits though each one different. Will share once I understand how to PR you. |
Hi, I attempt to run wifijammer in Termux; I have installed python, scapy and iwconfig.
But as I execute
tsudo python wifijammer
I got:Am I miss something?
The text was updated successfully, but these errors were encountered: