Hello!
I have the same pain as described!
Some file uploads end with :
Traceback (most recent call last):
File "D:\a\w2p\gluon\main.py", line 410, in wsgibase
parse_get_post_vars(request, environ)
File "D:\a\w2p\gluon\main.py", line 266, in parse_get_post_vars
request.body = copystream_progress(request) ### stores request body
File "D:\a\w2p\gluon\main.py", line 134, in copystream_progress
copystream(source, dest, size, chunk_size)
File "D:\a\w2p\gluon\fileutils.py", line 331, in copystream
data = src.read(chunk_size)
File "C:\a\Python\lib\socket.py", line 351, in read
data = self._sock.recv(left)
timeout: timed out
It is only for uploads of images (photos)
Text-only updates goes fine.
>From the localnet it is all right.
Server: Windows Server 2003, web2py from source on the rocket
web2py™ Version 1.94.6 (2011-03-27 18:20:38) Python Python 2.6.2
The same error with and w/o proxy
Help, please!