You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Config PyWebDAV: server.py -H 192.168.2.150 -D d:/IIS_App/WebDev/ -P 28888 -u
admin -p admin -l debug
2.Open word office client with url :"http://192.168.2.150:28888/a1.docx"
3.Error info:
Exception happened during processing of request from ('192.168.2.150', 3942)
Traceback (most recent call last):
File "C:\Python27\lib\SocketServer.py", line 582, in process_request_thread
self.finish_request(request, client_address)
File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python27\lib\SocketServer.py", line 638, in __init__
self.handle()
File "C:\Python27\lib\BaseHTTPServer.py", line 342, in handle
self.handle_one_request()
File "C:\Python27\lib\BaseHTTPServer.py", line 310, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
File "C:\Python27\lib\socket.py", line 476, in readline
data = self._sock.recv(self._rbufsize)
error: [Errno 10053]
What is the expected output? What do you see instead?
I hope open a word in office client.
What version of the product are you using? On what operating system?
Product:PyWebDAV-0.9.8.tar,OS:windows 7
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 9 Aug 2012 at 3:36
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Aug 2012 at 3:36The text was updated successfully, but these errors were encountered: