Page 1 of 2
won't work in firefox
Posted: July 30th, 2009, 10:05 pm
by steve51184
been using this on linux for years but i've just installed it on my windows box but for some reason the web interface wont load in firefox or opera but it will load in IE and google chrome
The connection was refused when attempting to contact localhost:8080.
Re: won't work in firefox
Posted: July 31st, 2009, 5:28 am
by steve51184
http://[::1]:8080/sabnzbd/ works thank you.. why is it that localhost doesn't?
Re: won't work in firefox
Posted: July 31st, 2009, 8:30 am
by shypike
localhost maps to [::1] (an IPV6 address), which is not the same as 127.0.0.1 (IPV4).
Many OSses enable IPV6 by default (although hardly anyone uses it)
and give it priority over IPV4. The second part causes problems.
The reason is that different applications use different methods of resolving DNS names
and end up getting different answers (IPV4 vs. IPV6).
So SABnzbd may conclude that localhost is 127.0.0.1, while a browser may think it's [::1].
Re: won't work in firefox
Posted: July 31st, 2009, 8:42 am
by steve51184
ahh right so if i disable ipv6 in firefox and via my network adapter localhost will work?
Re: won't work in firefox
Posted: July 31st, 2009, 11:12 am
by shypike
steve51184 wrote:
ahh right so if i disable ipv6 in firefox and via my network adapter localhost will work?
If you are not interested in IPV6, the simplest trick is to edit the
/etc/hosts file.
Just remove the [::1] entry.
Re: won't work in firefox
Posted: July 31st, 2009, 11:18 am
by steve51184
ahh cool ty
Re: won't work in firefox
Posted: August 1st, 2009, 8:23 am
by Madman
I am having the same Issue, works in IE but not in FF, FF is my main browser so I would like to get it to work in there.
It does work when I put in http://[::1]:8080/sabnzbd but how can I set it so when I start up the program it starts off that instead of the original?
Re: won't work in firefox
Posted: August 2nd, 2009, 9:39 am
by switch
Madman wrote:
I am having the same Issue, works in IE but not in FF, FF is my main browser so I would like to get it to work in there.
It does work when I put in http://[::1]:8080/sabnzbd but how can I set it so when I start up the program it starts off that instead of the original?
In firefox, open up the url about:config
Make sure network.dns.disableIPv6 is set to FALSE.
If not I would try opening your hosts file: %SystemRoot%\system32\drivers\etc\hosts and seeing if ther are any entries that could be breaking localhost from working normally, this is not SABnzbd's fault.
If nothing works, set your host in config>general to either 127.0.0.1, 0.0.0.0 or leave it blank and restart sabnzbd.
Re: won't work in firefox
Posted: August 2nd, 2009, 10:37 am
by Madman
Thanks editing the about:config worked
Re: won't work in firefox
Posted: August 2nd, 2009, 10:38 am
by steve51184
Madman wrote:
Thanks editing the about:config worked
same here
note to mods: sticky topic?
Re: won't work in firefox
Posted: August 2nd, 2009, 10:42 am
by switch
This is not a problem most users should experience unless they have messed about with about:config before.
Re: won't work in firefox
Posted: August 2nd, 2009, 11:18 am
by steve51184
oops i didn't mean the about:config trick i was talking about the config>general on to change localhost to 127.0.0.1
Re: won't work in firefox
Posted: August 2nd, 2009, 4:45 pm
by Madman
switch wrote:
This is not a problem most users should experience unless they have messed about with about:config before.
Weird, this is a fresh install of windows 7 and FF, never messed with the config, maybe a addon did it.
Re: won't work in firefox
Posted: August 2nd, 2009, 5:13 pm
by steve51184
pair of dimes wrote:
Can this stuff be added to the FAQ?
http://sabnzbd.wikidot.com/
Lots of people seem to run into this conflict.
Maybe entitle it "Why can't I see the SABnzbd page?" or "Why does SABnzbd open a blank webpage?"
more like "Why won't the web interface load" or "why does the web interface get a connection error in FF and GC" lol
Re: won't work in firefox
Posted: January 3rd, 2010, 8:25 pm
by DiRTDOG
Whats the work around for OSX 10.6.2? I disable IPv6 in network connections and its still a no go.