Closed msdos closed 4 years ago
Ah, finally encoutered that error myself, will look into it
Debugged, fixed. in 1.54. Ignoring utf-8 decoding errors. The output seemed fine even with the errors ignored. Probably some bad characters contained in string, possibly characters unknown to python.
The error was just
[ERROR] Failed to get file info: 'utf-8' codec can't decode byte 0xd1 in position 1398: invalid continuation byte
when trying to get information from a file. So I removed thetry except
fromoperations.py
, printedret
variable and now have a full traceback: