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
Describe the bug
Rclone fails to write files via webdav with error 2024/11/23 22:44:31 ERROR : Attempt 1/3 failed with 1 errors and: read metadata failed: <pre>[Errno 20] Not a directory: b'/test.txt'
Server log
19:43:47.436 10.88.0.1 52024 PFIND /test.txt @*
19:43:47.438 10.88.0.1 52024 httpcli.py:657 <run>: return self.handle_propfind() and self.keepalive
httpcli.py:1428 <handle_propfind>: _, vfs_ls, vfs_virt = vn.ls(
authsrv.py:605 <_ls>: real = list(statdir(self.log, scandir, lstat, abspath, throw))
util.py:2759 <statdir>: with os.scandir(btop) as dh:
[NotADirectoryError] [Errno 20] Not a directory: b'/tmp/test.txt', test.txt
To Reproduce
Start server with docker sudo docker run --rm -p 3923:3923 docker.io/copyparty/ac:latest -v /tmp::A
Copy file to server rclone copy test.txt test:/ --log-level INFO
Expected behavior
File is written successfully without retrying
Server details
Latest ac container from docker hub
Describe the bug
Rclone fails to write files via webdav with error
2024/11/23 22:44:31 ERROR : Attempt 1/3 failed with 1 errors and: read metadata failed: <pre>[Errno 20] Not a directory: b'/test.txt'
Server log
To Reproduce
sudo docker run --rm -p 3923:3923 docker.io/copyparty/ac:latest -v /tmp::A
rclone copy test.txt test:/ --log-level INFO
Expected behavior
File is written successfully without retrying
Server details
Latest ac container from docker hub
Client details
Additional context
rclone.conf
Requests
The text was updated successfully, but these errors were encountered: