-
Notifications
You must be signed in to change notification settings - Fork 70
Description
First thanks for the app it looks great.
I install Yamtrack and I have try to connect to Trakt and SIMKL from the import data settings many times and all the time failed.
Sorry, I am not a very technical person, I am a video editor.
With Trakt what do you mean with SLUG in "trakt.tv/users/username-slug" It's the Client ID or what should I add.
I created in Trakt a API app to get the Client ID but it didn't work.
With SIMKL I press connect with SIMKL then "Allow test to use your account?" "YES" and then connecting and then "Unexpected error occurred while processing the task".
Traceback (most recent call last):
File "/yamtrack/integrations/imports/simkl.py", line 184, in process_tv_list
process_seasons_and_episodes(
File "/yamtrack/integrations/imports/simkl.py", line 260, in process_seasons_and_episodes
end_date=episode["watched_at"],
KeyError: 'watched_at'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/celery/app/trace.py", line 453, in trace_task
R = retval = fun(*args, **kwargs)