#Working through output errors

1 messages · Page 1 of 1 (latest)

fiery bluffBOT
#

✅ YAML validation passed!! That is valid YAML, but may not meet Kometa's requirements

#

📝 If you want to review this again, potato_in_a_jar:
: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> 📝

#

Welcome @zenith sedge!

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.

fiery bluffBOT
#

I have a few errors in my output and can't find why they are appearing. Ignoring the mapping and asset folder issues these pop up:

No Keys found to create a set of Dynamic Collections
TMDb Collections Dynamic Collection Failed
YAML Error: collections or dynamic_collections attribute is required

Plex Error: Item 36152 not found

For the first one I can't find the error in my config.
For the plex error I'm not sure what it means and how to diagnose

Would appreciate any help

wary sail
#

This library appears to be using an unusual agent:

| Connected to library Movies                                                                        |
| Type: Movie                                                                                        |
| Agent: tv.plex.agents.movie                                                                        |
| Scanner: Plex Movie                                                                                |

When Kometa goes to build the franchise collections [which are sourced from TMDB], Plex doesn't provide TMDB IDs for anything:

|                             Loading Collection File Default: franchise                             |
|====================================================================================================|
|                                                                                                    |
| File Loaded From: /defaults/movie/franchise.yml                                                    |
|                                                                                                    |
|========================== Building TMDb Collections Dynamic Collections ===========================|
|                                                                                                    |
| Loading All Movies from Library: Movies                                                            |
| Loaded 3105 Movies                                                                                 |
| 2 Fast 2 Furious          | No TMDb ID for Guid: plex://movie/5d7768265af944001f1f6977             |
| 3 Idiots                  | No TMDb ID for Guid: plex://movie/5d9f35429dd5f4001e843f8c             |
| 3:10 to Yuma              | No TMDb ID for Guid: plex://movie/5d77683b151a60001f24f131             |
...

So Kometa can't get any collections from TMDB for anything, which results in these errors, each caused by the previous one:

| All Keys: dict_keys([])                                                                            |
| No Keys found to create a set of Dynamic Collections                                               |
| TMDb Collections Dynamic Collection Failed                                                         |
| YAML Error: collections or dynamic_collections attribute is required                               |
| Collection File Failed To Load                                                                     |

Couldn't get any TMDB IDs, so couldn't match anything to TMDB collections, so no keys [each one would be a franchise collection] found:

| All Keys: dict_keys([])                                                                            |

Can't build a set of dynamic collections without keys:

| No Keys found to create a set of Dynamic Collections                                               |

Because of this, the dynamic collection processing failed:

| TMDb Collections Dynamic Collection Failed                                                         |

Since that failed, the collections get dropped from the file, which is now empty of collection definitions:

| YAML Error: collections or dynamic_collections attribute is required                               |
#
| Processing Tautulli Most Popular: 20 Shows                                                         |
| Plex Error: Item 36152 not found                                                                   |

Tautulli handed back a list of 20 items, but one of them isn't in Plex [any more?]

36152 is the Plex "rating key", which is the internal unique ID for an item in the Plex database. That ID is unique to your Plex server, so if it's not in your Plex there's no way to look it up.

zenith sedge
#

ok so that plex error I can maybe check in tautulli whats missing, or just ignore it

#

as for the agent, not sure I changed anything from default either in plex or kometa. Any idea what is happening here?

#

thanks for your analysis

wary sail
#

What are your settings here?

zenith sedge
#

plex movies

#

also I assume all movie related collections would have broken, not just franchise

wary sail
#

I'm just reading the logs.

#

The rest probably aren't as intimately conjoined with TMDB

zenith sedge
#

I know, just brainstorming

#

hm ok not sure how to fix this, maybe removing the collection and config and readd later

wary sail
#

Ah, mine shows this same agent in my log.

#

Perhaps a metadata refresh or a mass rematch?

zenith sedge
#

will try, thank you

wary sail
#

Just ran franchise against my test library and it went through fine, so it appears to be something peculiar to that library.

zenith sedge
#

hm will play aroudn a bit with the cnofig file and plex

#

thanks for your inputs