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.
Starting sabnzbd.
Traceback (most recent call last):
File "/usr/local/bin/SABnzbd.py", line 88, in <module>
import sabnzbd
File "/usr/local/bin/sabnzbd.py", line 89, in <module>
import sabnzbd.lang
ImportError: No module named lang
/usr/local/etc/rc.d/sabnzbd: WARNING: failed to start sabnzbd
This is running a v9.3 FreeNAS system. I have posted this same error on the FreeNAS forums but no one over there knows how to resolve the issue.
I have tried to upgrade from v0.7.20, installed the pkg using the GUI interface and installed the pkg via CLI. Both installations were on new clean jails/environments. All three ways lead to the same error message. My hope is someone here has some information.
No, the file lang.py was not present in /usr/local/bin. I found a copy of the lang.py file in the location /usr/local/lib/python2.7/site-packages/sabnzbd. So I copied it to the /usr/local/bin folder. Same error when I attempted to start the service.
I have no idea how this package works, we don't create it.
What you normally do is just unpack our tar.gz distribution in a place like /opt/sabnzbd
and then run:
/opt/sabnzbd/SABnzbd.py --server HOST:PORT -b0 -f /path/to/your/adminspace
That should work.
The other challenge is to run it automatically.
The latter is what packages essentially do (and put it somewhere sensible and have some default parameters).