Windows 7 64 bit Problem

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
ryannaut
Newbie
Newbie
Posts: 3
Joined: May 22nd, 2011, 8:17 am

Windows 7 64 bit Problem

Post by ryannaut »

Trying to install 0.6.1:

upon install and trying to run it gives me this:

SABnzbd needs a valid host address for its internal web server, you have specified an invalid address, Safe values are localhost and 0.0.0.0, Please restart SABnzbd with a proper host address., Press Startkey+R and type the line (example): >: "C:\Program Files (x86)\SABnzbd\SABnzbd.exe" --server localhost:8080, Program did not start!

Tried to  Press Startkey+R and type the line (example): >: "C:\Program Files (x86)\SABnzbd\SABnzbd.exe" --server localhost:8080  and it just gives me the same result.

i've looked at the newly created sabnzbd.ini file and there's only 3 lines of code on it.  How do i resolve this issue...?  I just uninstalled and reinstalled everything with the same result.  I'm running windows 7 64 bit
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Windows 7 64 bit Problem

Post by sander »

Can you post the contents of the sabnzbd.ini?

Do you use firewall software on your system? If so, does it help when you turn that software off?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Windows 7 64 bit Problem

Post by shypike »

Your DNS service doesn't know what "localhost" is.
Why, I don't know, but it should.
Try 127.0.0.1:8080 instead.

Another possibility is that you have some software firewall
that thinks it's necessary to block "localhost" services.
(The Windows Firewall handles this properly.)
ryannaut
Newbie
Newbie
Posts: 3
Joined: May 22nd, 2011, 8:17 am

Re: Windows 7 64 bit Problem

Post by ryannaut »

Here's the entire contents of my sabnzdb.ini file:

__version__=19
[misc]
[logging]


I turned off all firewalls and had the same result...

As for trying 127.0.0.1:8080... How do i do this?  I'm very new at this whole scene and need dumbed down instructions!  Thanks again!


Maybe someone with a working version can post the contents of their sabnzdb.ini file and I can try that (replacing the IP and such)
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Windows 7 64 bit Problem

Post by shypike »

You almost were there :)
Tried to  Press Startkey+R and type the line (example): >: "C:\Program Files (x86)\SABnzbd\SABnzbd.exe" --server 127.0.0.1:8080
ryannaut
Newbie
Newbie
Posts: 3
Joined: May 22nd, 2011, 8:17 am

Re: Windows 7 64 bit Problem

Post by ryannaut »

You're a genius!!!  it worked it worked it worked!!
Post Reply