#9582: Unhandled exception in runserver (when losing network file?)
---------------------------------+------------------------------------------
Reporter: MattLabbe | Owner: nobody
Status: new | Milestone:
Component: Uncategorized | Version: 1.0
Keywords: exception runserver | Stage: Unreviewed
Has_patch: 0 |
---------------------------------+------------------------------------------
I suspect it is caused by losing network connection to the file to serve.
Trace:
{{{
Unhandled exception in thread started by <function inner_run at
0x7fb88ed4>
Traceback (most recent call last):
File "/usr/lib/python2.5/site-
packages/django/core/management/commands/runserver.py", line 61, in
inner_run
run(addr, int(port), handler)
File "/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py",
line 665, in run
httpd.serve_forever()
File "/tmp/python.6884/usr/lib/python2.5/SocketServer.py", line 201, in
serve_forever
File "/tmp/python.6884/usr/lib/python2.5/SocketServer.py", line 218, in
handle_request
AttributeError: 'NoneType' object has no attribute 'error'
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/9582>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---