#Failing default franchise collections
1 messages · Page 1 of 1 (latest)
📝 If you want to review this again, jetpig:
: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 @worthy ivy!
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.
📝 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> 📝
Author of Linked Message: jetpig
Person who Invoked the Command: Antwan
File Name: meta.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: 👥 People Poster Scan Results
Page 06: Plex Configuration - Section 1
Page 07: Plex Configuration - Section 2
Page 08: Rec 01 - 💥 TRACEBACK ERROR
Page 09: Rec 02 - ❌ [ERROR]
Page 10: Rec 03 - ❌ TO BE CONFIGURED ERROR
Page 11: Rec 04 - ⚠️ [WARNING]
Page 12: Rec 05 - 💬 CONVERT WARNING
Page 13: Rec 06 - 💬💡️ PLEX DB CACHE ADVICE
Have you tried updating Quickstart and importing your config? There have been many advances since Dec. and I’d try the develop branch
I was considering going back to quickstart with knowledge I've gained and seeing if I could use it to revisit what I did and fix it. Will definitely give this a shot.
would for sure update your verison of quickstart
yep, doing that
These both seem pretty clear to me:
| 52 | Collection Error: collection_order: custom cannot be used with tmdb_collection
| 30 | Collection Error: collection_order: custom can only be used with a single builder per collection |
The first ones, you have collections that are using this builder:
tmdb_collection_details: 1565
Which is not compatible with custom ordering.
The second:
You have collections like Fast & Furious using multiple builders:
tmdb_collection_details: 9485
tmdb_movie: 384018
and since custom means "The order in which the builder returns them" it's meaningless and not allowed with multiple builders.
The first one fails for the same reason since tmdb_collection_details can accept multiple collection IDs and in that case would be multiple builders.
It is special-cased since if this:
tmdb_collection_details: 1565
Failed with custom can only be used with a single builder you'd be rightfully confused since you are only using a single builder.
That one [and perhaps others like it] is special-cased rather than complicated with "Is there just one ID? Then I can use custom. More than one? No custom" logic,
okay, so this is what my old quickstart generated for the problematic franchise collections:
template_variables:
collection_mode: default
visible_home: true
visible_library: true
visible_shared: true
collection_order: custom
Is the problem THIS collection_order? cause I am unfamiliar with where that builder info would be
i've updated quickstart and have it's full run going
So far working?