"host" property not recognized in sabnzbd.ini or command line

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
ezwhip
Newbie
Newbie
Posts: 5
Joined: October 5th, 2010, 3:58 pm

"host" property not recognized in sabnzbd.ini or command line

Post by ezwhip »

Hi all-

Trying to get sabnzbd 0.5.4 up and running on FreeBSD 8.1 (installed from ports). I want the app to bind to 10.0.1.20:8888, so i have this in the .ini as:

Code: Select all

host = 10.0.1.20
port = 8888
However, upon startup, the console shows:

Code: Select all

Looking up localhost:8888
Making HTTP connection to localhost:8888
Alert!: Unable to connect to remote host.

lynx: Can't access startfile http://localhost:8888/sabnzbd
So, it's reading the port, but not the host. I also tried setting this from the c/l as "SABnzbd.py -s 10.0.1.20:8888", with the same results.

Any ideas?

Thanks in advance.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: "host" property not recognized in sabnzbd.ini or command line

Post by shypike »

Have you tried the special address 0.0.0.0 ?
ezwhip
Newbie
Newbie
Posts: 5
Joined: October 5th, 2010, 3:58 pm

Re: "host" property not recognized in sabnzbd.ini or command line

Post by ezwhip »

Just tried that, same behavior.  ???
ezwhip
Newbie
Newbie
Posts: 5
Joined: October 5th, 2010, 3:58 pm

Re: "host" property not recognized in sabnzbd.ini or command line

Post by ezwhip »

Never mind, was apparently running an old 4.x version. All better.
Post Reply