Re: IOError: request data read error (revisited)

2009-05-26 Thread Jeff FW
Well, that sounds reasonable. The traffic to my site should (hopefully) be growing over the next few months--I'll just wait and see if it happens more often. I guess if the users aren't getting an error message (and thus thinking that there's something wrong with the site, or that they did somet

Re: IOError: request data read error (revisited)

2009-05-25 Thread Graham Dumpleton
On May 25, 4:53 am, Jeff FW wrote: > Thanks for your response. Sorry I didn't respond earlier--been quite > busy. > > I don't know for certain that anyone's seeing a 500 response--I get an > e-mail from Django (traceback below) and an error in the Apache logs > (below).  I've never received an

Re: IOError: request data read error (revisited)

2009-05-24 Thread Jeff FW
Thanks for your response. Sorry I didn't respond earlier--been quite busy. I don't know for certain that anyone's seeing a 500 response--I get an e-mail from Django (traceback below) and an error in the Apache logs (below). I've never received an actual error report from a user (and most of my u

Re: IOError: request data read error (revisited)

2009-05-21 Thread Graham Dumpleton
On May 22, 12:31 pm, Jeff FW wrote: > I've had the same problem, and can't figure out how to resolve it.  It > seems to have nothing to do with the amount of data being transfered: > it happens occasionally on the smallest of page requests/responses. > It also doesn't seem to be related to brow

Re: IOError: request data read error (revisited)

2009-05-21 Thread Jeff FW
I've had the same problem, and can't figure out how to resolve it. It seems to have nothing to do with the amount of data being transfered: it happens occasionally on the smallest of page requests/responses. It also doesn't seem to be related to browser, unless several different versions of IE *a

Re: IOError: request data read error (revisited)

2009-03-31 Thread Graham Dumpleton
On Apr 1, 1:34 am, akaihola wrote: > We ran into the same issue Chunlei Wu described in January[1]. A user > was trying to upload large files and all we got were 500 errors by e- > mail: > >   File "/home/citedesarts/src/django/django/http/multipartparser.py", > line 406, in read > IOError: req

IOError: request data read error (revisited)

2009-03-31 Thread akaihola
We ran into the same issue Chunlei Wu described in January[1]. A user was trying to upload large files and all we got were 500 errors by e- mail: File "/home/citedesarts/src/django/django/http/multipartparser.py", line 406, in read IOError: request data read error The user was on a public libr