Page 1 of 1

yEnc Files

Posted: March 14th, 2023, 9:31 am
by CormoranTick
Hello,

I'm having a problem where SABnzbd 3.7.2 [fab36ec] will leave yEnc files unprocessed in the completed download directory, and mark the download as complete. I have sabyenc 3.3.6 installed as well as yenc 0.4.0. I noted that my sabyenc version in pip says 3.3.6 but when I install the requirements.txt file I get

Code: Select all

Requirement already satisfied: sabyenc3==5.4.4 in /opt/sabnzbd/lib/python3.10/site-packages (from -r /opt/sabnzbd/requirements.txt (line 3)) (5.4.4)
Until today I had the "Processing" option for my categories set to Default, but based on the recommendations online I changed it to +Delete today without success. If there a way to make sure SABnzbd is processing these yenc files? I checked standard logs and didn't see any errors. I have turned on debug logging now to see if it yeilds any further information.

Thanks in advance.

Re: yEnc Files

Posted: March 14th, 2023, 9:55 am
by CormoranTick
Debug logging doesn't reveal anything that indicates an error in processing. It seems to process the files all normally; just leaves them as yEnc files.

Re: yEnc Files

Posted: March 14th, 2023, 10:01 am
by CormoranTick
Review of the nzb file shows that the yEnc files are what is included in the nzb.... Nothing wrong with SAB, just dumb file names.

Re: yEnc Files

Posted: March 14th, 2023, 10:02 am
by sander
And no error after a fresh start of SABnzbd?

What is the output of

Code: Select all

python3 -c "import sabyenc3; print(sabyenc3.__version__, sabyenc3.__file__);"

Re: yEnc Files

Posted: March 14th, 2023, 12:11 pm
by Puzzled
sabyenc and sabyenc3 are different packages. The nzbs you are trying could be broken or in a format SABnzbd doesn't understand.