Hi guys,
I got a problem with my sabnzbd, if I start the program.. the internet browser opens but the page stays white for about 5 minutes, then it gets an error that the page couldn't be found. Sabnzbd is running as I see that in Task manager/processes.
I turned my NOD32 off, and also the internet monitoring system with that port 8080 issue.. tried to open port 8080 on my router, windows firewall but no luck!
Tried a other port like 8081 too..
Im using:
Windows XP, SP3
Linksys WAG200G-EU router
Sabnzbd 0.4.6
If you have any suggestions, it would be much appreciated!
Mirrage.
Sabnzbd logs:
http://www.xs4all.nl/~henk1954/cherrypy.log
http://www.xs4all.nl/~henk1954/sabnzbd.log
Browser won't load!
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.
Re: Browser won't load!
ain't working, still same problempair of dimes wrote: Try these on the same computer:
http://127.0.0.1:8080/sabnzbd
http://[::1]:8080/sabnzbd
Re: Browser won't load!
There's no need to change anything in the router or the Windows firewall.
All web-ui traffic stays inside.
It could be that there's something wrong in your host file.
Try starting SABnzbd like this (modify the shortcut).
SABnzbd.exe -s 127.0.0.1:8080 -b1
It could be that you need another port than 8080, I saw one warning in the cherrypy.log:
Possibly caused by starting SABnzbd twice.
All web-ui traffic stays inside.
It could be that there's something wrong in your host file.
Try starting SABnzbd like this (modify the shortcut).
SABnzbd.exe -s 127.0.0.1:8080 -b1
It could be that you need another port than 8080, I saw one warning in the cherrypy.log:
Code: Select all
HTTP INFO Port 8080 not free on 'localhost'Re: Browser won't load!
Or maybe the OP is using a proxy server, even for his 127.0.0.1 address.
A hard-core technical check, which the OP can surely handle as he is an xs4all csutomer ;-) is this:
and if/when he gets a response, then type something like:
and see what response he gets.
This test will circumvent windows settings, virus scanner, proxy settings, etc, etc. I've seen that ugly virusscanners like McAfee can block web traffic too, especially IPv6 traffic.
A hard-core technical check, which the OP can surely handle as he is an xs4all csutomer ;-) is this:
Code: Select all
telnet 127.0.0.1 8080Code: Select all
GET /This test will circumvent windows settings, virus scanner, proxy settings, etc, etc. I've seen that ugly virusscanners like McAfee can block web traffic too, especially IPv6 traffic.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Browser won't load!
Thnx guys! this post helped me, i've putted "-s 127.0.0.1:8080 -b1" behind "SABnzbd.exe" in theshypike wrote: There's no need to change anything in the router or the Windows firewall.
All web-ui traffic stays inside.
It could be that there's something wrong in your host file.
Try starting SABnzbd like this (modify the shortcut).
SABnzbd.exe -s 127.0.0.1:8080 -b1
It could be that you need another port than 8080, I saw one warning in the cherrypy.log:Possibly caused by starting SABnzbd twice.Code: Select all
HTTP INFO Port 8080 not free on 'localhost'
shortcut and now when I go to: http://127.0.0.1:8080/sabnzbd the browser loads!
thanks again for the fast respond and I hope to be helpfull for someone someday too!
Mirrage.
Re: Browser won't load!
Strange.
Can you
If not, what's the content of C:\WINDOWS\system32\drivers\etc\hosts? Does it have an entry for localhost like below:
Can you
Code: Select all
ping localhostCode: Select all
C:\>type \WINDOWS\system32\drivers\etc\hosts
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
C:\>
Last edited by sander on January 30th, 2009, 6:27 am, edited 1 time in total.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Browser won't load!
yep, I can ping localhost.. no problems with that..
Code: Select all
# Copyright (c) 1993-1999 Microsoft Corp.
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
# For example:
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
