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


Yardımlarınız için teşekkür ederim.