#First time using kometa
1 messages · Page 1 of 1 (latest)
📝 If you want to review this again, chuckthebuck13:
: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 @brazen nova!
It looks like you have not yet completed the id:customize section of our Discord server, this will allow us to help you quicker.
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.
Author of Linked Message: chuckthebuck13
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: Rec 01 - 💥 [CRITICAL]
Page 06: Rec 02 - ❌🛠️ INCOMPLETE LOGS
Page 07: Rec 03 - ⚠️ [WARNING]
recommend a yaml aware editor and the applicable extentions
We highly recommend to use a decent editor software to manage Kometa's .yml files.
Standard text editors (such as Notepad and TextEdit) often save text in a rich-text format which can result in text formatted in a way that Kometa cannot read. But not only that, they also make it very hard to visually distinguish the formatting, such as indentation.
Kometa requires indents to always be multiples of 2 spaces, and not TAB stops. If you have one space too much, or too few, it is very hard to notice that with a editor like Notepad.
An editor that is more focused on editing code instead of text will automatically detect the .YML fileformat and adjust things to make it easier to work. They can also try to detect possible errors even before you actually run the .yml in Kometa.
This can save a lot of time and headaches.
Preferred:
Visual Studio Code (Windows/Mac/Linux, Opensource & Free) Website
Additionally, install the indent-rainbow by oderwat extension and the YAML by Red Hat extension and leverage our schema.json file by adding this to the top of your config.yml file: # yaml-language-server: $schema=https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/json-schema/config-schema.json
Other options:
Notepad++ (Windows only, Opensource & Free)
Website
Sublime Text (Windows/Mac/Linux, Paid)
Website
For further details and a short list of highly recommended extensions, you can also take a look here.
Here is an example of how Visual Studio Code works with indent-rainbow plugin and using our Kometa schema (Click on image to get a better view):
thanks, so is it just formatting?
1 | Config Warning: Path does not exist: /config/assets error exists because that directory doesn't exist
libraries:
Movies Test:
template_variables:
use_separator: false
collection_files:
- file: netflix top.yml``` the above has bad spacing
TV Shows Test:
template_variables:
use_separator: false
collection_files:``` this is going to do nothing but throw errors because you have `collection_files:` and nothing there. and in both of them, you have `use_separator: false`, but are not using anything that has separators
Have you seen the tool work, perhaps with one of the defaults, before attempting the custom collection?
There is a walkthrough that will take you through an example of the thing you are trying to do.
Your playlist_files section doesn't refer to any playlist YAML files:
playlist_files:
template_variables:
libraries:
- Movies Test
- TV Shows Test
Kometa considers this a critical error and stops when it sees it:
[CRITICAL] | Config Error: No Paths Found for playlist_files
You will need to fix that before Kometa will run.
These are just warnings:
| Config Warning: Path does not exist: /config/assets
| Config Warning: No Paths exist using None as default
Calling attention to the fact that this directory you are using doesn't exist.
Once you fix the critical error above, this:
mdblist_list: https://mdblist.com/lists/straystraystray/netflix-top-10-movies
is going to fail because you have not entered an MDBList API Key:
| mdblist attribute not found
antwanchild used !aenh
@brazen nova, 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.