UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
a = res2[0] file = open(a, "r", encoding="utf-8") file2 = file.readlines() file.close()