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 did set everything properly, started the program & then tried 3 differents ways :
Import both TV Shows & Movies
Import only TV Shows
Import only Movies
It doesn't work in the 3 cases, here are the results :
TV Shows & Movies
>> What do you want to do?
1) Import Watch History for TV Shows from TV Time
2) Import Watched Movies from TV Time
3) Do both 1 and 2 (default)
4) Exit
Enter your menu selection: 3
Please go here and authorize, https://api-v2launch.trakt.tv/oauth/authorize?response_type=code&client_id=e6b085c5153064a9363544da556dae09d75f54a6bde2f54f68a82757a036d995&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&state=hzmE6BbstGf8Yzdo4EYhAiZY8KrK9H&username=Skarry
Paste the Code returned here: AFE6959E
2023-08-14 10:54:02 [ INFO] :: Processing both watched shows and movies.
2023-08-14 10:54:06 [ INFO] :: (66.67%) - Processing 'Little Things' Season 2 / Episode 1
2023-08-14 10:54:10 [ INFO] :: 'Little Things Season 2, Episode 1' marked as seen
Traceback (most recent call last):
File "/Users/cey/Desktop/Scrobbler/TvTimeToTrakt/TimeToTrakt.py", line 164, in <module>
start()
File "/Users/cey/Desktop/Scrobbler/TvTimeToTrakt/TimeToTrakt.py", line 158, in start
process_watched_movies()
File "/Users/cey/Desktop/Scrobbler/TvTimeToTrakt/TimeToTrakt.py", line 100, in process_watched_movies
watched_list = [row["movie_name"] for row in reader if row["type"] == "watch"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/cey/Desktop/Scrobbler/TvTimeToTrakt/TimeToTrakt.py", line 100, in <listcomp>
watched_list = [row["movie_name"] for row in reader if row["type"] == "watch"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/cey/Desktop/Scrobbler/TvTimeToTrakt/TimeToTrakt.py", line 99, in <lambda>
reader = filter(lambda p: p["movie_name"] != "", csv.DictReader(csvfile, delimiter=","))
~^^^^^^^^^^^^^^
KeyError: 'movie_name'
TV Shows
>> What do you want to do?
1) Import Watch History for TV Shows from TV Time
2) Import Watched Movies from TV Time
3) Do both 1 and 2 (default)
4) Exit
Enter your menu selection: 1
Please go here and authorize, https://api-v2launch.trakt.tv/oauth/authorize?response_type=code&client_id=e6b085c5153064a9363544da556dae09d75f54a6bde2f54f68a82757a036d995&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&state=iKDxgWJI9v7TuvBemsHlmHS3bDn2Z9&username=Skarry
Paste the Code returned here: 3650C59D
2023-08-14 10:56:15 [ INFO] :: Processing watched shows.
2023-08-14 10:56:18 [ INFO] :: (66.67%) - Already imported, skipping 'Little Things' Season 2 / Episode 1.
Movies
>> What do you want to do?
1) Import Watch History for TV Shows from TV Time
2) Import Watched Movies from TV Time
3) Do both 1 and 2 (default)
4) Exit
Enter your menu selection: 2
Please go here and authorize, https://api-v2launch.trakt.tv/oauth/authorize?response_type=code&client_id=e6b085c5153064a9363544da556dae09d75f54a6bde2f54f68a82757a036d995&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&state=yab9WBEwNlrFF1k8rzbRlbUB8ngI0s&username=Skarry
Paste the Code returned here: 4FE53D4E
2023-08-14 10:57:54 [ INFO] :: Processing movies.
Traceback (most recent call last):
File "/Users/cey/Desktop/Scrobbler/TvTimeToTrakt/TimeToTrakt.py", line 164, in <module>
start()
File "/Users/cey/Desktop/Scrobbler/TvTimeToTrakt/TimeToTrakt.py", line 154, in start
process_watched_movies()
File "/Users/cey/Desktop/Scrobbler/TvTimeToTrakt/TimeToTrakt.py", line 100, in process_watched_movies
watched_list = [row["movie_name"] for row in reader if row["type"] == "watch"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/cey/Desktop/Scrobbler/TvTimeToTrakt/TimeToTrakt.py", line 100, in <listcomp>
watched_list = [row["movie_name"] for row in reader if row["type"] == "watch"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/cey/Desktop/Scrobbler/TvTimeToTrakt/TimeToTrakt.py", line 99, in <lambda>
reader = filter(lambda p: p["movie_name"] != "", csv.DictReader(csvfile, delimiter=","))
~^^^^^^^^^^^^^^
KeyError: 'movie_name'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello there,
I did set everything properly, started the program & then tried 3 differents ways :
It doesn't work in the 3 cases, here are the results :
TV Shows & Movies
TV Shows
Movies
Any ideas why should i do to make it works ?
Thanks a lot for your help & have a nice day
Best Regards,
Skarry
All reactions