#Config Warning

1 messages · Page 1 of 1 (latest)

twin iceBOT
#

YAML checked and is NOT valid. Error message:

mapping values are not allowed here
in "<unicode string>", line 9, column 88:
... INFO] | split_duplicates: False ...
^

#

YAML checked and is NOT valid. Error message:

while parsing a block mapping
in "<unicode string>", line 61, column 5:
report_path: config/missing/disn ...
^
expected <block end>, but found '-'
in "<unicode string>", line 78, column 5:
- file: config/collections/overl ...
^

#

Welcome @minor knot!

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.

twin iceBOT
#

Hi,
Attached is my config file and the error message I get. Can someone explain to me what is going wrong here? If I have to provide the entire log file, that is of course possible. Thanks for the help.

sturdy prawn
#

delete_unmanaged_collections is deprecated and has been replaced by delete_collections

#

delete_collections has three attributes:

libraries:
  Movies:
    operations:
      delete_collections:
        configured: false
        managed: true
        less: 100

The warnings are telling you that you don't have any of them specified, so PMM is assuming the default values.

minor knot
#

Thx!