-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unable to import Trakt list from csv (AttributeError: csv_time) #2
Comments
While trying to import to either standard list or user list I get this error: Traceback (most recent call last): When using a user list it does not matter what list number I give it. It always attempts to use the last list. |
@ExDominatus Are you trying to import to a user list? Also for an example csv, if you can export a csv using this tool that should be a good example csv, since I tested by importing and exporting the same csv. Even if it's not relevant at all, try creating a I'm working on patching this asap. |
@ourtv |
@ExDominatus Please let me know if the issue is fixed. Added some csv examples to illustrate what the format should look like. |
I was trying to load a CVS file from an export of collection. I tried importing history and it worked fine but when I try to import collection it errors out. I tried loading it in Note++ changing encoding then changing it back to UTF-8 and saving as a different file but no go. |
Mind giving me your csv file? I'll take a look because I can't reproduce this error. |
Closing this issue for now, let me know if it's not resolved. |
Sorry for my tardy response but here is the CVS and a screen shot of the creation and attempted import commands in case I am a complete noob. |
@ourtv |
Hi there, first time using the script, and I'm fairly sure I did everything correctly but am still unable to add movies to a list. Authentication, and exporting are confirmed working.
Goal: Create trakt list (not watchlist) from list of imdb ids in a csv, formatted like below:
I was originally trying with https://github.com/xbgmsharp/trakt, but came here from your comment on this issue: xbgmsharp/trakt#9. In your instructions, I was unsure what this means, since there was no example csv given:
What trakt ids am I specific? trakt movie ids?
Is this possible with imdb ids? Or am I misunderstanding? The goal is to move over lists from an external service which provides imdb/tmdb ids into Trakt.
While running the script with the below command, I get this error:
python3 import_trakt.py -c config.ini -f imdb -i listofmovies.csv -t movies -u
The text was updated successfully, but these errors were encountered: