-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnicodeDecodeError first time doing anything with Python need some help #69
Comments
Can you try with Python311 or Python310?
Python312 is not to have critical changes.
|
I just tried on Python311 and I am still getting the same error just on a different position, instead of 7868 it's now in position 7975. |
Using chatgpt and Python 3.12.8, i found a way do bypass this error First, correct the csv file, because is badly structured with too much double quotes:
Then use the import command again
If the error still exists, change line 153 of import_trakt.py from this:
to this:
and try again, it worked for me |
Which Operating System are you using? The default read encoding depends on the Operating System. Also the quote are need. To solve the issue, can you try to replace line 355 by the following code.
|
I have exported both my movies and my shows from Trakt, I managed to successfully import all the movies but when I try to import my shows I get this error
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 7868: character maps to
I have no idea what the issue is, the CSV I exported is this:
episodes_views.csv
Here is the entire message I got:
The text was updated successfully, but these errors were encountered: