Can someone please help me understand if there's something I need to fix? The associated collection builder is validating successfully. Surrounding log attached for additional context.
Traceback (most recent call last): |
| File "//kometa.py", line 857, in run_collection |
| builder.filter_and_save_items(builder.gather_ids(method, value)) |
| ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ |
| File "/modules/builder.py", line 2244, in gather_ids |
| ids = self.library.get_rating_keys(method, value, self.playlist) |
| File "/modules/plex.py", line 1201, in get_rating_keys |
| raise Failed("Plex Error: No Items found in Plex") |
| modules.util.Failed: Plex Error: No Items found in Plex |
| |
| During handling of the above exception, another exception occurred: |
| |
| Traceback (most recent call last): |
| File "//kometa.py", line 862, in run_collection |
| raise Failed(e) |
| modules.util.Failed: Plex Error: No Items found in Plex