Skip to content

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

@rich-sjt

Description

@rich-sjt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions