Skip to content

[BUG]error thrown from sonarr queue #239

@MDHMatt

Description

@MDHMatt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingin-next-releaseIn the next release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions