#Overlay Error: Overlay Image not found
1 messages · Page 1 of 1 (latest)
📝 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.
This is a known problem in latest; fixed in nightly.
update to latest nightly
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?
It's the combination of these, and this is not new to Kometa:
KOMETA_RUN_LIBRARIES=Movies Anime
restart: always
I understand, what option would be the correct one?
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
KOMETA_RUN_LIBRARIES makes it run immediately, so the times will be ignored.
If you want it to run eight times a day but only on two of your libraries, schedule the rest of your libraries to never or remove then from the config.
Also remove KOMETA_RUN_LIBRARIES
got it
You probably want to change the restart policy since now you can never stop the container.
will test with the nighlty version and then change that option too
restart: unless-stopped
That will also cause the loop, so don't try that again.
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?
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
got it
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.