You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run EvilTactician's Anime.yml. Below is a snippet of the config and meta.log errors. I'm not sure how convert genre_id to a string or list. I have tried to use brackets to make a list but just make more errors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to run EvilTactician's Anime.yml. Below is a snippet of the config and meta.log errors. I'm not sure how convert genre_id to a string or list. I have tried to use brackets to make a list but just make more errors.
Anime.yml
`templates:
MAL Genre:
mal_genre:
genre_id: <<genre_id>>
collection_order: alpha
collection_mode: hide
sync_mode: sync
Cars:
template: { name: MAL Genre, genre_id: 3 }
Demons:
template: { name: MAL Genre, genre_id: 6 }
Ecchi:
template: { name: MAL Genre, genre_id: 9 }
Game:
template: { name: MAL Genre, genre_id: 11 }`
Meta.log
`[2024-03-10 21:46:04,442] [builder.py:963] [DEBUG] | Validating Method: mal_genre |
[2024-03-10 21:46:04,442] [builder.py:964] [DEBUG] | Value: {'genre': 6} |
[2024-03-10 21:46:04,442] [builder.py:1796] [WARNING] | Config Warning: mal_genre will run as a mal_search |
[2024-03-10 21:46:04,444] [plex_meta_manager.py:872] [DEBUG] | Traceback (most recent call last): |
| File "/app/pmm/plex_meta_manager.py", line 736, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/app/pmm/modules/builder.py", line 1039, in init |
| self._mal(method_name, method_data) |
| File "/app/pmm/modules/builder.py", line 1797, in _mal |
| item_list = util.parse(self.Type, method_name[4:], method_data, datatype="commalist") |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/app/pmm/modules/util.py", line 771, in parse |
| raise Failed(f"{error} Error: {display} {value} must be a list or string") |
| modules.util.Failed: Collection Error: genre attribute {'genre': 6} must be a list or string |
| |
[2024-03-10 21:46:04,444] [plex_meta_manager.py:873] [ERROR] | Collection Error: genre attribute {'genre': 6} must be a list or string
[2024-03-10 21:46:22,345] [plex_meta_manager.py:489] [INFO] | Cars | 0 | 0 | 0 | 0:00:00 | PMM Failure |
[2024-03-10 21:46:22,345] [plex_meta_manager.py:492] [INFO] | Collection Error: template sub-attribute name is required |
[2024-03-10 21:46:22,345] [plex_meta_manager.py:493] [INFO] | |
[2024-03-10 21:46:22,345] [plex_meta_manager.py:489] [INFO] | Demons | 0 | 0 | 0 | 0:00:00 | PMM Failure |
[2024-03-10 21:46:22,345] [plex_meta_manager.py:492] [INFO] | Collection Error: genre attribute {'genre': 6} must be a list or string |
[2024-03-10 21:46:22,345] [plex_meta_manager.py:493] [INFO] | |
[2024-03-10 21:46:22,345] [plex_meta_manager.py:489] [INFO] | Ecchi | 0 | 0 | 0 | 0:00:00 | PMM Failure |
[2024-03-10 21:46:22,345] [plex_meta_manager.py:492] [INFO] | Collection Error: genre attribute {'genre': [9]} must be a list or string |
[2024-03-10 21:46:22,346] [plex_meta_manager.py:493] [INFO] | |
[2024-03-10 21:46:22,346] [plex_meta_manager.py:489] [INFO] | Game | 0 | 0 | 0 | 0:00:00 | PMM Failure |
[2024-03-10 21:46:22,346] [plex_meta_manager.py:492] [INFO] | Collection Error: genre attribute {'genre': 11} must be a list or string |`
Beta Was this translation helpful? Give feedback.
All reactions