question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

KeyError: 'title' when running Sonarr Exclude

See original GitHub issue

Excludarr 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] - Processing season Season 2 of Pandora (2019)
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:closed
  • Created 2 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
KaHoolicommented, Dec 24, 2021

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.

0reactions
haijeploegcommented, Dec 27, 2021

Version v1.0.3 is out!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found