This error happens when you are loading a page, then switch to loading a different one. Your browser discards the current connection to load the new page. The dev server complains about the old connection being dropped, then happily serves the next one. This isn't a problem.
Alex On Thu, Jul 22, 2010 at 10:29 AM, RT <[email protected]> wrote: > Hmm, its strange though because the page always ends up loading after > the error. I guess I have some more debugging to do. Thanks! > > On Jul 21, 12:54 pm, Bruce Kroeze <[email protected]> wrote: >> It means you stopped loading the page. No recipient, so the pipe is broken. >> >> >> >> On Wed, Jul 21, 2010 at 12:23 PM, RT <[email protected]> wrote: >> > This has been popping up occasionally in the development server, does >> > anyone know what it means? >> >> > File "/usr/local/lib/python2.6/socket.py", line 286, in flush >> > self._sock.sendall(buffer) >> > error: [Errno 32] Broken pipe >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "Satchmo users" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]<satchmo-users%[email protected]> >> > . >> > For more options, visit this group at >> >http://groups.google.com/group/satchmo-users?hl=en. >> >> -- >> Bruce Kroezehttp://www.ecomsmith.com >> It's time to hammer your site into shape. > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo 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/satchmo-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en.
