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

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1904: ordinal not in range(128) #16

Open
rich-sjt opened this issue Sep 2, 2018 · 0 comments

Comments

@rich-sjt
Copy link

rich-sjt commented Sep 2, 2018

New KALI Kali GNU/Linux Rolling \n \l on a Raspi 3B
apt update
install pip3
pip3 install trackerjacker
Trackerjacker will display the help page but no other commands.

This is the second try, the first I did an apt upgrade before installing trackerjacker, same result.
Error message:
root@kali:# trackerjacker -i wlan0 --map
Traceback (most recent call last):
File "/usr/local/bin/trackerjacker", line 11, in
load_entry_point('trackerjacker==1.8.7', 'console_scripts', 'trackerjacker')()
File "/usr/local/lib/python3.6/dist-packages/trackerjacker/main.py", line 311, in main
tj = TrackerJacker(**dict(config, **{'logger': logger})) # pylint: disable=E1123
File "/usr/local/lib/python3.6/dist-packages/trackerjacker/main.py", line 86, in init
self.mac_vendor_db = ieee_mac_vendor_db.MacVendorDB()
File "/usr/local/lib/python3.6/dist-packages/trackerjacker/ieee_mac_vendor_db.py", line 10, in init
for line in f.readlines():
File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1904: ordinal not in range(128)
root@kali:
#

Thanks
Rich

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