You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the following error after executing the script, but just for the movies import:
2023-04-18 23:56:44 [ INFO] :: Processing movies.
Traceback (most recent call last):
File "C:\Lhi\TvTimeToTrakt-main\TimeToTrakt.py", line 164, in <module>
start()
File "C:\Lhi\TvTimeToTrakt-main\TimeToTrakt.py", line 154, in start
process_watched_movies()
File "C:\Lhi\TvTimeToTrakt-main\TimeToTrakt.py", line 100, in process_watched_movies
watched_list = [row["movie_name"] for row in reader if row["type"] == "watch"]
File "C:\Lhi\TvTimeToTrakt-main\TimeToTrakt.py", line 100, in <listcomp>
watched_list = [row["movie_name"] for row in reader if row["type"] == "watch"]
File "C:\Users\billy\AppData\Local\Programs\Python\Python310\lib\csv.py", line 111, in __next__
row = next(self.reader)
File "C:\Users\billy\AppData\Local\Programs\Python\Python310\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 7616: character maps to <undefined>
Does someone know a workaround? Thank you!
The text was updated successfully, but these errors were encountered:
I'm having the following error after executing the script, but just for the movies import:
Does someone know a workaround? Thank you!
The text was updated successfully, but these errors were encountered: