Im work fine, time ago and on one moment i have this error:

Exception happened during processing of request from ('127.0.0.1', 34110)
Traceback (most recent call last):
  File "/usr/lib/python2.4/SocketServer.py", line 222, in handle_request
    self.process_request(request, client_address)
  File "/usr/lib/python2.4/SocketServer.py", line 241, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python2.4/SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File
"/usr/lib/python2.4/site-packages/django/core/servers/basehttp.py", line
554, in __init__
    BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
  File "/usr/lib/python2.4/SocketServer.py", line 521, in __init__
    self.handle()
  File
"/usr/lib/python2.4/site-packages/django/core/servers/basehttp.py", line
595, in handle
    if not self.parse_request(): # An error code has been sent, just exit
  File "/usr/lib/python2.4/BaseHTTPServer.py", line 276, in parse_request
    self.send_error(400, "Bad request syntax (%r)" % requestline)
  File "/usr/lib/python2.4/BaseHTTPServer.py", line 340, in send_error
    self.log_error("code %d, message %s", code, message)
  File "/usr/lib/python2.4/BaseHTTPServer.py", line 411, in log_error
    self.log_message(*args)
  File
"/usr/lib/python2.4/site-packages/django/core/servers/basehttp.py", line
603, in log_message
    if self.path.startswith(self.admin_media_prefix) or self.path ==
'/favicon.ico':
AttributeError: WSGIRequestHandler instance has no attribute 'path'
----------------------------------------

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to