Kometa-Team / Community-Configs

Config files for Kometa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Seasonal Template Error

kylerw opened this issue · comments

Link to File

https://github.com/meisnate12/Plex-Meta-Manager-Configs/blob/master/PMM/movie/seasonal.yml

Version Number

1.17.3

What branch are you on?

master

Describe the Bug

Seasonal Collections are not being created and the below error is being thrown:

[2022-10-03 12:40:10,764] [builder.py:416]            [DEBUG]    | Validating Method: delete_not_scheduled                                                                                                                                                                |
[2022-10-03 12:40:10,768] [builder.py:417]            [DEBUG]    | Value: True                                                                                                                                                                                            |
[2022-10-03 12:40:10,772] [builder.py:474]            [DEBUG]    |                                                                                                                                                                                                        |
[2022-10-03 12:40:10,776] [builder.py:475]            [DEBUG]    | Validating Method: ignore_blank_results                                                                                                                                                                |
[2022-10-03 12:40:10,780] [builder.py:476]            [DEBUG]    | Value: True                                                                                                                                                                                            |
[2022-10-03 12:40:10,783] [builder.py:627]            [DEBUG]    |                                                                                                                                                                                                        |
[2022-10-03 12:40:10,786] [builder.py:631]            [DEBUG]    | Validating Method: variables                                                                                                                                                                           |
[2022-10-03 12:40:10,790] [builder.py:632]            [DEBUG]    | Value: ordereddict([('key', 'independence')])                                                                                                                                                          |
[2022-10-03 12:40:11,671] [plex_meta_manager.py:696]  [DEBUG]    | Traceback (most recent call last):                                                                                                                                                                     |
                                                                 |   File "//plex_meta_manager.py", line 559, in run_collection
                                                                 |     builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str)
                                                                 |   File "/modules/builder.py", line 725, in __init__
                                                                 |     raise Failed(f"{self.Type} Error: {method_final} attribute not supported")
                                                                 | modules.util.Failed: Collection Error: variables attribute not supported
                                                                 | 
[2022-10-03 12:40:11,695] [plex_meta_manager.py:697]  [ERROR]    | Collection Error: variables attribute not supported

Config:

libraries:
  Movies:
    metadata_path:
      - git: PMM/movie/seasonal

the default files have been moved into the main repository with the recent release of PMM 1.18.0.
the files in this configs repo are stale and will probably removed in the future.
if you see this behaviour using - pmm: ratings with 1.18.0 open your issue over at the main repo.