#keep getting error from edited config.yml
1 messages Β· Page 1 of 1 (latest)
I see you attached a file πmeta.logπ. Would you like Luma to parse that for you and make some recommendations? Default value of No/Red X will be selected after 180 seconds.
Welcome @untold condor!
It looks like you have not yet completed #938455615741775902, this will allow us to help you quicker.
Someone from <@&938443185347244033> will assist when they're available.
Including the meta.log from the beginning is a huge help, type !logs for more information.
You can press the "Close Post" button above or type /close at any time to close this post.
Hi I've been using a config I've had for ages with no problems and recently edited to have the seasonal collections and universe collections and ever since I get this error in my log and it won't run.
I've uploaded the log from the new config and also the original config that worked... I've tried everything to get it to work and have come rather stuck any help would be very appreciated.
βINVALID YAML detected:
βINVALID YAML content:
while parsing a block mapping
in "<unicode string>", line 3, column 5:
metadata_path:
^
expected <block end>, but found '<block sequence start>'
in "<unicode string>", line 19, column 6:
- git: PMM/both/universe
^
Thanks I will give that a try
Indentation broken starting at line 19 of the config:
- git: PMM/streaming
#schedule: weekly(monday)
template_variables:
collection_section: '05'
use_separator: false
- git: PMM/both/universe <<< GOES HAYWIRE STARTING HERE
template_variables:
collection_section: '06'
- git: PMM/movie/seasonal
template_variables:
collection_section: '04'
exclude:
- mother
- patrick
- father
- memorial
- independence
- labor
- thanksgiving
- git: PMM/chart/tmdb
template_variables:
use_lowest: false
collection_section: '03' <<< TO HERE
should be:
- git: PMM/streaming
#schedule: weekly(monday)
template_variables:
collection_section: '05'
use_separator: false
- git: PMM/both/universe
template_variables:
collection_section: '06'
- git: PMM/movie/seasonal
template_variables:
collection_section: '04'
exclude:
- mother
- patrick
- father
- memorial
- independence
- labor
- thanksgiving
- git: PMM/chart/tmdb
template_variables:
use_lowest: false
collection_section: '03'
- git: PMM/...
Using - git: PMM has been replaced in 1.18.0 with - pmm:, we recommend updating any references to - git: PMM.
Please type !118 for further information.
This is also an old-style config. You should update those default file references.
@untold condor , any updates?
To transition from pre-1.18.0 versions to 1.18.0, you must do the following, or you will see errors in your log and previously working overlays will no longer be applied.
1) Remove any reference to these files in your config.yml:
- git: PMM/overlays/oscars
- git: PMM/overlays/imdb_top_250
- git: PMM/overlays/rt_cert_fresh
- git: PMM/overlays/mc_must_see
- git: PMM/overlays/commonsense_selection
2) Add a reference to this file (only once!)
- pmm: ribbon
As only one ribbon image can be placed at a time, the priority list is currently:
oscars (weight 40)
imdb (weight 30)
rotten (Weight 20)
metacritic (Weight 10)
common (Weight 5)
To alter these positions,you can use template variables, like so:
- pmm: ribbon
template_variables:
weight_common: 100 #Makes it first on the list
weight_imdb: 90 #Makes it second on the list
1) Remove any reference to these files in your config.yml:
- git: PMM/overlays/special_release
- git: PMM/resolution_standards
1) Remove any reference to these files in your config.yml:
- git: PMM/overlays/audio_language
2) Add a reference to this file
- pmm: language_count
I'm not gonna lie I can't get it to work and feel it's probably beyond me so am gonna try to get my friend to have a look at it. I've done everything recommended and followed the guides of the website and don't appear to have luck. Tbf though I'm in the midst of trying to move my collection from a hetzner server before October the 12th lol
Shall we close this for now?
Yes please thanks π