Test Server with news.kpn.nl (without username/password) on a non-KPN DSL connection results in a time-out / no message in the WebGUI, and this on the stdout/stderr
Code: Select all
2011-06-29 11:52:45,212::DEBUG::[misc:802] Checked for a new release, cur= 60599, latest= 60599 (on https://sourceforge.net/projects/sabnzbdplus/files/sabnzbdplus/sabnzbd-0.6.5)
2011-06-29 11:53:13,056::INFO::[_cplogging:55] [29/Jun/2011:11:53:13] HTTP
Request Headers:
REFERER: http://localhost:8080/sabnzbd/config/server/
Content-Length: 188
ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
USER-AGENT: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
CONNECTION: keep-alive
COOKIE: plushContainerWidth=100%25; plushNoTopMenu=0; session_id=8b66491777fd4a01c7987a9a80a2e202fc98201d
Remote-Addr: ::ffff:127.0.0.1
PRAGMA: no-cache
X-REQUESTED-WITH: XMLHttpRequest
HOST: localhost:8080
CACHE-CONTROL: no-cache
ACCEPT: */*
ACCEPT-LANGUAGE: en-us,en;q=0.5
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
ACCEPT-ENCODING: gzip, deflate
2011-06-29 11:53:13,060::DEBUG::[_cplogging:55] [29/Jun/2011:11:53:13] HTTP Traceback (most recent call last):
File "/home/sander/Downloads/SABnzbd-0.6.5/cherrypy/_cprequest.py", line 618, in respond
cherrypy.response.body = self.handler()
File "/home/sander/Downloads/SABnzbd-0.6.5/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/home/sander/Downloads/SABnzbd-0.6.5/sabnzbd/interface.py", line 388, in tapi
return api_handler(kwargs)
File "/home/sander/Downloads/SABnzbd-0.6.5/sabnzbd/api.py", line 84, in api_handler
response = _api_table.get(mode, _api_undefined)(name, output, kwargs)
File "/home/sander/Downloads/SABnzbd-0.6.5/sabnzbd/api.py", line 616, in _api_config
return _api_config_table.get(name, _api_config_undefined)(output, kwargs)
File "/home/sander/Downloads/SABnzbd-0.6.5/sabnzbd/api.py", line 676, in _api_config_test_server
result, msg = test_nntp_server_dict(kwargs)
File "/home/sander/Downloads/SABnzbd-0.6.5/sabnzbd/utils/servertests.py", line 52, in test_nntp_server_dict
password=password, ssl=ssl)
File "/home/sander/Downloads/SABnzbd-0.6.5/sabnzbd/utils/servertests.py", line 112, in test_nntp_server
code = nw.lines[0][:3]
IndexError: list index out of range
Code: Select all
sander@R540:~$ telnet news.kpn.nl nntp
Trying 213.75.12.10...
Connected to nova.planet.nl.
Escape character is '^]'.
502 news.kpn.nl: Access denied to your node
Connection closed by foreign host.
sander@R540:~$

