Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webdav只能删除上层的文件?? #886

Closed
ddunniu opened this issue Apr 2, 2022 · 0 comments
Closed

webdav只能删除上层的文件?? #886

ddunniu opened this issue Apr 2, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ddunniu
Copy link

ddunniu commented Apr 2, 2022

Alist Version / Alist 版本

v2.3.1

Describe the bug / 问题描述

我用webdav客户端管理文件,只能删除盘内第一层的文件,进入文件夹再进文件夹,然后删除文件,就没反应删不掉了!

Reproduction / 复现链接

这个填啥

Logs / 日志

连着删几次
[GIN] 2022/04/02 - 08:14:53 | 207 |    162.9858ms | 192.168.137.228 | PROPFIND  "/dav/阿里云2/电影/大话西游顶级版本/大话西游之仙履奇缘 (1995)/"
[GIN] 2022/04/02 - 08:14:54 | 207 |    172.5817ms | 192.168.137.228 | PROPFIND  "/dav/阿里云2/电影/大话西游顶级版本/大话西游之月光宝盒 (1995)/"
[GIN] 2022/04/02 - 08:14:55 | 401 |            0s | 192.168.137.228 | DELETE   "/dav/阿里云2/电影/大话西游顶级版本/"
[GIN] 2022/04/02 - 08:14:55 | 401 |            0s | 192.168.137.228 | DELETE   "/dav/阿里云2/电影/大话西游顶级版本/"
[GIN] 2022/04/02 - 08:14:55 | 401 |            0s | 192.168.137.228 | DELETE   "/dav/阿里云2/电影/大话西游顶级版本/"


网页端是可以删的:

[GIN] 2022/04/02 - 08:15:46 | 207 |     11.3082ms | 192.168.137.228 | PROPFIND  "/dav/阿里云2/电影/大话西游顶级版本/大话西游之月光宝盒 (1995)/"
ERRO[2022-04-02 08:15:47] delete error: {"domain_id":"bj29","drive_id":"776534","file_id":"62468fd4ca186204a1bc40508f492a11c7255a41","async_task_id":"62468fd4ca186204a1bc40508f492a11c7255a41trash578bca154779492682f359740fbe0fae"}
ERRO[2022-04-02 08:15:47] {"domain_id":"bj29","drive_id":"776534","file_id":"62468fd4ca186204a1bc40508f492a11c7255a41","async_task_id":"62468fd4ca186204a1bc40508f492a11c7255a41trash578bca154779492682f359740fbe0fae"}
[GIN] 2022/04/02 - 08:15:47 | 405 |    101.7166ms | 192.168.137.228 | DELETE   "/dav/阿里云2/电影/大话西游顶级版本/"
[GIN] 2022/04/02 - 08:15:49 | 207 |       2.052ms | 192.168.137.228 | PROPFIND  "/dav/阿里云2/电影/"
[GIN] 2022/04/02 - 08:15:50 | 207 |      2.1824ms | 192.168.137.228 | PROPFIND  "/dav/阿里云2/电影/"
[GIN] 2022/04/02 - 08:15:57 | 401 |            0s | 192.168.137.228 | PROPFIND  "/dav/"
[GIN] 2022/04/02 - 08:15:57 | 207 |      11.392ms | 192.168.137.228 | PROPFIND  "/dav/"
[GIN] 2022/04/02 - 08:15:57 | 207 |            0s | 192.168.137.228 | PROPFIND  "/dav/"
[GIN] 2022/04/02 - 08:15:59 | 207 |       2.528ms | 192.168.137.228 | PROPFIND  "/dav/阿里云2/"
[GIN] 2022/04/02 - 08:16:01 | 207 |      1.7903ms | 192.168.137.228 | PROPFIND  "/dav/阿里云2/电影/"
[GIN] 2022/04/02 - 08:16:03 | 207 |      1.4544ms | 192.168.137.228 | PROPFIND  "/dav/阿里云2/电影/大话西游顶级版本/"
[GIN] 2022/04/02 - 08:16:03 | 207 |     11.5184ms | 192.168.137.228 | PROPFIND  "/dav/阿里云2/电影/大话西游顶级版本/大话西游之仙履奇缘 (1995)/"
[GIN] 2022/04/02 - 08:16:03 | 207 |     10.7746ms | 192.168.137.228 | PROPFIND  "/dav/阿里云2/电影/大话西游顶级版本/大话西游之月光宝盒 (1995)/"
ERRO[2022-04-02 08:16:04] delete error: {"domain_id":"bj29","drive_id":"776534","file_id":"62468fd4ca186204a1bc40508f492a11c7255a41","async_task_id":""}
ERRO[2022-04-02 08:16:04] {"domain_id":"bj29","drive_id":"776534","file_id":"62468fd4ca186204a1bc40508f492a11c7255a41","async_task_id":""}
[GIN] 2022/04/02 - 08:16:04 | 405 |     83.6272ms | 192.168.137.228 | DELETE   "/dav/阿里云2/电影/大话西游顶级版本/"


网盘根目录的文件删除成功
[GIN] 2022/04/02 - 08:19:34 | 207 |      2.7476ms | 192.168.137.228 | PROPFIND  "/dav/阿里云2/"
[GIN] 2022/04/02 - 08:19:38 | 204 |    121.2838ms | 192.168.137.228 | DELETE   "/dav/阿里云2/office6.7z"
@xhofe xhofe added the bug Something isn't working label Apr 2, 2022
@xhofe xhofe closed this as completed in d69d24a Apr 17, 2022
@xhofe xhofe mentioned this issue Apr 18, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants