Page 1 of 1

Error when trying to access web interface

Posted: November 16th, 2009, 6:44 am
by fingret
Hi, I get the following error when trying to access the webinterface:
404 Not Found

The path '/sabnzbdplus' was not found.

Page handler: "The path '/sabnzbdplus' was not found."
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/cherrypy/_cphttptools.py", line 121, in _run
    self.main()
  File "/var/lib/python-support/python2.5/cherrypy/_cphttptools.py", line 256, in main
    page_handler, object_path, virtual_path = self.mapPathToObject(path)
  File "/var/lib/python-support/python2.5/cherrypy/_cphttptools.py", line 326, in mapPathToObject
    raise cherrypy.NotFound(objectpath)
NotFound: 404
sabnzbd is running and I can use it to download (using the watched folder). But I cant access the webinterface....

Version: 0.4.12
OS: ubuntu jaunty (eeebuntu)
Install-type: Ubuntu Unofficial Repository as described in the wiki
Skin (if applicable): default
Firewall Software: none
Are you using IPV6? no
Is the issue reproducible? guess not


Any ideas?

Re: Error when trying to access web interface

Posted: November 16th, 2009, 8:15 am
by xorrox
Hey,

Did you try http://ip:port/sabnzbdplus/ ?

Because you should access by http://ip:port/sabnzbd/

Re: Error when trying to access web interface

Posted: November 16th, 2009, 8:30 am
by fingret
xorrox wrote: Hey,

Did you try http://ip:port/sabnzbdplus/ ?

Because you should access by http://ip:port/sabnzbd/

Yes... i've tried ip, localhost, 0.0.0.0 (after changes in the .ini)... nothing works. Same error msg tho. Can't see why this has anything to do with my problem.

Re: Error when trying to access web interface

Posted: November 16th, 2009, 8:54 am
by Eejit
fingret wrote: Yes... i've tried ip, localhost, 0.0.0.0 (after changes in the .ini)... nothing works. Same error msg tho. Can't see why this has anything to do with my problem.
because it should be sabnzbd NOT sabnzbdplus

Re: Error when trying to access web interface

Posted: November 16th, 2009, 11:02 am
by fingret
Eejit wrote:
fingret wrote: Yes... i've tried ip, localhost, 0.0.0.0 (after changes in the .ini)... nothing works. Same error msg tho. Can't see why this has anything to do with my problem.
because it should be sabnzbd NOT sabnzbdplus
Aha, typo in the post, sorry. I used /sabnzbd. Afterall I found out that the problem was google chrome. When I installed firefox again and tried in firefox it all worked.