Varken icon indicating copy to clipboard operation
Varken copied to clipboard

[BUG]error thrown from sonarr queue

Open MDHMatt opened this issue 2 years ago • 0 comments

Describe the bug From the logs,

Exception in thread Thread-1088: Traceback (most recent call last): File "/usr/local/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run() File "/usr/local/lib/python3.9/threading.py", line 892, in run self._target(*self._args, **self._kwargs) File "/app/varken/sonarr.py", line 143, in get_queue episode = SonarrEpisode(**queueItem.episode) TypeError: varken.structures.SonarrEpisode() argument after ** must be a mapping, not NoneType

To Reproduce Steps to reproduce the behavior:

  1. turn off debug mode
  2. error presents itsself.

Expected behavior no errors

Screenshots

Environment (please complete the following information):

  • OS: unriad, Docker:Develop
  • Version: latest develop

Additional context

MDHMatt avatar Jul 13 '22 08:07 MDHMatt