Last active
June 1, 2022 08:25
-
-
Save cybersteel8/b2c3cc9e6cdd4235475b62addc406741 to your computer and use it in GitHub Desktop.
delete_not_scheduled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating Method: delete_not_scheduled | |
Traceback (most recent call last): | |
File "//plex_meta_manager.py", line 711, in run_playlists | |
builder = CollectionBuilder(config, playlist_file, mapping_name, playlist_attrs, extra=output_str) | |
File "/modules/builder.py", line 293, in __init__ | |
logger.debug(f"Value: {data[methods['delete_not_scheduled']]}")| | |
KeyError: 'delete_not_scheduled' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment