Closed scronkey closed 4 months ago
What branch are you using? Are you on the latest version? This issue was resolved in Master some time ago, so hopefully doing a git pull should fix this.
Thanks for clarifyling. I'm using the version that comes in the contrib directory of Medusa.
Do you know if they have stopped upstream updates, and should I manage your repository reperately?
I don't know specifically what Medusa is doing. I just looked on their github page and can't see that this package is included. Have you installed from Docker or source etc?
The easiest way to resolve this would be to go to wherever nzbToMedia is (/opt/medusa/contrib/nzbToMedia) make a backup of your config file (/opt/medusa/contrib/nzbToMedia/autoProcessMedia.cfg) then remove all of the nzbToMedia directory and do a new git clone
something like this
cd /opt/medusa/contrib
mv nzbToMedia/autoProcessMedia.cfg autoProcessMedia.cfg
rm -rf nzbToMedia
git clone https://github.com/clinton-hall/nzbToMedia.git
mv autoProcessMedia.cfg nzbToMedia/autoProcessMedia.cfg
Thanks - I will try that
All good, working now. Thanks Clinton!
All good. Glad to hear it is working.
Describe the bug Running nzbToSickbeard.py causes a KeyError: (3, 11) This comes from a call within eol.py Specifically
time_left = PYTHON_EOL[(major, minor)] - now
A bit of digging and I can see that eol.py does not have EOL date info for Python above 3.9, so not sure if that is the cause.
Technical Specs
Expected behavior Script to run and process media to library
Log Please provide an extract, or full debug log that indicates the issue.