#4444: broken pipe issue
------------------------------+---------------------------------------------
Reporter: vanderkerkoff | Owner: adrian
Status: reopened | Component: Core framework
Version: 0.96 | Resolution:
Keywords: broken pipe 32 | Stage: Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
------------------------------+---------------------------------------------
Changes (by anonymous):
* status: closed => reopened
* resolution: invalid =>
Comment:
I'm also getting the same of similar error from runserver.
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-
packages/django/core/servers/basehttp.py", line 273, in run
self.finish_response()
File "/usr/local/lib/python2.4/site-
packages/django/core/servers/basehttp.py", line 312, in finish_response
self.write(data)
File "/usr/local/lib/python2.4/site-
packages/django/core/servers/basehttp.py", line 396, in write
self._write(data)
File "/usr/local/lib/python2.4/socket.py", line 256, in write
self.flush()
File "/usr/local/lib/python2.4/socket.py", line 243, in flush
self._sock.sendall(buffer)
error: (32, 'Broken pipe')
It seems to work fine on my development box, but when I try to test django
on a production server (using the servers IP instead of localhost -
manage.py runserver 192.168.***.*** 8000). I've also noticed that {{
request.user.first_name }} doesn't work in my templates when on the
production server - but it does work on my dev box...
--
Ticket URL: <http://code.djangoproject.com/ticket/4444#comment:4>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---