-
In the logs, what does it mean when it says I'm getting this for several TV shows. I've checked both Plex library and Trakt, and the show (and episodes) exist in both locations. So what is causing this, and how do I fix? |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 37 replies
-
@BEisem it's some weird code, it tries to lookup episode from trakt, but does not find it. as I recently refactored that part, it left me to scratch my head as well.
|
Beta Was this translation helpful? Give feedback.
-
Can you show full log please ? |
Beta Was this translation helpful? Give feedback.
-
Yeah, same here. I just try to be helpful. @glensc Sorry I don't know where to start to comment, there are multiple discussions or pull requests which all can have the same root cause, the beta agent and missing or wrong metadata related. So it's kinda hard to bundle them. |
Beta Was this translation helpful? Give feedback.
-
The issue might be that Trakt is moving from thetvdb to TMDB: https://blog.trakt.tv/tmdb-transition-ef3d19a5cf24 I'm seeing the same thing, sometimes. |
Beta Was this translation helpful? Give feedback.
-
probably need to look on things case by case. |
Beta Was this translation helpful? Give feedback.
-
FWIW, this error has now changed with the new version... now it says "Not found on Trakt." Which is a better, more descriptive error. I've also noticed that this has brought to light some mismatch problems in my library, which is helpful. But it also brings to light certain problems where TVDB/TMDB/IMDB do not match or agree with each other. This is because Sonarr uses TVDB when creating the content, I believe Radarr uses TMDB, and Plex uses IMDB. So by the time the content gets to Plex, it might not be labeled or matched correctly. One TV show I'm having a particular problem with is "Whose Line Is It Anyway." Every single episode is giving an error when being scanned by plextraktssync.
You can see that there are some that list IMDB, and some that list TVDB. This show aired from 1998 to 2005, then there was a new version that started in 2013 and is still airing. IMDB and TMDB agree and call it one show. But TVDB splits it and considers it two different shows. Because of this, it's imported into Plex as a single show, but plextraktsync doesn't recognize it, and all the episodes throw the error. I guess the moral of this story is, if there's any way to have the scanner look at all possible sources and try to match, maybe it would have better luck and more of a chance of matching. I don't even know if this is something that can be fixed, since the different sources don't match. |
Beta Was this translation helpful? Give feedback.
-
Re: #208 (comment)
The error may go away, if you take that show and do "Fix Match", then all episodes are of the same provider. but don't do that yet, let's see if we can fix the code first. |
Beta Was this translation helpful? Give feedback.
-
Added PR that can use |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
This is resolved in latest 0.8.x version. |
Beta Was this translation helpful? Give feedback.
This is resolved in latest 0.8.x version.