Skip to content
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

Suppress "already exists" error messages #146

Open
1 task done
InnateDistress opened this issue Jan 23, 2025 · 1 comment
Open
1 task done

Suppress "already exists" error messages #146

InnateDistress opened this issue Jan 23, 2025 · 1 comment

Comments

@InnateDistress
Copy link

InnateDistress commented Jan 23, 2025

Is there already an issue for your problem?

  • I have checked older issues, open and closed

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:

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

@profucius
Copy link

profucius commented Jan 29, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants