mstar-bin-tool icon indicating copy to clipboard operation
mstar-bin-tool copied to clipboard

Error code: utf-8' codec can't decode byte 0x80 in position 5: invalid start byte

Open DinoOtaku opened this issue 5 years ago • 3 comments

Hi, why I have this error ?

Capture d’écran 2020-11-26 182450

DinoOtaku avatar Nov 26 '20 17:11 DinoOtaku

same other error with

[i] Analizing header ...
Traceback (most recent call last):
  File "unpack.py", line 42, in <module>
    offset = header.find('\xff'.encode(encoding='iso-8859-1'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 0: ordinal not in range(128)

dcboy avatar Mar 02 '21 11:03 dcboy

Same issue with me too. Running MacOS on Intel. Trying to unpack MSD7816 firmware. Is there a fix yet???

MaxBiz100 avatar Apr 23 '24 03:04 MaxBiz100