SABnzbd 0.4.4 not serving HTTP on Synology NAS

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
fhwong
Newbie
Newbie
Posts: 3
Joined: October 25th, 2008, 5:59 pm

SABnzbd 0.4.4 not serving HTTP on Synology NAS

Post by fhwong »

I have installed SABnzbd on a Synology DS-207.

Managed to get everything installed.

Ran:

python2.5 /opt/local/SABnzbd/SABnzbd.py -f /opt/local/SABnzbd/SABnzbd.ini

it runs - everything is OK, but it just stops at HTTP INFO serving HTTP on http://Donkey:8080/

2008-10-26 00:28:02,071::INFO::--------------------------------
2008-10-26 00:28:02,077::INFO::SABnzbd.py-0.4.4 (rev=unknown)
2008-10-26 00:28:02,084::INFO::Platform = posix
2008-10-26 00:28:02,090::INFO::Python-version = 2.5.2 (r252:60911, Feb 26 2008, 19:02:43)
[GCC 3.3.4]
2008-10-26 00:28:02,146::INFO::[sabnzbd] Loading data for bytes7.sab from /volume1/downloads/temp/bytes7.sab
2008-10-26 00:28:02,154::INFO::[sabnzbd] Loading data for queue7.sab from /volume1/downloads/temp/queue7.sab
2008-10-26 00:28:02,190::INFO::All processes started
2008-10-26 00:28:02,213::INFO::_yenc module... found!
2008-10-26 00:28:02,219::INFO::celementtree module... found!
2008-10-26 00:28:02,225::INFO::par2 binary... found (/opt/bin/par2)
2008-10-26 00:28:02,232::INFO::rar binary... found (/opt/bin/unrar)
2008-10-26 00:28:02,238::INFO::unzip binary... found (/opt/bin/unzip)
2008-10-26 00:28:02,244::INFO::pyOpenSSL... found (True)
2008-10-26 00:28:02,260::INFO::Web dir is /opt/local/SABnzbd/interfaces/Default
2008-10-26 00:28:02,364::INFO::Starting SABnzbd.py-0.4.4
2008-10-26 00:28:02,373::INFO::[nzbqueue] Saving queue
2008-10-26 00:28:02,403::INFO::Starting web-interface on Donkey:8080
2008-10-26 00:28:02,392::INFO::[sabnzbd] Saving data for queue7.sab in /volume1/downloads/temp/queue7.sab
2008-10-26 00:28:02,526::INFO::[sabnzbd] Saving data for bytes7.sab in /volume1/downloads/temp/bytes7.sab
26/Oct/2008:00:28:02 CONFIG INFO Server parameters:
26/Oct/2008:00:28:02 CONFIG INFO  server.environment: production
26/Oct/2008:00:28:02 CONFIG INFO  server.log_to_screen: True
26/Oct/2008:00:28:02 CONFIG INFO  server.log_file: /volume1/downloads/log/cherrypy.log
26/Oct/2008:00:28:02 CONFIG INFO  server.log_tracebacks: True
26/Oct/2008:00:28:02 CONFIG INFO  server.log_request_headers: False
26/Oct/2008:00:28:02 CONFIG INFO  server.protocol_version: HTTP/1.0
2008-10-26 00:28:02,394::INFO::[sabnzbd.misc] URLGrabber starting up
26/Oct/2008:00:28:02 CONFIG INFO  server.socket_host: Donkey
26/Oct/2008:00:28:02 CONFIG INFO  server.socket_port: 8080
26/Oct/2008:00:28:02 CONFIG INFO  server.socket_file:
26/Oct/2008:00:28:02 CONFIG INFO  server.reverse_dns: False
26/Oct/2008:00:28:02 CONFIG INFO  server.socket_queue_size: 5
26/Oct/2008:00:28:02 CONFIG INFO  server.thread_pool: 10
26/Oct/2008:00:28:02 HTTP INFO Serving HTTP on http://Donkey:8080/


IF I try and access the webpage it gives me:

404 Not Found

The path '/SABnzbd' was not found.

Page handler: "The path '/SABnzbd' was not found."
Traceback (most recent call last):
  File "/opt/local/SABnzbd/cherrypy/_cphttptools.py", line 121, in _run
    self.main()
  File "/opt/local/SABnzbd/cherrypy/_cphttptools.py", line 256, in main
    page_handler, object_path, virtual_path = self.mapPathToObject(path)
  File "/opt/local/SABnzbd/cherrypy/_cphttptools.py", line 326, in mapPathToObject
    raise cherrypy.NotFound(objectpath)
NotFound: 404


And displays this in the telnet window as well.

Any idea what I am doing wrong?

Thanks.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd 0.4.4 not serving HTTP on Synology NAS

Post by shypike »

The correct URL is:

http://donkey:8080/sabnzbd

lowercase!
fhwong
Newbie
Newbie
Posts: 3
Joined: October 25th, 2008, 5:59 pm

Re: SABnzbd 0.4.4 not serving HTTP on Synology NAS

Post by fhwong »

So simple!

Thanks it worked!

Excellent looks like a great piece of software!

Great that it has a bookmark link to newzbin!
Post Reply