SABYenc module... NOT found!

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
allogic
Newbie
Newbie
Posts: 7
Joined: June 23rd, 2017, 1:29 am

SABYenc module... NOT found!

Post by allogic »

So, been reading up on a few posts regarding this and I think I have followed everything as instructed.

However, I still get the error when launching Sabnzbd and in my logs it shows the following;

Code: Select all

2017-06-22 12:48:06,338::WARNING::[SABnzbd:421]  SABYenc module... NOT found! Expecting v3.0.2 - https://sabnzbd.org/sabyenc
I have confirmed that the correct version is installed;

Code: Select all

root@sabnzbd_1:/ # python -c "import sabyenc ; print sabyenc.__version__ "  
3.0.2
Now I must tell you that I am running Freenas11 with a jail of sabnzbd.

Code: Select all

SABnzbd.py-2.0.0 (rev=<HASH>e3af6ec6601fdbf)
Full executable path = /usr/pbi/sabnzbd-amd64/bin/SABnzbd.py
Platform = posix
Python-version = 2.7.9 (default, Apr 23 2017, 02:07:46) 
Do i need to upgrade Sabnzbd to 2.1.0 to make SABYenc work with version of 3.0.2?
(When I say update I have to wait for those chaps at Freenas to release the update)



Many thanks!
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: SABYenc module... NOT found!

Post by sander »

You asked the same here: https://forums.sabnzbd.org/viewtopic.php?f=1&t=22742

So why do you start a new thread?
allogic
Newbie
Newbie
Posts: 7
Joined: June 23rd, 2017, 1:29 am

Re: SABYenc module... NOT found!

Post by allogic »

Because it was not in the correct place.

Initially I could not post in the correct place because I was not established. For whatever reason I am now allowed to post in the correct place, so i did so.

And my question was still not answered.
User avatar
safihre
Administrator
Administrator
Posts: 5362
Joined: April 30th, 2015, 7:35 am
Contact:

Re: SABYenc module... NOT found!

Post by safihre »

As Sander also mentioned in the other thread, you will need to verify that the user and python in the jail actually have Sabyenc.
It just seems that system python under root has Sabyenc, but not inside the jail.
Can you somehow login to the jail and run the installer then?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
zoggy
Release Testers
Release Testers
Posts: 75
Joined: February 8th, 2011, 3:08 pm

Re: SABYenc module... NOT found!

Post by zoggy »

just had someone on irc complain about getting half the download speed since upgrading to sab 2.x on QNAP.
asked him to check logs and confirmed that its because sabyenc is missing/not found. he uses clintonhall's package but guess it still hasnt been updated for 2.x+ requirements.

he eventually came back with this script which looks like it got everything sorted, (backups settings, uninstalls sab.. installs requirements+sab):
https://onecdonly.github.io/sherpa/ -- https://forum.qnap.com/viewtopic.php?f=320&t=132373

speaking off.. we really should show if yenc/sabyenc is installed and the sabyenc version on the config root page. since trying to ask someone to change log level to debug and reboot to just 'check' is annoying
User avatar
safihre
Administrator
Administrator
Posts: 5362
Joined: April 30th, 2015, 7:35 am
Contact:

Re: SABYenc module... NOT found!

Post by safihre »

If Sabyenc is not installed, they get a WARNING at startup, so no need for Debug logging.. Maybe if they still use Plush.

Clinton-hall packages do normally include Sabyenc, so that's strange..
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
safihre
Administrator
Administrator
Posts: 5362
Joined: April 30th, 2015, 7:35 am
Contact:

Re: SABYenc module... NOT found!

Post by safihre »

But, there is a message in the first page of the Config when Sabyenc is missing. It has been there since 2.0.0:
https://github.com/sabnzbd/sabnzbd/blob ... g.tmpl#L75
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply