QNAP NAS - No Web page

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
ruskatrop
Newbie
Newbie
Posts: 1
Joined: July 7th, 2016, 7:24 pm

QNAP NAS - No Web page

Post by ruskatrop »

Hi all,

I've just installed SABnzbdplus_160522.qpkg on a qnap ts-453 NAS.
I have Python 2.7.9 and git_2.1.0_x86.qpkg installed.

Sab appears to have installed, directories have been created but I cannot access the web GUI. I've tried changing the host address in the sabnzbd.ini file from 0.0.0.0 to the NAS IP but no change.

When I try to run from the command line using "/etc/init.d/sabnzbd.sh start" among other things, I get the below output which ends telling me it can't find the python module "six". I've read that this is a library package to transition between python 2 and python 3. I'm not sure why this would be needed since Sab requires python 2.7, which I have.

At any rate, I'm totally out of my wheel house here, hoping someone may be able to point me in the right direction.

Thanks very much,
Russ


Performing SABnzbdplus prestartup checks at Fri Jul 8 01:05:21 BST 2016...
Checking for git... Found!
HEAD is now at 2d77051 V10.15 ready for merge.
Already up-to-date.
Checking environment
Checking if all configured directories exist....... Done
Creating Symbolic links for required utils. Done
Done
Already up-to-date.
Starting SABnzbdplusTraceback (most recent call last):
File "SABnzbd.py", line 54, in <module>
import cherrypy
File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/__init__.py", line 64, in <module>
from cherrypy._cperror import HTTPError, HTTPRedirect, InternalRedirect
File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cperror.py", line 122, in <module>
import six
ImportError: No module named six
Done (Fri Jul 8 01:05:41 BST 2016)
User avatar
sander
Release Testers
Release Testers
Posts: 8831
Joined: January 22nd, 2008, 2:22 pm

Re: QNAP NAS - No Web page

Post by sander »

ImportError: No module named six
As the1.1.0RC1 release notes (https://forums.sabnzbd.org/viewtopic.php?f=8&t=21088) say:
- When running from source code: you need to install the Python library "six" ("pip install six" or "easy_install six")
So you have to install that.
Post Reply