#Ratings missing from overlays

1 messages · Page 1 of 1 (latest)

fervent cobalt
#

This issue seems to only be present with the TV Shows library.

In order to debug this, I tried launching kometa only for the TV Shows library with docker exec -it kometa python3 kometa.py --run-libraries "TV Shows"

Looking at the logs, we can see it stops after only one show. Any idea why? It's probably the cause of my issue : we don't retrieve the ratings data so they don't show on the overlays.

Any help would be highly appreciated!

wintry sapphireBOT
#

📝 If you want to review this again, raaphh11:
: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 @fervent cobalt!

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.

wintry sapphireBOT
#
**User Info**

Author of Linked Message: raphh
Person who Invoked the Command: raphh
File Name: tvshows-overlays.log

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: Plex Configuration - Section 1
Page 06: Rec 01 - ❌ [ERROR]
Page 07: Rec 02 - ❌🛠️ INCOMPLETE LOGS
Page 08: Rec 03 - ❌ TRAKT CONNECTION ERROR
Page 09: Rec 04 - ⚠️ [WARNING]
Page 10: Rec 05 - 💬💡️ PLEX DB CACHE ADVICE

ashen warren
#

the logs suddenly end, so something outside of Kometa is killing it.

#

not the cause of the issue, but EVERY use of the font is at the wrong indentation @fervent cobalt

quasi vapor
#

If that's the end of the log, then something outside Kometa is killing it; if Kometa were seeing some error, that error would be in the log. A common cause of the log ending with no error like this is an out-of-memory condition or other issue where the OS or some watchdog just kills the script.

#

And as noted all of these:

    - default: runtimes
      font: config/custom_fonts/Inter-Bold.ttf

Should be:

    - default: runtimes
      template_variables:
        font: config/custom_fonts/Inter-Bold.ttf
spice owlBOT
#

antwanchild used !aenh

@fervent cobalt, 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.

fervent cobalt
#

The something outside of Kometa was this:

    # mem_limit: 512m
    # mem_reservation: 512m

I thought it was enough but apparently not. When removing it, it works fine!