#Problems generating Commentaries collection

1 messages · Page 1 of 1 (latest)

soft thistle
#

Oops. Closed the last one in error.

Trying to generate an overlay showing files including a commentary track.

I'm showing the contents of my commentary.yml, in /config, and the call to it in my config.yml.

The script seems to be being picked up, but no collection is generated.

Am I doing something catastrophically wrong? There are dozens of media files in the library which include an audio stream marked Commentary.

I'll deal with the overlay itself next.

Appreciate any pointers!

rough doveBOT
#

Welcome @soft thistle!

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.

tacit ferryBOT
#
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

soft thistle
wintry sluice
#

Please provide a full log showing the error in context.

soft thistle
rough doveBOT
#

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

#
**Kometa Info**
Kometa Header

Version: 2.1.0 (Python 3.8.6) (Git: master)
Platform: macOS-10.16-x86_64-i386-64bit
Total Memory: 128 GB
Available Memory: 16 GB

Run Command: /Users/darrenpeace/Kometa/kometa.py -r

Kometa Footer

Finished Run
Version: 2.1.0
Finished: 23:28:49 2025-02-17 Run Time: 1:07:26

Available Kometa Versions

as of 2025-02-18 02:23:16

Kometa Version (Master branch)

2.1.0

Kometa Version (Develop branch)

2.1.0

Kometa Version (Nightly branch)

2.1.0-build72

rough doveBOT
#

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

rough doveBOT
# rough dove
**User Info**

Author of Linked Message: Tenebrarum
Person who Invoked the Command: Antwan
File Name: meta.log.zip

Table of Contents:
Page 01: User Info
Page 02: Kometa Info
Page 03: Kometa Summary Info
Page 04: Kometa Config.yml YAML Validation
Page 05: 👥 People Poster Scan Results
Page 06: Plex Configuration - Section 1
Page 07: Plex Configuration - Section 2
Page 08: Plex Configuration - Section 3
Page 09: Plex Configuration - Section 4
Page 10: Rec 01 - ❌ ANIDB AUTH ERRORS
Page 11: Rec 02 - ❌🔒 BLANK API KEY ERROR
Page 12: Rec 03 - ❌ [ERROR]
Page 13: Rec 04 - ❌ MY ANIME LIST CONNECTION ERROR
Page 14: Rec 05 - ❌ OVERLAY LOAD ERRORS
Page 15: Rec 06 - ❌ PLAYLIST ERROR
Page 16: Rec 07 - ❌⏰ KOMETA SCHEDULED TIME CONFLICT
Page 17: Rec 08 - ❌ TO BE CONFIGURED ERROR
Page 18: Rec 09 - ❌ TRAKT CONNECTION ERROR
Page 19: Rec 10 - ⚠️ [WARNING]
Page 20: Rec 11 - ⚠️ NO ITEMS FOUND IN PLEX
Page 21: Rec 12 - 💬 CONVERT WARNING
Page 22: Rec 13 - 💬💡️ PLEX DB CACHE ADVICE

versed plinth
# soft thistle

the error you highlighted is true. There is no commentart default. in your tv library you have default: commentary

#

oscars also doesn't exist as a default overlay

#

and what is in commentary.yml

soft thistle
#

Screenshot on first post. Thanks!

#

Puzzled by the oscars error too - thought that was a built in.

versed plinth
#

and your commentary.yml is a collections file, not an overlay. so having it called in overlay_files, is also going to throw errors

tacit ferryBOT
#

antwanchild used !aenh

@soft thistle, anything else needed here? If not, please type /close and hit enter. Please respond within 24 hours of this message or it will be archived.

wintry sluice
#
|     Version: 2.1.0 (Python 3.8.6) (Git: master)                                                    |

Python 3.9 is going to be the minimum in the next release [it's 3.9 in nightly], so when you update to whatever comes after 2.1.0 Kometa will stop working until you upgrade Python.

#

To sum up:

These three errors:

|     3 | File Error: Default does not exist oscars.yml                                              |

Are caused by the three instances of this:

    overlay_files:
    - default: oscars             # << THIS RIGHT HERE

Since oscars is not a valid default overlay.

These three errors:

|     3 | YAML Error: overlays attribute is required                                                 |

Are caused by the three instances of this:

    overlay_files:
    - file: config/commentary.yml # << THIS RIGHT HERE

Since that's not an overlay file and that line should be a few lines up under collection_files

This error:

|     1 | File Error: Default does not exist commentary.yml                                          |

Is caused by the one instance of this:

    overlay_files:
    - default: commentary         # << THIS RIGHT HERE

Since commentary is not a valid default overlay file.