Page 1 of 1

Sab not working anymore after restart

Posted: September 8th, 2012, 4:37 am
by cidgeno
Hi,

After a power failure of my computer, i restarted, and it doesn't work anymore

Here is what the log says


Exception in thread HTTPServer Thread-10:
Traceback (most recent call last):
File "threading.pyo", line 488, in __bootstrap_inner
File "threading.pyo", line 448, in run
File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
File "cherrypy\wsgiserver\__init__.pyo", line 1644, in start
error: (10049, "Can't assign requested address")

I m on win7, tried to uninstall then reinstall, not working

Anyone got an idea?

Thanks a lot !

Cid

Re: Sab not working anymore after restart

Posted: September 8th, 2012, 6:00 am
by sander
On your Windows desktop, right click with your mouse on the SAB icon in the lower right button, choose Troubleshoot, and then Restart - 127.0.0.1:8080.

Does that work?

Re: Sab not working anymore after restart

Posted: September 8th, 2012, 6:27 am
by cidgeno
Can't do that, as soon as i launch it, it tells me that there is an error and where the log is, and quit sabznb

Re: Sab not working anymore after restart

Posted: September 8th, 2012, 7:26 am
by sander
cidgeno wrote:Can't do that, as soon as i launch it, it tells me that there is an error and where the log is, and quit sabznb
Ah. Then do this:

Make sure SABnzbd is not running (check running processes)
Find the (hidden?) file sabnzbd.ini. See http://wiki.sabnzbd.org/faq#toc18 for the location
Open sabnzbd.ini with a *text* editor (notepad, not word), and find the first occurence of host. It will look like:

Code: Select all

host = a.b.c.d
Replace a.b.c.d by 127.0.0.1
Save and Exit the editor
Then start SABnzbd

Re: Sab not working anymore after restart

Posted: September 8th, 2012, 9:19 am
by cidgeno
Thanks a lot man