Since our move to a private server, I have received three emails about 'request
data read errors' while saving a participant's availability. Not sure what is
happening here. Maybe at the onunload event a request is made but not finished?
Traceback (most recent call last):
File "/home/sander/tmp/dkp-db/django/core/handlers/base.py", line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/sander/deploy/pleft/plapp/views.py", line 360, in set_availability
appointment, user, invitee = _get_appointment_or_404(request)
File "/home/sander/deploy/pleft/plapp/views.py", line 41, in _get_appointment_or_404
params = request.POST
File "/home/sander/tmp/dkp-db/django/core/handlers/wsgi.py", line 171, in _get_post
self._load_post_and_files()
File "/home/sander/tmp/dkp-db/django/core/handlers/wsgi.py", line 151, in _load_post_and_files
self._post, self._files = http.QueryDict(self.raw_post_data, encoding=self._encoding), datastructures.MultiValueDict()
File "/home/sander/tmp/dkp-db/django/core/handlers/wsgi.py", line 205, in _get_raw_post_data
size=content_length)
File "/home/sander/tmp/dkp-db/django/core/handlers/wsgi.py", line 69, in safe_copyfileobj
buf = fsrc.read(min(length, size))
IOError: request data read error
Original issue reported on code.google.com by sander.d...@gmail.com on 9 Mar 2011 at 11:56
Original issue reported on code.google.com by
sander.d...@gmail.com
on 9 Mar 2011 at 11:56