#keep getting error from edited config.yml

1 messages Β· Page 1 of 1 (latest)

next gobletBOT
#

YAML attachment checked and is valid.

Note that valid YAML does not guarantee that it is formatted in a way that Plex Meta Manager expects.

#
πŸ“ Attachment Detected: meta.log πŸ“

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.

next gobletBOT
#

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.

#
**PMM Config.yml YAML Validation**
YAML Validation Results

❌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
^

woeful meadow
#

You have an issue on line 19

#

Should just be pmm: universe

untold condor
flint dome
#

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'
fickle helmBOT
#

- 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.

flint dome
#

This is also an old-style config. You should update those default file references.

woeful meadow
#

@untold condor , any updates?

fickle helmBOT
#

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.

**Upgrading to the `ribbon` PMM Default file**

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
**Upgrading to the `resolution` PMM Default file**

1) Remove any reference to these files in your config.yml:

- git: PMM/overlays/special_release
- git: PMM/resolution_standards
**Upgrading from `audio_language` to the `language_count` PMM Default file**

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
untold condor
#

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

woeful meadow
untold condor
#

Yes please thanks πŸ™