Cannot connect to the server "localserver" issue

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
kungfuroll
Newbie
Newbie
Posts: 1
Joined: January 19th, 2012, 6:27 pm

Cannot connect to the server "localserver" issue

Post by kungfuroll »

Hi all

Newb here....had SABnzbd installed a couple of days ago(Mac - 10.6.8) and was working fine, but now i get the 'safari cant onnect to the server "localhost" issue. I've searched through the forum and tries a couple of options namely the following, which i don't understand - any help appreciated;

Is SABnzbd running at all? Open a terminal, and type
CODE: SELECT ALL
ps aux | grep -i sabnzbd
If so, check which port:
CODE: SELECT ALL
netstat -a -n | grep -i listen
If SAB is not running, find SABnzbd.py (or by which name the SAB application is known on Mac OSX), open a terminal, and run the SABnzbd.py from within the terminal; you will now see all output from SABnzbd. If it stops, post the log here.


LOG POSTED HERE

Edward-Anthony-Corcorans-MacBook-Pro:~ Tony$ ps aux | grep -i sabnzbd
Tony 11429 0.7 0.0 2425524 176 s000 R+ 10:22am 0:00.00 grep -i sabnzbd
Edward-Anthony-Corcorans-MacBook-Pro:~ Tony$ netstat -a -n | grep -i listen
tcp4 0 0 172.16.144.1.9000 *.* LISTEN
tcp4 0 0 192.168.96.1.9000 *.* LISTEN
tcp4 0 0 192.168.10.4.9000 *.* LISTEN
tcp4 0 0 127.0.0.1.9000 *.* LISTEN
tcp4 0 0 172.16.144.1.9050 *.* LISTEN
tcp4 0 0 192.168.96.1.9050 *.* LISTEN
tcp4 0 0 192.168.10.4.9050 *.* LISTEN
tcp4 0 0 127.0.0.1.9050 *.* LISTEN
tcp46 0 0 *.5842 *.* LISTEN
tcp4 0 0 *.5842 *.* LISTEN
tcp46 0 0 *.45631 *.* LISTEN
tcp46 0 0 *.46631 *.* LISTEN
tcp4 0 0 127.0.0.1.26164 *.* LISTEN
tcp4 0 0 *.17500 *.* LISTEN
tcp4 0 0 127.0.0.1.631 *.* LISTEN
tcp6 0 0 ::1.631 *.* LISTEN
8bbb640 stream 0 0 9fd5158 0 0 0 /tmp/launch-pfYzr9/Listeners
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Cannot connect to the server "localserver" issue

Post by shypike »

Eh, it's not running, so start it again.
I guess you also don't see the down-arrow icon in the top menu?
Post Reply