0

I am retrieving data from an API and getting data like:

b'\x80\x00\x00\x00\n\x00\x00%\x83\xa0\x08\x01\x00\xbb@\x00\x00\x05p \x02\x00>\xf3\x00\x00\x00}\x02\x00`\x03\xef0\x00\x00\r\xc0 \x06\xf0>\xf3\x00\x00\x02\x88\x02\x03\xec\x03\xef0\x00\x00/ '

When I checked data type in python, it's showing as bytes.I tried to convert it to readable format getting error as

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

What I tried:

UnicodeDecodeError: 'utf8' codec can't decode byte 0xa5 in position 0: invalid start byte

error UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

UnicodeDecodeError: 'utf8' codec can't decode byte 0x80 in position 3131: invalid start byte

L Lawliet
  • 419
  • 1
  • 7
  • 20

0 Answers0