Here's my stack trace

[13/Nov/2010 16:01:55] "GET /accounts/login/ HTTP/1.1" 200 6544
----------------------------------------
Exception happened during processing of request from ('127.0.0.1',
2223)
Traceback (most recent call last):
  File "C:\Python27\lib\SocketServer.py", line 284, in
_handle_request_noblock
    self.process_request(request, client_address)
  File "C:\Python27\lib\SocketServer.py", line 310, in process_request
    self.finish_request(request, client_address)
  File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\Python27\lib\site-packages\django\core\servers
\basehttp.py", line 562, in __init__
    BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
  File "C:\Python27\lib\SocketServer.py", line 639, in __init__
    self.handle()
  File "C:\Python27\lib\site-packages\django\core\servers
\basehttp.py", line 602, in handle
    self.raw_requestline = self.rfile.readline()
  File "C:\Python27\lib\socket.py", line 445, in readline
----------------------------------------
    data = self._sock.recv(self._rbufsize)
error: [Errno 10054] An existing connection was forcibly closed by the
remote host



On Sep 20, 8:07 am, TheIvIaxx <theivi...@gmail.com> wrote:
> The server will hang once this occurs.  Seems to only happen with ajax
> requests though.  Also, when it occurs, if I go into Internet Options> 
> Connection > LAN settings and simply hit Ok, then it finishes the
>
> request.  I dont change anything, just open the settings and hit ok.
> No proxy stuff in there.
>
> Chrome uses the same network stack as IE, i thought, so i'm not sure
> what the deal is.
>
> IE's even more painful to develop for :)
>
> On Sep 18, 5:02 am, Ramiro Morales <cra...@gmail.com> wrote:
>
>
>
>
>
>
>
> > On Fri, Sep 17, 2010 at 8:11 PM, TheIvIaxx <theivi...@gmail.com> wrote:
> > > Hello all, I just downloaded the IE9 beta to see if everything worked
> > > as expected.  However when going to 127.0.0.1 with IE9 using the
> > > django dev server, i get:
>
> > > [Errno 10054] An existing connection was forcibly closed by the remote
> > > host
>
> > > Not sure what is going on.  Any ideas?
>
> > Does this cause any functional problem at all? Or simply.
> > is that error message printed to the console?
>
> > --
> > Ramiro Morales  | http://rmorales.net

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

Reply via email to