"host" property not recognized in sabnzbd.ini or command line
Posted: October 5th, 2010, 4:04 pm
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:
However, upon startup, the console shows:
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.
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 = 8888Code: 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/sabnzbdAny ideas?
Thanks in advance.