#Filter Error: No TMDB\TVDb ID found

1 messages · Page 1 of 1 (latest)

ashen sleet
#

Morning fellow PMMers.

I am getting a lot of filter errors for TMDB\TVDB lookups and cannot figure out why.

[2023-11-15 19:32:18,960] [builder.py:2667]           [WARNING]  | Filter Error: No TVDb ID found for Dan Brown's The Lost Symbol                                     |
[2023-11-15 19:32:18,960] [builder.py:2667]           [WARNING]  | Filter Error: No TVDb ID found for Dark                                                            |
[2023-11-15 19:32:18,961] [builder.py:2667]           [WARNING]  | Filter Error: No TVDb ID found for Dark Winds                                                      |
[2023-11-15 19:32:18,962] [builder.py:2667]           [WARNING]  | Filter Error: No TVDb ID found for Dead Ringers (2023)                                             |

[2023-11-15 16:12:22,939] [builder.py:2667]           [WARNING]  | Filter Error: No TMDb ID found for 2 Fast 2 Furious                                                |
[2023-11-15 16:12:22,939] [builder.py:2667]           [WARNING]  | Filter Error: No TMDb ID found for 3:10 to Yuma                                                    |
[2023-11-15 16:12:22,940] [builder.py:2667]           [WARNING]  | Filter Error: No TMDb ID found for The 5th Wave                                                    |
[2023-11-15 16:12:22,941] [builder.py:2667]           [WARNING]  | Filter Error: No TMDb ID found for 6 Underground                                                   |
[2023-11-15 16:12:22,942] [builder.py:2667]           [WARNING]  | Filter Error: No TMDb ID found for 8 Mile                                                          |
[2023-11-15 16:12:22,943] [builder.py:2667]           [WARNING]  | Filter Error: No TMDb ID found for 8-Bit Christmas                                   

Any ideas of why these would be occurring?

floral vergeBOT
#

Welcome @ashen sleet!

Someone from <@&938443185347244033> will assist when they're available.

Including the meta.log from the beginning is a huge help, type !logs for more information.

#

You can press the "Close Post" button above or type /close at any time to close this post.

vale harnessBOT
#
Convert Error: No TVDb ID Found for TMDb ID: 15733
Convert Error: No TMDb ID Found for IMDb ID: tt14431252

These sorts of errors indicate that the thing can't be cross-referenced between sites. For example, at the time of that error, the TMDB record for "The Two Mrs. Grenvilles" [ID 15733] didn't contain a TVDB ID. This could be because the record just hasn't been updated, or because "The Two Mrs. Grenvilles" isn't listed on TVDB.

The fix is for someone [like you, perhaps] to go to the relevant site and fill in the missing data.

flint flume
ashen sleet
#

Yeah I dont think this is my problem. Very popular movies and shows are within the list of those with issue. Examples are

[2023-11-15 16:12:23,050] [builder.py:2667]           [WARNING]  | Filter Error: No TMDb ID found for Avatar|
[2023-11-15 16:12:23,050] [builder.py:2667]           [WARNING]  | Filter Error: No TMDb ID found for Avatar: The Way of Water|
[2023-11-15 16:12:23,051] [builder.py:2667]           [WARNING]  | Filter Error: No TMDb ID found for The Avengers|
[2023-11-15 16:12:23,051] [builder.py:2667]           [WARNING]  | Filter Error: No TMDb ID found for Avengers: Age of Ultron|
[2023-11-15 16:12:23,052] [builder.py:2667]           [WARNING]  | Filter Error: No TMDb ID found for Avengers: Endgame|
[2023-11-15 16:12:23,052] [builder.py:2667]           [WARNING]  | Filter Error: No TMDb ID found for Avengers: Infinity War|


[2023-11-15 19:32:19,037] [builder.py:2667]           [WARNING]  | Filter Error: No TVDb ID found for The Mandalorian                                                 |
[2023-11-15 19:32:19,039] [builder.py:2667]           [WARNING]  | Filter Error: No TVDb ID found for Marvel's Agent Carter|
[2023-11-15 19:32:19,039] [builder.py:2667]           [WARNING]  | Filter Error: No TVDb ID found for Marvel's Daredevil|
[2023-11-15 19:32:19,040] [builder.py:2667]           [WARNING]  | Filter Error: No TVDb ID found for Marvel's Iron Fist|
[2023-11-15 19:32:19,040] [builder.py:2667]           [WARNING]  | Filter Error: No TVDb ID found for Marvel's Jessica Jones|
[2023-11-15 19:32:19,041] [builder.py:2667]           [WARNING]  | Filter Error: No TVDb ID found for Marvel's Luke Cage|
[2023-11-15 19:32:19,041] [builder.py:2667]           [WARNING]  | Filter Error: No TVDb ID found for Marvel's The Punisher|```

Any help is greatly appreciated
gritty raven
#

This message comes up if PMM can't find the rating key [which is Plex' internal ID] for this item in its own linking tables for movies or TV:

if item.ratingKey not in self.library.movie_rating_key_map and item.ratingKey not in self.library.show_rating_key_map:
  logger.warning(f"Filter Error: No {'TMDb' if self.library.is_movie else 'TVDb'} ID found for {item.title}")

So you could try deleting [or renaming] the PMM cache file to force PMM to build those lookup tables again.

ashen sleet
#

That seams to have fixed it. Thanks

floral vergeBOT
#

Hello @ashen sleet, a user has suggested that this thread has been resolved and can be closed.

Please confirm that you are happy to close this thread by typing /close or by pressing the Close Post button which is pinned to this thread.