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.

Key Error 'Episodes' Raddar runs fine Sonarr fails

See original GitHub issue

Radarr ran fine but Sonarr fails with the following error. Have confirmed that URL and API key for Sonarr are correct.

:~/docker/excludarr$ docker run -it --rm --env-file excludarr.env haijeploeg/excludarr:latest sonarr exclude -a delete -d -e -y --progress
Working... ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━  59% 0:00:31
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/main.py", line 68, in cli
  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/commands/sonarr.py", line 69, in exclude
  File "/usr/local/lib/python3.10/site-packages/excludarr-1.0.2-py3.10.egg/excludarr/core/sonarr_actions.py", line 197, in get_series_to_exclude
KeyError: 'episodes'

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
stayupthetreecommented, Dec 24, 2021

With key: https://pastebin.com/dGF6eks2 Without key: https://pastebin.com/1SK3Sxrx

Had to remove about 2000 lines from the Without paste because it was too large for Pastebin

1reaction
ehwhattaugonnadocommented, Dec 24, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Indexers: They work fine in Jackett but errors for Sonarr ...
Same url and api key used for sonarr, and radarr gives a β€œNo results were returned from your indexer, please check your settings.”....
Read more >
Indexers failures only in Sonarr - Reddit
I am running jackett:latest; sonarr:preview; radarr:nightly. ... the failed searches in the logs (including the API Key which is removed inΒ ...
Read more >
Sonarr Troubleshooting | WikiArr - Servarr
If you have Sonarr in Docker and the Download Client in non-Docker (or vice versa) or have the programs on different servers then...
Read more >
Sonarr no longer connecting to indexer!! Help.
Updated to DSM 7 and had to update Mono and Sonarr and now it refuses to ... WebException: Error: TrustFailure (Authentication failed,Β ...
Read more >
[Support] Linuxserver.io - Sonarr - Page 46 - Docker Containers
Ok I fixed that and it workd for 2 episodes. However, one episode gave me the following error. Couldn't import episode ...
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