You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 81: character maps to
i am getting this error while trying to convert single manifest file.
The text was updated successfully, but these errors were encountered:
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 81: character maps to
i am getting this error while trying to convert single manifest file.
The text was updated successfully, but these errors were encountered: