Page 1 of 1

Can't start sabnzbd - Windows vista

Posted: March 26th, 2009, 5:08 am
by SayD
Hi everyone,

after installing sabznbd i can see in task manager that it started, but when going to http://localhost:8080/sabnzbd i get an error that i cannot reach the page. I tried different ports, but it doesn't work. I opened the port on the router, disabled firewall and deinstall virusscanner. Also in the .ini file i changed the port. With all things i tried, nothing worked. Any suggestions?
Tnx

Re: Can't start sabnzbd - Windows vista

Posted: March 26th, 2009, 5:34 am
by shypike
Start SABnzbd-console.exe instead of SABnzd.exe.
This will give you some extra diagnostic info.

Re: Can't start sabnzbd - Windows vista

Posted: March 26th, 2009, 5:36 am
by SayD
I get error message 10050, network is down

Re: Can't start sabnzbd - Windows vista

Posted: March 26th, 2009, 5:44 am
by SayD
2009-03-26 11:31:43,526::INFO::--------------------------------
2009-03-26 11:31:43,526::INFO::SABnzbd-console.exe-0.4.7 (rev=2225)
2009-03-26 11:31:43,526::INFO::Platform=Windows-32bit (=Vista) Class=nt
2009-03-26 11:31:43,526::INFO::Python-version = 2.5.2 (r252:60911, Mar 27 2008,
17:57:18) [MSC v.1310 32 bit (Intel)]
2009-03-26 11:31:43,526::INFO::[sabnzbd] Loading data for rss_data.sab from C:\U
sers\SayD\AppData\Local\sabnzbd\cache\rss_data.sab
2009-03-26 11:31:43,542::INFO::[sabnzbd] Loading data for bytes7.sab from C:\Use
rs\SayD\AppData\Local\sabnzbd\cache\bytes7.sab
2009-03-26 11:31:43,542::INFO::[sabnzbd] Loading data for queue7.sab from C:\Use
rs\SayD\AppData\Local\sabnzbd\cache\queue7.sab
2009-03-26 11:31:43,542::WARNING::[downloader] No active primary servers defined
, will not download!
2009-03-26 11:31:43,542::INFO::All processes started
2009-03-26 11:31:43,542::INFO::_yenc module... found!
2009-03-26 11:31:43,542::INFO::celementtree module... found!
2009-03-26 11:31:43,542::INFO::par2 binary... found (C:\Program Files\SABnzbd\wi
n\par2\par2.exe)
2009-03-26 11:31:43,542::INFO::par2-classic binary... found (C:\Program Files\SA
Bnzbd\win\par2\par2-classic.exe)
2009-03-26 11:31:43,542::INFO::unrar binary... found (C:\Program Files\SABnzbd\w
in\unrar\UnRAR.exe)
2009-03-26 11:31:43,542::INFO::unzip binary... found (C:\Program Files\SABnzbd\w
in\unzip\unzip.exe)
2009-03-26 11:31:43,542::INFO::pyOpenSSL... found (True)
2009-03-26 11:31:45,507::INFO::Web dir is C:\Program Files\SABnzbd\interfaces\De
fault
2009-03-26 11:31:45,507::INFO::Starting SABnzbd-console.exe-0.4.7
2009-03-26 11:31:45,507::INFO::[nzbqueue] Saving queue
2009-03-26 11:31:45,507::INFO::[sabnzbd.misc] URLGrabber starting up
2009-03-26 11:31:45,507::INFO::Starting web-interface on localhost:8080
2009-03-26 11:31:45,507::INFO::[sabnzbd] Saving data for queue7.sab in C:\Users\
SayD\AppData\Local\sabnzbd\cache\queue7.sab
2009-03-26 11:31:45,523::INFO::[sabnzbd] Saving data for bytes7.sab in C:\Users\
SayD\AppData\Local\sabnzbd\cache\bytes7.sab
26/Mar/2009:11:31:45 CONFIG INFO Server parameters:
26/Mar/2009:11:31:45 CONFIG INFO  server.environment: production
2009-03-26 11:31:45,523::INFO::[sabnzbd] Saving data for rss_data.sab in C:\User
s\SayD\AppData\Local\sabnzbd\cache\rss_data.sab
26/Mar/2009:11:31:45 CONFIG INFO  server.log_to_screen: True
26/Mar/2009:11:31:45 CONFIG INFO  server.log_file: C:\Users\SayD\AppData\Local\
sabnzbd\logs\cherrypy.log
26/Mar/2009:11:31:45 CONFIG INFO  server.log_tracebacks: True
26/Mar/2009:11:31:45 CONFIG INFO  server.log_request_headers: False
26/Mar/2009:11:31:45 CONFIG INFO  server.protocol_version: HTTP/1.0
26/Mar/2009:11:31:45 CONFIG INFO  server.socket_host: localhost
26/Mar/2009:11:31:45 CONFIG INFO  server.socket_port: 8080
26/Mar/2009:11:31:45 CONFIG INFO  server.socket_file:
26/Mar/2009:11:31:45 CONFIG INFO  server.reverse_dns: False
26/Mar/2009:11:31:45 CONFIG INFO  server.socket_queue_size: 5
26/Mar/2009:11:31:45 CONFIG INFO  server.thread_pool: 10
26/Mar/2009:11:31:47 HTTP INFO Serving HTTP on http://localhost:8080/
2009-03-26 11:31:47,707::INFO::Lauching browser with http://localhost:8080/sabnz
bd
Exception in thread CPHTTPServer Thread-7:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\_cpserver.pyo", line 114, in _start_http
  File "cherrypy\_cpwsgiserver.pyo", line 388, in start
  File "cherrypy\_cpwsgiserver.pyo", line 394, in tick
  File "socket.pyo", line 167, in accept
error: (10050, 'Network is down')

Re: Can't start sabnzbd - Windows vista

Posted: March 26th, 2009, 10:21 am
by shypike
Looks like some serious problem with your system.
It is possible that such issues are caused by a firewall (we've had endless problems with ZoneAlarm).
Disabling might not always be sufficient.
An alternative would be to use the host address 0.0.0.0,
so that you can use the real IP address of your system, but it will expose
the WebUI to the outside. Which need not be a problem if you have decent router.

Re: Can't start sabnzbd - Windows vista

Posted: March 26th, 2009, 12:11 pm
by SayD
I'm only using a windows firewall, wich i disabled. This is an install on an fresh reinstalled system. Before the reinstall It used to work. 

Re: Can't start sabnzbd - Windows vista

Posted: March 26th, 2009, 12:19 pm
by shypike
The Windows firewall can be no issue.
On Vista localhost is ambiguous when IPV6 is enabled (default on Vistae).
Try hostname 127.0.0.1 instead (change it in the INI file).

Re: Can't start sabnzbd - Windows vista

Posted: March 26th, 2009, 12:36 pm
by SayD
I changed the host in the .ini file and now it's working again!!! Thank you very much!!! ;)