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!
sabnzbd won't start
Forum rules
Help us help you:
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.
Re: sabnzbd won't start
[Errno 28] No space left on device
Seems like a clear message to me.
Seems like a clear message to me.
Re: sabnzbd won't start
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.shypike wrote: [Errno 28] No space left on device
Seems like a clear message to me.
Re: sabnzbd won't start
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
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
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?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
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.
Last edited by kompakt on February 11th, 2011, 9:35 am, edited 1 time in total.
Re: sabnzbd won't start
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
The quick fix is this:
"c:\program files\sabnzbd\sabnzbd.exe" --server localhost:8080
"c:\program files\sabnzbd\sabnzbd.exe" --server localhost:8080
Re: sabnzbd won't start
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!shypike wrote: The quick fix is this:
"c:\program files\sabnzbd\sabnzbd.exe" --server localhost:8080

