#Overlay Error: Overlay Image not found

1 messages · Page 1 of 1 (latest)

wary fulcrum
#

Hello I just pulled the newest image for kometateam/kometa:latest , I test with a small library but I am getting these errors (log attached).

solid bisonBOT
#

📝 If you want to review this again, diermin:
: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 @wary fulcrum!

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.

cerulean cosmos
#

This is a known problem in latest; fixed in nightly.

lethal talon
#

update to latest nightly

wary fulcrum
#

oh, im going to try that then

#

one more thing I have kometa configured like this:

services:
kometa:
image: kometateam/kometa:latest
container_name: kometa
mem_limit: 1g
cpu_shares: 384
environment:
- TZ=America/Santiago
- KOMETA_TIMES=23:00,20:00,17:00,14:00,11:00,08:00,05:00,02:00
- KOMETA_OVERLAYS_ONLY=true
- KOMETA_RUN_LIBRARIES=Movies Anime
volumes:
- /home/docker/kometa/config:/config
restart: always
network_mode: bridge2

I understand that KOMETA_TIMES is equal to this '--time' as it was in the plexmetamanager version, had it like this --time 23:00,20:00,17:00,14:00,11:00,08:00,05:00,02:00 and it ran only on the specified hours

but now kometa it doesnt consider the hours and just runs all the time like the image attached logs are constantly being written, maybe I am missing something?

cerulean cosmos
#

It's the combination of these, and this is not new to Kometa:

KOMETA_RUN_LIBRARIES=Movies Anime
restart: always
wary fulcrum
#

I understand, what option would be the correct one?

cerulean cosmos
#

What's happening:

PMM: PMM_RUN_LIBRARIES is set! I'm running, I'm running, I'm done. Exiting!
Docker: Hey that container exited. Better restart it ALWAYS.
PMM: PMM_RUN_LIBRARIES is set! I'm running, I'm running, I'm done. Exiting!
Docker: Hey that container exited. Better restart it ALWAYS.
repeat forever

cerulean cosmos
wary fulcrum
#

got it

cerulean cosmos
#

You probably want to change the restart policy since now you can never stop the container.

wary fulcrum
#

will test with the nighlty version and then change that option too

cerulean cosmos
#
restart: unless-stopped

That will also cause the loop, so don't try that again.

wary fulcrum
#

thank you, with nightly version, overlays works and removing KOMETA_RUN_LIBRARIES works as expected to run at specific hours

#

do you know when latest version will have the fixes?

lethal talon
#

Whenever Soh pushes it. Could be days, could be weeks, could be in an hour. But most likely a little bit of time will pass

wary fulcrum
#

got it

solid bisonBOT
#

Hello @wary fulcrum, 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.