I get this error when script is trying to parse a non utf-8 m3u file:
----Parsing m3u file----
Traceback (most recent call last):
File "./e2m3u2bouquet.py", line 1692, in
sys.exit(main())
File "./e2m3u2bouquet.py", line 1680, in main
raise e
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe5 in position 5: invalid continuation byte
I get this error when script is trying to parse a non utf-8 m3u file:
----Parsing m3u file---- Traceback (most recent call last): File "./e2m3u2bouquet.py", line 1692, in
sys.exit(main())
File "./e2m3u2bouquet.py", line 1680, in main
raise e
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe5 in position 5: invalid continuation byte