[Medusa-dev] error: uncaptured python exception

Ricardo Niederberger Cabral ncabral at terra.com.br
Sat Jul 5 13:45:08 EDT 2003


Hi,

I'm publishing a Quixote app using the medusa http server and I accidentally requested an url this way:
(medusa-0.5.3 and Quixote-0.6b6)

$ links 127.0.0.1:8080/\ 

(i believe most browsers would trim that trailing space char)

All i got from links was "Error reading from socket", and on the Quixote error log I get 4 lines like this one:

error: uncaptured python exception, closing channel <medusa.http_server.http_channel connected 127.0.0.1:42329 at 0x851d1c4 channel#: 37 requests:0> (exceptions.AttributeError:'NoneType' object has no attribute 'end' [/usr/lib/python2.2/asyncore.py|poll|99] [/usr/lib/python2.2/asyncore.py|handle_read_event|396] [/usr/lib/python2.2/asynchat.py|handle_read|130] [/usr/lib/python2.2/site-packages/medusa/http_server.py|found_terminator|476] [/usr/lib/python2.2/site-packages/medusa/http_server.py|crack_request|700])

after that medusa still works fine, so I don't know if this is really important at all.

Sorry if this has already been reported.

Best regards,
-- 
rnc <nieder|at|mail.ru>



More information about the Medusa-dev mailing list