Describe the bug
A clear and concise description of what the bug is.
Getting the following error all of a sudden with sabnzbd (I did post on their github since it's only been happening since 3.5.1 new update but I thought id post here too:
Traceback (most recent call last):
File "/config/nzbToMedia/nzbToSickBeard.py", line 270, in
import nzbToMedia
File "/config/nzbToMedia/nzbToMedia.py", line 727, in
eol.check()
File "/config/nzbToMedia/eol.py", line 99, in check
warn_for_status(version, grace_period)
File "/config/nzbToMedia/eol.py", line 140, in warn_for_status
days_left = lifetime(version)
File "/config/nzbToMedia/eol.py", line 70, in lifetime
time_left = PYTHON_EOL[(major, minor)] - now
KeyError: (3, 9)
Technical Specs
Running on (Windows, Linux, NAS Model etc) 'Synology DS718+ DSM 7.0.1-42218 Update 2'
Intended Media Management (SickChill, CouchPotoato, Radarr, Sonarr) 'SickChill'
Expected behavior
Used to work fine and I did not change any settings but sabnzbd did update to 3.5.1 and have had issues since then
Log
Traceback (most recent call last):
File "/config/nzbToMedia/nzbToSickBeard.py", line 270, in
import nzbToMedia
File "/config/nzbToMedia/nzbToMedia.py", line 727, in
eol.check()
File "/config/nzbToMedia/eol.py", line 99, in check
warn_for_status(version, grace_period)
File "/config/nzbToMedia/eol.py", line 140, in warn_for_status
days_left = lifetime(version)
File "/config/nzbToMedia/eol.py", line 70, in lifetime
time_left = PYTHON_EOL[(major, minor)] - now
KeyError: (3, 9)
Describe the bug A clear and concise description of what the bug is.
Getting the following error all of a sudden with sabnzbd (I did post on their github since it's only been happening since 3.5.1 new update but I thought id post here too:
Traceback (most recent call last): File "/config/nzbToMedia/nzbToSickBeard.py", line 270, in
import nzbToMedia
File "/config/nzbToMedia/nzbToMedia.py", line 727, in
eol.check()
File "/config/nzbToMedia/eol.py", line 99, in check
warn_for_status(version, grace_period)
File "/config/nzbToMedia/eol.py", line 140, in warn_for_status
days_left = lifetime(version)
File "/config/nzbToMedia/eol.py", line 70, in lifetime
time_left = PYTHON_EOL[(major, minor)] - now
KeyError: (3, 9)
Technical Specs
Expected behavior Used to work fine and I did not change any settings but sabnzbd did update to 3.5.1 and have had issues since then
Log Traceback (most recent call last): File "/config/nzbToMedia/nzbToSickBeard.py", line 270, in
import nzbToMedia
File "/config/nzbToMedia/nzbToMedia.py", line 727, in
eol.check()
File "/config/nzbToMedia/eol.py", line 99, in check
warn_for_status(version, grace_period)
File "/config/nzbToMedia/eol.py", line 140, in warn_for_status
days_left = lifetime(version)
File "/config/nzbToMedia/eol.py", line 70, in lifetime
time_left = PYTHON_EOL[(major, minor)] - now
KeyError: (3, 9)