On 9/5/06, limodou <[EMAIL PROTECTED]> wrote: > > Sometimes I will get below error message, but not each request I could > get this, but it occurs very often, I don't know why? I'm working in > windows XP, python 2.4.3, django trunk version. Has anyone also > encountered this problem? > > [05/Sep/2006 19:48:56] "GET /site_media/cbc/syntax/Scripts/shBrushXml.js > HTTP/1. > 1" 200 1899 > Traceback (most recent call last): > File > "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\ > basehttp.py", line 273, in run > self.finish_response() > File > "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\ > basehttp.py", line 312, in finish_response > self.write(data) > File > "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\ > basehttp.py", line 391, in write > self.send_headers() > File > "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\ > basehttp.py", line 443, in send_headers > self.send_preamble() > File > "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\ > basehttp.py", line 372, in send_preamble > self._write( > File "C:\Python24\lib\socket.py", line 256, in write > self.flush() > File "C:\Python24\lib\socket.py", line 243, in flush > self._sock.sendall(buffer) > error: (10053, 'Software caused connection abort') >
I tend to see this error when doing development with the dev server, and adding a related entry in the Admin (ie. clicking on the green "plus", adding something in the popup, and pressing Save). The data always goes into the db, but the popup fails to go away (and I see that error). Jay P. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users -~----------~----~----~----~------~----~------~--~---

