Unicodedecodeerror: 'utf-8' codec can’t Decode byte 0xd0 in position 0

Asked

Viewed 2,212 times

-3

 line 1383, in <module>
    print(f.readline())
  File "/usr/lib/python3.8/codecs.py", line 322, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 0: invalid continuation byte

1 answer

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.