Every once in a while I get the following ticket. Its random, any ideas?

Traceback (most recent call last):
  File "gluon/main.py", line 396, in wsgibase
    request.body = copystream_progress(request) ### stores request body
  File "gluon/main.py", line 143, in copystream_progress
    copystream(source, dest, size, chunk_size)
  File "gluon/fileutils.py", line 302, in copystream
    data = src.read(size)
IOError: request data read error

-Thadeus

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to