durusmail: quixote-users: error: uncaptured python exception
error: uncaptured python exception
2003-07-06
error: uncaptured python exception
Ricardo Niederberger Cabral
2003-07-05
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
 (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 

reply