Open ghost opened 5 years ago
what changed since the last time it was running fine?
nothing actually. I didn't run it for a few days and the next time I did, it shows these errors
Hey, anyone else who had this issue? Did it get rectified??
Add .encode('utf-8')
at line 15 file evtx_filter_records.py
after record_xml
like so:
return etree.fromstring("<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" ?>%s" %
record_xml.encode('utf-8'))
This fixes the error.
The following errors occur for the program when I run it. Previously it was running perfectly fine but now it doesn't get corrected. Does anyone have any ideas on how to correct these?