Skip to content
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

TypeError: argument of type 'NoneType' is not iterable #215

Closed
calboi91 opened this issue Apr 26, 2021 · 1 comment · Fixed by #240
Closed

TypeError: argument of type 'NoneType' is not iterable #215

calboi91 opened this issue Apr 26, 2021 · 1 comment · Fixed by #240
Assignees
Labels
bug Bug is with Plex Meta Manager

Comments

@calboi91
Copy link

I am running 1.8.0, and I get the following error:


[2021-04-26 09:50:04,686] [util.py:313]               [DEBUG]    | Traceback (most recent call last):                                                                 |
                                                                 |   File "plex_meta_manager.py", line 110, in start
                                                                 |     config = Config(default_dir, config_path, libraries_to_run)
                                                                 |   File "/home9/calboi/Plex-Meta-Manager/modules/config.py", line 391, in __init__
                                                                 |     if self.general["radarr"]["url"] or "radarr" in lib:
                                                                 | TypeError: argument of type 'NoneType' is not iterable
                                                                 | 
[2021-04-26 09:50:04,687] [plex_meta_manager.py:114]  [CRITICAL] | argument of type 'NoneType' is not iterable

I do not have radarr configured in my config.yml file.

@meisnate12
Copy link
Member

I think this is already fixed in develop

@meisnate12 meisnate12 self-assigned this Apr 27, 2021
@meisnate12 meisnate12 added the bug Bug is with Plex Meta Manager label Apr 27, 2021
@meisnate12 meisnate12 mentioned this issue May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with Plex Meta Manager
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants