-
Notifications
You must be signed in to change notification settings - Fork 29
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
AttributeError: 'AsObj' object has no attribute 'title' on radarr_tools.py, line 18 #151
Comments
There was a merge issue on the update to 2.8.0 last night/this morning, he's fixing it now so I would retest after that. |
This doesn't look like it came from the bad merge. The fix will be similar to your workaround. It's just informational, so shouldn't have any effect on radarr functionality. |
Seems to be affecting myself as well -- Version: 2.8.1 Was attempting to utilize the new functionality of adding "add_to_radarr" under only a specific collection as I don't want it applied across all. Here's the configs: collections: radarr: Got this error when running it: | Adding missing movies to Radarr During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Getting this error.. Removing the ".format(m)" on radarr_tools.py, line 20, fixes the issue for me.
Traceback (most recent call last):
File "/tmp/Plex-Auto-Collections/app/radarr_tools.py", line 18, in add_to_radarr
tmdb_title = tmovie.title
AttributeError: 'AsObj' object has no attribute 'title'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./plex_auto_collections.py", line 1035, in
update_from_config(config_path, plex, False)
File "./plex_auto_collections.py", line 685, in update_from_config
add_to_radarr(config_path, missing)
File "/tmp/Plex-Auto-Collections/app/radarr_tools.py", line 20, in add_to_radarr
print("| --- Unable to fetch necessary TMDb information for IMDb ID {}, skipping".format(m))
NameError: name 'm' is not defined
The text was updated successfully, but these errors were encountered: