#TMDb Error: No valid TMDb IDs in ...

1 messages · Page 1 of 1 (latest)

ruby pikeBOT
#

Welcome @bronze scarab!

It looks like you have not yet completed the id:customize section of our Discord server, this will allow us to help you quicker.

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

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

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

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

ruby pikeBOT
#

Unfortunately I got problems with some movie collections.

My config and logs are attached.

sullen torrent
#

Please include the full log, not an extract

main cryptBOT
#
Providing Log Files

1: Go to your config folder

2: Go into the logs folder

3: Look for meta.log (not meta.1.log etc)

4: Drag it in the Discord thread - the whole thing, DO NOT EDIT IT

5: Still confused? ¯_(ツ)_/¯

Log file too big? USE PASTEBIN or ZIP THE FILE

bronze scarab
ruby pikeBOT
#

📝 If you want to review this again, cptdaydreamer:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝

#
**Rec 03** - ❌⏰ **KOMETA SCHEDULED TIME CONFLICT**

❌⏰ KOMETA SCHEDULED TIME CONFLICT
This Run took: 0:02:00
Time between Kometa Scheduled time and Plex Maintenance start: 22:00:00
Kometa scheduled start time: 6:00
Plex Scheduled Maintenance start time: 5:00
Plex Scheduled Maintenance end time: 7:00
You are within the maintenance window between Plex maintenance start time: 5:00 and end time: 7:00. Adjust the Kometa Scheduled start time to 7:00 or adjust the Plex Scheduled Maintenance times to end prior to the Kometa Scheduled run time.
For more information on Plex Maintenance, see https://support.plex.tv/articles/202197488-scheduled-server-maintenance/

sullen torrent
#

Here's what's happening.

Kometa gathers all the movies in your library, and finds out from TMDB which TMDB collections contain those movies:

|====================================================================================================|
|                             Loading Collection File Default: franchise                             |
|====================================================================================================|
|                                   |
| File Loaded From: /defaults/movie/franchise.yml                                                    |
|                                   |
|========================== Building TMDb Collections Dynamic Collections ===========================|
|                                   |
| Loading All Movies from Library: Filme                                                             |
| Loaded 1944 Movies                |
...
| Mapping Name: TMDb Collections    |
| Type: tmdb_collection             |
...
| Keys (Title):                     |
...
|   - 531242 (Suicide Squad Filmreihe)                                                               |
|   - 1448577 (Columbia Classics: Volume 2)                                                          |
|   - 266672 (Ted Filmreihe)        |

Among the 295 collections returned from TMDB is a TMDB collection named "Columbia Classics: Volume 2", which has TMDB ID 1448577.

bronze scarab
#

But this one does not really exist, right? But ignoring it in ignore_ids does not work.

sullen torrent
#

So they're fine.

#

But there's nothing at 1448577:

#

Kometa only finds that out when it goes to look for it.

drifting sun
#

most likely these are collections that someone attempted to create at tmdb. And they’re cached, they’ll eventually clear from your cache, or you can delete the cache file

sullen torrent
#

That isn't a movie ID, it's a collection ID, so you'd use exclude to tell Kometa to ignore it.

#
libraries:
  Movies:
    collection_files:
      - default: franchise
        template_variables:
          exclude: 
            - 1448577 
#

ignore_ids is for movie/show IDs, and now that I see the log with the error in context it's clear that isn't a movie ID.

bronze scarab
#

Finally worked! Thank you very much!