Clinton Hall
Clinton Hall
Have you made any changes to the nzbToRadarr.py file? This file needs to be un-changed. None of the # lines should be uncommented etc. All Config needs to be changed...
Ok... don't worry about trying to add the hashes back... Just do ``` git reset --hard git pull ``` That whole hashed section is what allows NZBGet to do the...
ok. was there anything in Radarr logs from 14:16:45? check Debug logs too...
do you get the same warning if you run the script with python3?
Try deleting the autoProcessMedia.cfg and setting the hpCategory and cpCategory in NZBGet -> nzbToMedia.py I believe by having these blank, this is causing the duplicate issue. Basically, each **Category in...
#1758 #1762 Basically the Python QPKG is missing standard python modules. My recommendation is to move over to Sherpa qpkg and install SAB via that... all works well.
@OneCDOnly Any idea why @captainhowie would get this on Sherpa? Does this still pick up python from another package?
Interesting I don't think pythonpath will have any impact (and happy to be proven wrong)... This will add the location for Python modules, but only for the nzbToMedia install which...
Ah.. I see... yes, make /opt/bin always sit at front of PATH... As far as the pip issues, These should not interfere with OpenWRT if it is done within venv......
@OneCDOnly I have a working version of sab using venv... I sent you a PR (you don't have to merge this, as it does undo changes you are recently made)...