-
-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError causing script to throw exception when adding to radarr #7
Comments
can you switch to the develop branch and then run it again and post your log? |
In develop, modules/util.py is missing a comma.
After fixing that, here's the log...
Also, could I suggest changing this log entry in config.py to debug? It'll reduce noise in the log. for col in library.get_all_collections():
if col.title not in collections_in_plex:
logger.info(col.title)
unmanaged_count += 1 |
grab my latest changes to the develop branch and try again I think I fixed it also, I added in the unmanaged collections section so I could tell when new collections get added automatically so I have no plans to change that to info, but if you want I can add in an option so you can turn off that output if you so choose |
That was fast! I tested it and it fixed it. I'd love that option, I have 450+ collections that plex created that show up under Unmanaged in the log after each run, and I'd rather not see those but the ability to turn that on would be nice. |
ok pull from develop again and you should be able to add |
Awesome, thanks! |
Unrelated question, is there an option somewhere to filter out movies based on language? For example, trakt trending adds this movie to Radarr. I'd like to exclude non-english movies. I've tried using |
its currently not possible the collection filter |
Thanks for confirmation. No rush on the feature request, just wanted to make sure I wasn't missing something obvious. |
I filed the same issue for Plex-Auto-Collections yesterday, and looks like the same issue applies here: mza921/Plex-Auto-Collections#202
Setting
add_to_arr
to false bypasses the error.The text was updated successfully, but these errors were encountered: