Easy check #1: edit SABnzbd.py and change that line to cherryhost = '1.2.3.4'. Run SAB and see what port it binds too.
Wont start sab at all.

Saiya_Jin_Vegeta wrote:Easy check #1: edit SABnzbd.py and change that line to cherryhost = '1.2.3.4'. Run SAB and see what port it binds too.
Wont start sab at all.


shypike wrote:There is a problem in the code for systems that have no proper resolve of the system's "node name".
SABnzbd falls back to 0.0.0.0, instead of localhost/127.0.0.1/::1
I'll correct that in the next release.

shypike wrote:Yes.


shypike wrote:The problem was in the first piece of code.
The second piece is correct, the line with the extra assignment to 0.0.0.0 is not needed, but the second line is.


