#Collections stopped working working

1 messages · Page 1 of 1 (latest)

shell plaza
#

Used to work now it doesnt, however, all scheduled run passes and i see that overlay works but seasons collections for example arent being updated or created

grim lionBOT
#

Welcome @shell plaza!

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.

ocean plazaBOT
#
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

shell plaza
grim lionBOT
#

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

shell plaza
#

added db_cache: 1024 under the Plex config, but the issue persists. There are no visible errors, so I’m wondering if it could be related to a mapping error. However, mapping hasn’t been an issue before, even with many unmatched items in the library. Could it be something else causing this?

eager geyser
eager geyser
#

If this file contains collections:

libraries:
  Movies:
    metadata_files:
    - file: config/Movies.yml

it should be under:

libraries:
  Movies:
    collection_files:   ## <<< HERE
    - file: config/Movies.yml

You also have that same file linked under overlay_files:, which is not typical. Does that file also contain overlays?

shell plaza
#

Thank you. appreciate it. I separated it out and now it works. thanks again for pointing that out. Totally missed the release note as a breaking change