Secondary web interface not working

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • 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
ianiv
Newbie
Newbie
Posts: 4
Joined: August 24th, 2009, 6:26 pm

Secondary web interface not working

Post by ianiv »

No matter which secondary interface I choose, trying to load it results in:

Code: Select all

Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 618, in respond
    cherrypy.response.body = self.handler()
  File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 377, in index
    filter=FILTER, searchList=[info], compilerSettings=DIRECTIVES)
  File "/var/lib/python-support/python2.6/Cheetah/Template.py", line 1191, in __init__
    self._compile(source, file, compilerSettings=compilerSettings)
  File "/var/lib/python-support/python2.6/Cheetah/Template.py", line 1472, in _compile
    self._fileMtime = os.path.getmtime(file)
  File "/usr/lib/python2.6/genericpath.py", line 54, in getmtime
    return os.stat(filename).st_mtime
OSError: [Errno 2] No such file or directory: '/usr/bin/main.tmpl'
Running on Ubuntu 9.04.
Last edited by Anonymous on December 8th, 2009, 8:37 pm, edited 1 time in total.
ianiv
Newbie
Newbie
Posts: 4
Joined: August 24th, 2009, 6:26 pm

Re: Secondary web interface not working

Post by ianiv »

Yes, I've tried setting different secondary interfaces. I've saved the changes and restarted sabnzbd. The URL I try, which is the same one that used to work with 0.4.11: http://192.168.1.119:8080/sabnzbd/m/
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Secondary web interface not working

Post by shypike »

Have you installed SABnzbd using a repository package?
If so, contact the package creator.

The base SABnzbd software does work with the secondary interface.
The error reports indicate a path problem.
ianiv
Newbie
Newbie
Posts: 4
Joined: August 24th, 2009, 6:26 pm

Re: Secondary web interface not working

Post by ianiv »

Looks like upgrading the package messed things up. After wiping out all traces of SABnzbd and reinstalling everything works as it should.
User avatar
sander
Release Testers
Release Testers
Posts: 9119
Joined: January 22nd, 2008, 2:22 pm

Re: Secondary web interface not working

Post by sander »

shypike wrote: Have you installed SABnzbd using a repository package?
If so, contact the package creator.

The base SABnzbd software does work with the secondary interface.
Maybe I misunderstand, but I use Beta 3 from sourceforge, and I can use the secondary interface via http://localhost:8080/sabnzbd/m/ (after enabling it in http://localhost:8080/sabnzbd/config/general/ )
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
ianiv
Newbie
Newbie
Posts: 4
Joined: August 24th, 2009, 6:26 pm

Re: Secondary web interface not working

Post by ianiv »

Like I said in my last post, it works fine. It was a package installation/upgrade issue.
Post Reply