Page 1 of 1

sabnzbd won't start

Posted: February 11th, 2011, 3:53 am
by kompakt
Hi,

sabnzbd has stopped working for me today - have not made any changes to the PC or the application for some time and it was working fine last night.  When trying to launch, I receive an error telling me to check the log file (attached).  Have launched using the --clean switch but still receive the same error.

Using version 0.5.6 on Win Vista, installed via the windows installer, smpl skin, have AVG running on the PC and have tried disabling it (has worked fine together previously).

Any clues or things to try (haven't tried reinstalling yet...)?

Cheers!

Re: sabnzbd won't start

Posted: February 11th, 2011, 5:10 am
by shypike
[Errno 28] No space left on device
Seems like a clear message to me.

Re: sabnzbd won't start

Posted: February 11th, 2011, 9:06 am
by kompakt
shypike wrote: [Errno 28] No space left on device
Seems like a clear message to me.
Sorry, should have mentioned.  That was the first thing I looked at, and freed up space so there was 10Gb available on that drive.  The log file attached was after I had done this, and after I had rebooted after I had cleared additional drive space.

Re: sabnzbd won't start

Posted: February 11th, 2011, 9:27 am
by shypike
Another obvious one: error: (10049, "Can't assign requested address")

Which web host address did you set for SABnzbd?
Did you hard-code an IP address and your router assigned your system another one?
Always use localhost or 0.0.0.0

Re: sabnzbd won't start

Posted: February 11th, 2011, 9:29 am
by kompakt
shypike wrote: Another obvious one: error: (10049, "Can't assign requested address")

Which web host address did you set for SABnzbd?
Did you hard-code an IP address and your router assigned your system another one?
Always use localhost or 0.0.0.0
That's probably it - I was playing around a week ago with the boxee sabnzbd app and set my local PC IP.  How do I change it back to 0.0.0.0 now that I can't access it?

edit: in fact that's definitely it - checking the sabnzbd.log file I found this:

2011-02-12 00:35:23,194::INFO::[sabnzbd:1136] Starting web-interface on 192.168.1.100:8080

and on checking the IP of the PC sabnzbd is running on, the IP has changed from the above.

Re: sabnzbd won't start

Posted: February 11th, 2011, 9:57 am
by kompakt
Nevermind, I should really read more before I ask questions.  Updated the IP in the ini file to that currently assigned to my PC, and it's up and running again.  Thanks for the amazingly prompt help as always, and for creating such a great piece of software!

Re: sabnzbd won't start

Posted: February 11th, 2011, 10:23 am
by shypike
The quick fix is this:

"c:\program files\sabnzbd\sabnzbd.exe" --server localhost:8080

Re: sabnzbd won't start

Posted: February 11th, 2011, 4:41 pm
by kompakt
shypike wrote: The quick fix is this:

"c:\program files\sabnzbd\sabnzbd.exe" --server localhost:8080
I tried the command line method first, but it wasn't working.  Now I see why - I had it as "c:\program files\sabnzbd\sabnzbd.exe" --localhost:8080.  Silly me!