Note that there are some explanatory texts on larger screens.

plurals
  1. PODjango runserver keeps timing out on osx lion
    text
    copied!<p>I'm having issues with runserver on osx lion. Static assets won't transfer randomly, and I occasionally get this message:</p> <pre><code>---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 57555) Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock self.process_request(request, client_address) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 310, in process_request self.finish_request(request, client_address) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 323, in finish_request self.RequestHandlerClass(request, client_address, self) File "/Users/ehutch79/pyenv/sd/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 570, in __init__ BaseHTTPRequestHandler.__init__(self, *args, **kwargs) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 639, in __init__ self.handle() File "/Users/ehutch79/pyenv/sd/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 610, in handle self.raw_requestline = self.rfile.readline() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 447, in readline data = self._sock.recv(self._rbufsize) timeout: timed out ---------------------------------------- </code></pre> <p>It's very inconsistant. Google searches have revealed nothing. Does anyone have any idea what might be causing it?</p> <p>It doesn't seem to be the browser, as i've seen it in both chrome, locally, and ie and chrome on a remote box.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload