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
A very small number of rated/watched items consistently seem to fail, even though they have been accurately synced. Here's a snippet:
Setting IMDB Ratings
- Rating episode: (1 of 7) Marco Polo: One Hundred Eyes: 8/10 on IMDB (tt5248968)
- Failed: Rating already exists on IMDB for this episode. Rating: (8)
- Rating movie: (7 of 7) La Jetée (1962): 6/10 on IMDB (tt0056119)
- Failed: Rating already exists on IMDB for this movie. Rating: (6)
...
Setting IMDB Watch History Items
- Adding episode (3 of 7): Marco Polo: One Hundred Eyes (2015) to IMDB Watch History (tt5248968)
- Failed: Episode already exists in IMDB watch history.
- Adding movie (7 of 7): La Jetée (1962) to IMDB Watch History (tt0056119)
- Failed: Movie already exists in IMDB watch history.
Recommend suppressing these "already exists" error messages since they don't really seem to indicate an error.
Environment
Linux, pip install method.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
I had this problem too, I might have found a solution to this.
Could you explain where this needs to be placed? I'm assuming within the IMDBTraktSyncer.py file, but should they be placed above a certain line, or replace existing lines?
Is there already an issue for your problem?
Bug Description
A very small number of rated/watched items consistently seem to fail, even though they have been accurately synced. Here's a snippet:
Recommend suppressing these "already exists" error messages since they don't really seem to indicate an error.
Environment
Linux, pip install method.
Screenshots
No response
The text was updated successfully, but these errors were encountered: