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
Traceback (most recent call last):
File "davput.py", line 24, in
print webdav.ls()
File "/usr/local/lib/python2.7/dist-packages/easywebdav/client.py", line 176, in ls
response = self._send('PROPFIND', remote_path, (207, 301), headers=headers)
File "/usr/local/lib/python2.7/dist-packages/easywebdav/client.py", line 100, in _send
raise OperationFailed(method, path, expected_code, response.status_code)
easywebdav.client.OperationFailed: Failed to list directory ".".
Operation : PROPFIND .
Expected code : 207 UNKNOWN, 301 Moved Permanently
Actual code : 302 Found
Are you calling connect with the full web address or just the part after the protocol? If found that the member initilizer of Client concatenates the protocol, host, and port together to form the baseurl.
Traceback (most recent call last):
File "davput.py", line 24, in
print webdav.ls()
File "/usr/local/lib/python2.7/dist-packages/easywebdav/client.py", line 176, in ls
response = self._send('PROPFIND', remote_path, (207, 301), headers=headers)
File "/usr/local/lib/python2.7/dist-packages/easywebdav/client.py", line 100, in _send
raise OperationFailed(method, path, expected_code, response.status_code)
easywebdav.client.OperationFailed: Failed to list directory ".".
Operation : PROPFIND .
Expected code : 207 UNKNOWN, 301 Moved Permanently
Actual code : 302 Found
The WebDAV address used is of the format: https://d.docs.live.net/(cid here)/
The text was updated successfully, but these errors were encountered: