clinton-hall / nzbToMedia

Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez
GNU General Public License v3.0
674 stars 176 forks source link

Issue with Sabnzbd and nzbtomedia, getting errors. #1878

Closed ebaydan777 closed 2 years ago

ebaydan777 commented 2 years ago

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

  1. Running on (Windows, Linux, NAS Model etc) 'Synology DS718+ DSM 7.0.1-42218 Update 2'
  2. Python version '3.9'
  3. Download Client (NZBget, SABnbzd, Transmission) 'SABnzbd'
  4. 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)