KeyError: 'title' when running Sonarr Exclude
See original GitHub issueExcludarr appears to be working fine for Radarr, but I’m having an issue with Sonarr.
I’ve created an alias on my Ubuntu server for now to easily run excludarr when desired. I’ll eventually turn it into a chron job.
I’ve uploaded a copy of my command line, env setting files, and the output to here (on GitHub Gist, I hope all this information helps).
As you can see in the output, lines 7188-7210 & 8265-8287 are both identical issues, when excludarr is processing season Season 2 of Pandora (2019), it gives this error…
[2021-12-23 23:07:27] - [34m[1mProcessing season Season 2 of Pandora (2019)[0m
Traceback (most recent call last):
File "/usr/local/bin/excludarr", line 33, in <module>
sys.exit(load_entry_point('excludarr==1.0.2', 'console_scripts', 'excludarr')())
File "/usr/local/lib/python3.10/site-packages/excludarr-1.0.2-py3.10.egg/excludarr/m
File "/usr/local/lib/python3.10/site-packages/typer/main.py", line 214, in __call__
return get_command(self)(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1128, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 754, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/typer/main.py", line 500, in wrapper
return callback(**use_params) # type: ignore
File "/usr/local/lib/python3.10/site-packages/excludarr-1.0.2-py3.10.egg/excludarr/c
File "/usr/local/lib/python3.10/site-packages/excludarr-1.0.2-py3.10.egg/excludarr/c
KeyError: 'title'
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Key Error 'Episodes' Raddar runs fine Sonarr fails · Issue #31 ...
Radarr ran fine but Sonarr fails with the following error. Have confirmed that URL and API key for ... KeyError: 'title' when running...
Read more >Excludarr a CLI tool that excludes series that are also present ...
It completely manages you library in Sonarr and Radarr to only consist out of movies and series that are not present on any...
Read more >scrapy Key Error title - python - Stack Overflow
Error says that there is no key title in the data dictionary (or associative array if you a PHP programmer) sent to pipelines,...
Read more >Lovelace: Upcoming Media Card - Dashboards & Frontend
Upcoming-Media-Card A card to display upcoming/recently added episodes and movies for services like Sonarr, Radarr, Plex and more.
Read more >Tags · docker / media / bazarr · GitLab
ea8980f5 · remove debug command · 1 year ago. From newest to oldest: * Fixed Sonarr v3 SignalR feed not connecting when mono...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks, I’ll try that suggestion with the TMDB key.
As for the progress line, it displays fine, I had just used
> output.txt
on the end of the alias I ran, and that’s how it captured it.Version v1.0.3 is out!