can't get sabnzbd working on my mac
Forum rules
Help us help you:
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.
-
- Newbie
- Posts: 8
- Joined: January 6th, 2009, 1:48 am
can't get sabnzbd working on my mac
downloaded the sabnzbd program from this site, copied it to my applications folder. when i start it up, it opens a new tab in firefox at the address: http://localhost:8080/sabnzbd and it just displays a "failed to connect" message. it creates the complete and incomplete folders in my downloads folder though.
anyone else have this problem?
anyone else have this problem?
Last edited by wilsonfisk on January 6th, 2009, 2:14 am, edited 1 time in total.
Re: can't get sabnzbd working on my mac
Try http://127.0.0.1:8080/sabnzbd or else http://[::1]:8080/sabnzbd
Last edited by shypike on January 6th, 2009, 9:47 am, edited 1 time in total.
-
- Newbie
- Posts: 8
- Joined: January 6th, 2009, 1:48 am
Re: can't get sabnzbd working on my mac
this worked. thanks!!!shypike wrote: http://[::1]:8080/sabnzbd
why is it that this was the address i had to use to pull it up?
Re: can't get sabnzbd working on my mac
What version of firefox are you using? 2?
On some operating systems localhost can mean 127.0.0.1 (an ipv4 address) and on others it can mean [::1] (an ipv6 address). It looks like your browser is not respecting the operating system's choice.
On some operating systems localhost can mean 127.0.0.1 (an ipv4 address) and on others it can mean [::1] (an ipv6 address). It looks like your browser is not respecting the operating system's choice.
-
- Newbie
- Posts: 8
- Joined: January 6th, 2009, 1:48 am
Re: can't get sabnzbd working on my mac
im using the most current verison of firefox i believe its version 3.x.x
when i first installed it, i also tried using safari and it didnt work there as well.
can i configure the sabnzbd program so that it doesnt go to localhost:8080 everytime it starts?
when i first installed it, i also tried using safari and it didnt work there as well.
can i configure the sabnzbd program so that it doesnt go to localhost:8080 everytime it starts?
Re: can't get sabnzbd working on my mac
If you go into config>general and delete the value for "Host" (leaving it blank) then restart sabnzbd it will listen on your local ip address instead.
Re: can't get sabnzbd working on my mac
Or put [::1] or 127.0.0.1 in the Host field.
Maybe we should not default to localhost for OSX.
Maybe we should not default to localhost for OSX.
-
- Newbie
- Posts: 8
- Joined: January 6th, 2009, 1:48 am
Re: can't get sabnzbd working on my mac
whats strange is, i installed sabnzbd on my macbook pro which is running the same version of os x (10.5.5 or 6) and it started up perfectly the first time. when i went home and did it on my iMac, i ran into the localhost problem. the only difference between the 2 computers is, they both connect via wifi, one connects to a verizon wireless actiontec router and my imac connects via wifi to an airport base station. both also using the same version of firefox.
Re: can't get sabnzbd working on my mac
On each/both machine, what happens if you open a terminal screen / command box (I don't know the name on Mac), and you "ping localhost"?wilsonfisk wrote: whats strange is, i installed sabnzbd on my macbook pro which is running the same version of os x (10.5.5 or 6) and it started up perfectly the first time. when i went home and did it on my iMac, i ran into the localhost problem. the only difference between the 2 computers is, they both connect via wifi, one connects to a verizon wireless actiontec router and my imac connects via wifi to an airport base station. both also using the same version of firefox.
Does the file /etc/hosts exist, and does it contain a line "127.0.0.1 localhost"?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
-
- Newbie
- Posts: 8
- Joined: January 6th, 2009, 1:48 am
Re: can't get sabnzbd working on my mac
i get the same message when pinging localhost on both machines. looks like this "64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.032 ms" and it pings a bunch of more times, thats just the first line. not sure where the hosts file would be on my mac.sander wrote: On each/both machine, what happens if you open a terminal screen / command box (I don't know the name on Mac), and you "ping localhost"?
Does the file /etc/hosts exist, and does it contain a line "127.0.0.1 localhost"?
Re: can't get sabnzbd working on my mac
So 'localhost' is correctly resolved. That's good.wilsonfisk wrote:i get the same message when pinging localhost on both machines. looks like this "64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.032 ms" and it pings a bunch of more times, thats just the first line. not sure where the hosts file would be on my mac.sander wrote: On each/both machine, what happens if you open a terminal screen / command box (I don't know the name on Mac), and you "ping localhost"?
Does the file /etc/hosts exist, and does it contain a line "127.0.0.1 localhost"?
And, just checking:
http://localhost:8080/sabnzbd does not work?
http://127.0.0.1:8080/sabnzbd does or does not work?
http://[::1]:8080/sabnzbd does work?
On the 'non-working' Mac, is there a firewall active?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
-
- Newbie
- Posts: 8
- Joined: January 6th, 2009, 1:48 am
Re: can't get sabnzbd working on my mac
http://localhost:8080/sabnzbd - DOESNT WORKsander wrote:So 'localhost' is correctly resolved. That's good.wilsonfisk wrote:i get the same message when pinging localhost on both machines. looks like this "64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.032 ms" and it pings a bunch of more times, thats just the first line. not sure where the hosts file would be on my mac.sander wrote: On each/both machine, what happens if you open a terminal screen / command box (I don't know the name on Mac), and you "ping localhost"?
Does the file /etc/hosts exist, and does it contain a line "127.0.0.1 localhost"?
And, just checking:
http://localhost:8080/sabnzbd does not work?
http://127.0.0.1:8080/sabnzbd does or does not work?
http://[::1]:8080/sabnzbd does work?
On the 'non-working' Mac, is there a firewall active?
http://127.0.0.1:8080/sabnzbd - DOESNT WORK
http://[::1]:8080/sabnzbd - WORKS
Re: can't get sabnzbd working on my mac
So it seems the IPv4 connection is blocked, and IPv6 is not blocked.wilsonfisk wrote:
http://localhost:8080/sabnzbd - DOESNT WORK
http://127.0.0.1:8080/sabnzbd - DOESNT WORK
http://[::1]:8080/sabnzbd - WORKS
Is there a firewall active on the Mac? If so, is might be blocking IPv4 traffic to the Mac
What is filled out "Host" in config -> general?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: can't get sabnzbd working on my mac
If localhost resolves to an ipv4 address then sabnzbd should really be listening on that. I can't remember what checks we do offhand, but I thought we checked if localhost is ambiguous.
I wonder why it works on some OSX systems but not others.
I wonder why it works on some OSX systems but not others.
Re: can't get sabnzbd working on my mac
... but in between could be a IPv4-only firewall ...switch wrote: If localhost resolves to an ipv4 address then sabnzbd should really be listening on that.
Not probable, but we should check it.
Ah, it happens more often?switch wrote: I can't remember what checks we do offhand, but I thought we checked if localhost is ambiguous.
I wonder why it works on some OSX systems but not others.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate