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:
- turn off debug mode
- error presents itsself.
Expected behavior
no errors
Screenshots
Environment (please complete the following information):
- OS: unriad, Docker:Develop
- Version: latest develop
Additional context
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:
Expected behavior
no errors
Screenshots
Environment (please complete the following information):
Additional context