-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
analysisbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
'utf-8' codec can't decode byte 0xca in position 151: invalid continuation byte
'utf-8' codec can't decode byte 0xa5 in position 85: invalid start byte
'utf-8' codec can't decode byte 0x96 in position 89: invalid start byte
'utf-8' codec can't decode byte 0xc2 in position 39: invalid continuation byte
'utf-8' codec can't decode byte 0xdb in position 111: invalid continuation byte
'utf-8' codec can't decode byte 0xc6 in position 352: invalid continuation byte
'utf-8' codec can't decode byte 0xf3 in position 56: invalid continuation byte
'utf-8' codec can't decode byte 0xc0 in position 58: invalid start byte
'utf-8' codec can't decode byte 0xd0 in position 56: invalid continuation byte
'utf-8' codec can't decode byte 0x84 in position 123: invalid start byte
'utf-8' codec can't decode byte 0xb5 in position 140: invalid start byte
'utf-8' codec can't decode byte 0xfe in position 138: invalid start byte
'utf-8' codec can't decode byte 0x88 in position 237: invalid start byte
'utf-8' codec can't decode byte 0xc0 in position 175: invalid start byte
'utf-8' codec can't decode byte 0xfb in position 132: invalid start byte
'utf-8' codec can't decode byte 0xed in position 71: invalid continuation byte
'utf-8' codec can't decode byte 0xf7 in position 53: invalid start byte
'utf-8' codec can't decode byte 0xfe in position 197: invalid start byte
'utf-8' codec can't decode bytes in position 2-4: invalid continuation byte
'utf-8' codec can't decode byte 0xbe in position 66: invalid start byte
'utf-8' codec can't decode byte 0xe4 in position 7: invalid continuation byte
Is currently reported as UNKNOWN_FAILURE = 1
. Would be better to report it as EX_DATAERR = 65
from mnemoniccli.ExitCode.EX_DATAERR
.
Already mentioned in #12 (comment).
Errors with UTF-8 apply to dictionary, too. (#21 (comment))
Metadata
Metadata
Assignees
Labels
analysisbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request