Exception on upload
Kent Johnson <[email protected]> Tue, 6 Apr 2004 20:14:39 -0400
| Newsgroups | gmane.comp.python.pyds.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I have been using PyDS for a week or two now and I like it a lot. But I am getting a exceptions in the error log on file upload like this:
Background thread exception PyDS.timeoutsocket.Timeout: Recv timed outException instance __dict__: {'args': ('Recv timed out',)}
C:\Python23\lib\site-packages\PyDS\Tool.py[1297] in thunk
C:\Python23\lib\site-packages\PyDS\UpstreamTool.py[280] in _initthread
C:\Python23\lib\site-packages\PyDS\UpstreamTool.py[770] in saveMultipleFiles
C:\Python23\lib\site-packages\PyDS\UpstreamTool.py[756] in upstreamMultipleFiles
C:\Python23\lib\site-packages\PyDS\XSSDriver.py[268] in upstreamMultipleFiles
C:\Python23\lib\xmlrpclib.py[1029] in __call__
C:\Python23\lib\xmlrpclib.py[1316] in __request
C:\Python23\lib\xmlrpclib.py[1064] in request
C:\Python23\lib\httplib.py[1025] in getreply
C:\Python23\lib\httplib.py[779] in getresponse
C:\Python23\lib\httplib.py[273] in begin
C:\Python23\lib\httplib.py[231] in _read_status
C:\Python23\lib\site-packages\PyDS\timeoutsocket.py[378] in readline
C:\Python23\lib\site-packages\PyDS\timeoutsocket.py[298] in recv
If I check the cloud it seems to have uploaded the files OK.
Another complaint is that PyDS can be quite slow to respond to the browser sometimes.
I am using Win2K.
Thanks for any help,
Kent