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

Maybe your file encoding is off? If you google something like "change file encoding utf8" plus your operating system, you should find instructions to check whether your file is UTF-8 and how to change the encoding if it's not.

1 Like