[read4me-users] Trying to approve your FF extension
Brought to you by:
bennetbrower
From: Jan K. <ja...@ke...> - 2006-10-19 14:39:17
|
Hi, I'm currently trying your FF extension. I have some trouble, but it's probably more about the server then the extension that is not working .. Do you have a public test-server I could use for testing the extension? I'll also post some debug-infos here, so maybe you can tell me what's wrong here :) I'm *not subscribed* to this list, so please CC me directly for any reply= =2E cu, Jan The RSS Feeds i entered: http://rss.slashdot.org/Slashdot/slashdot http://www.computerbase.de/rss/news.xml Server URL: http://localhost:8080/ Pressing 'Retrieve' brings up a big message box with title "Alert". It contains HTML-Code with <title>404 Not Found</title> some styles, a body with <h2>404 Not Found</h2> and a div in the end with Powered by CherryPy here my server-console output: -- cut server output -- janlap:/home/jan# /root/bin/read4me /root/lib/python2.4/site-packages/read4me/read4me.py:39: DeprecationWarning: cherrypy.lib.filter has been superseded by cherrypy.filters and will be removed in CP 2.3 from cherrypy.lib.filter import basefilter 19/Oct/2006:16:26:04 CONFIG INFO Server parameters: 19/Oct/2006:16:26:04 CONFIG INFO server.environment: production 19/Oct/2006:16:26:04 CONFIG INFO server.log_to_screen: True 19/Oct/2006:16:26:04 CONFIG INFO server.log_file: 19/Oct/2006:16:26:04 CONFIG INFO server.log_tracebacks: True 19/Oct/2006:16:26:04 CONFIG INFO server.log_request_headers: False 19/Oct/2006:16:26:04 CONFIG INFO server.protocol_version: HTTP/1.0 19/Oct/2006:16:26:04 CONFIG INFO server.socket_host: 19/Oct/2006:16:26:04 CONFIG INFO server.socket_port: 8080 19/Oct/2006:16:26:04 CONFIG INFO server.socket_file: 19/Oct/2006:16:26:04 CONFIG INFO server.reverse_dns: False 19/Oct/2006:16:26:04 CONFIG INFO server.socket_queue_size: 5 19/Oct/2006:16:26:04 CONFIG INFO server.thread_pool: 10 19/Oct/2006:16:26:04 HTTP INFO Serving HTTP on http://localhost:8080/ 19/Oct/2006:16:26:31 HTTP INFO Page handler: "The path '/' was not found.= " Traceback (most recent call last): File "/var/lib/python-support/python2.4/cherrypy/_cphttptools.py", line 105, in _run self.main() File "/var/lib/python-support/python2.4/cherrypy/_cphttptools.py", line 246, in main page_handler, object_path, virtual_path =3D self.mapPathToObject(path= ) File "/var/lib/python-support/python2.4/cherrypy/_cphttptools.py", line 312, in mapPathToObject raise cherrypy.NotFound(objectpath) NotFound: 404 127.0.0.1 - - [19/Oct/2006:16:26:31] "POST /?format=3Dxml&action=3Dgetlin= ks HTTP/1.1" 404 714 "" "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1) Gecko/20061010 Firefox/2.0" 19/Oct/2006:16:29:06 HTTP INFO Page handler: "The path '/' was not found.= " Traceback (most recent call last): File "/var/lib/python-support/python2.4/cherrypy/_cphttptools.py", line 105, in _run self.main() File "/var/lib/python-support/python2.4/cherrypy/_cphttptools.py", line 246, in main page_handler, object_path, virtual_path =3D self.mapPathToObject(path= ) File "/var/lib/python-support/python2.4/cherrypy/_cphttptools.py", line 312, in mapPathToObject raise cherrypy.NotFound(objectpath) NotFound: 404 -- end cut -- |