Forensics icon indicating copy to clipboard operation
Forensics copied to clipboard

Error parsing UALs

Open ahensley2 opened this issue 6 years ago • 0 comments

I receive the following error occasionally.

Traceback (most recent call last): File "C:\Users\REDACTED\Documents\ForensicTools\UAL analyzer\Forensics-master\ual-analyzer\ual-analyzer.py", line 30, in for row in reader: File "C:\Users\REDACTED\AppData\Local\Programs\Python\Python37-32\lib\csv.py", line 112, in next row = next(self.reader) File "C:\Users\REDACTED\AppData\Local\Programs\Python\Python37-32\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 6691: character maps to

ahensley2 avatar Nov 24 '19 02:11 ahensley2