Closed bartley69 closed 2 years ago
Python 3.10 wasn't supported by Master branch. I have now merged this. On update (next run) this should work.
Worked perfectly! Happy new year @clinton-hall
Same thing might have happened with Python 3.11 now.
Actually I am using a wrapper script from Sabnzbd that explicitly ran Python 3.8 - now changed to 3.10. But somehow this is ignored, because I get the Exit(1) KeyError: (3, 11)
anyway.
EDIT: My bad. My connection to git was broken and I was running an outdated version. Now it's working, albeit with Python 3.10.
Describe the bug A clear and concise description of what the bug is.
Technical Specs
sab, sickgear and nzbtomedia were all installed via oneCD';s sherpa script to my NAS.
I edited my autoprocessmedia.cfg with my details as follows.
The script starts to run but spits this error when trying to process a download.
Traceback (most recent call last): File "/share/MD0_DATA/Download/nzbToMedia/nzbToSickBeard.py", line 270, in <module> import nzbToMedia File "/share/MD0_DATA/.qpkg/nzbToMedia/nzbToMedia/nzbToMedia.py", line 727, in <module> eol.check() File "/share/MD0_DATA/.qpkg/nzbToMedia/nzbToMedia/eol.py", line 100, in check warn_for_status(version, grace_period) File "/share/MD0_DATA/.qpkg/nzbToMedia/nzbToMedia/eol.py", line 141, in warn_for_status days_left = lifetime(version) File "/share/MD0_DATA/.qpkg/nzbToMedia/nzbToMedia/eol.py", line 71, in lifetime time_left = PYTHON_EOL[(major, minor)] - now KeyError: (3, 10)
Categories in sabnzbd are set up as follows.
https://i.postimg.cc/W38Y1CnZ/sabnzbd.png
Any idea what I'm doing wrong?
Thanks.