Sab not working anymore after restart

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
cidgeno
Newbie
Newbie
Posts: 3
Joined: September 8th, 2012, 4:36 am

Sab not working anymore after restart

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Sab not working anymore after restart

Post 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?
cidgeno
Newbie
Newbie
Posts: 3
Joined: September 8th, 2012, 4:36 am

Re: Sab not working anymore after restart

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Sab not working anymore after restart

Post 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
cidgeno
Newbie
Newbie
Posts: 3
Joined: September 8th, 2012, 4:36 am

Re: Sab not working anymore after restart

Post by cidgeno »

Thanks a lot man
Post Reply