alist icon indicating copy to clipboard operation
alist copied to clipboard

failed get objs: failed to list objs: PROPFIND /: 403

Open yggcwx opened this issue 1 year ago • 3 comments

Please make sure of the following things

  • [X] I have read the documentation. 我已经阅读了文档

  • [X] I'm sure there are no duplicate issues or discussions. 我确定没有重复的issue或讨论。

  • [X] I'm sure it's due to AList and not something else(such as Network ,Dependencies or Operational). 我确定是AList的问题,而不是其他原因(例如网络依赖操作)。

  • [X] I'm sure this issue is not fixed in the latest version. 我确定这个问题在最新版本中没有被修复。

AList Version / AList 版本

v3.33.0

Driver used / 使用的存储驱动

webdav

Describe the bug / 问题描述

003 微信图片_20240405153741 私有部署的cloudreve,webdav通过其它客户端连接没问题,包括windows资源管理器都可以正常连接。但在本地alist程序中以webdav方式挂载cloudreve后,一直显示“failed get objs: failed to list objs: PROPFIND /: 403”。用官方文档里有关错误提示的解决方案无效。

Reproduction / 复现链接

http://127.0.0.1:5244/零维云盘

Config / 配置

[GIN] 2024/04/05 - 15:35:51 | 200 | 384.7µs | 127.0.0.1 | GET "/" [GIN] 2024/04/05 - 15:35:51 | 200 | 0s | 127.0.0.1 | GET "/api/me" [GIN] 2024/04/05 - 15:35:52 | 200 | 0s | 127.0.0.1 | GET "/api/public/settings" [GIN] 2024/04/05 - 15:35:52 | 200 | 0s | 127.0.0.1 | GET "/api/me" [GIN] 2024/04/05 - 15:35:52 | 200 | 0s | 127.0.0.1 | POST "/api/fs/get" [GIN] 2024/04/05 - 15:35:52 | 200 | 0s | 127.0.0.1 | GET "/api/public/offline_download_tools" [GIN] 2024/04/05 - 15:35:52 | 200 | 1.0009ms | 127.0.0.1 | POST "/api/fs/list" ERRO[2024-04-05 15:35:53] fs/list: PROPFIND /: 403 failed to list objs github.com/alist-org/alist/v3/internal/op.List.func1 /source/internal/op/fs.go:127 github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).doCall.func2 /source/pkg/singleflight/singleflight.go:193 github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).doCall /source/pkg/singleflight/singleflight.go:195 github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).Do /source/pkg/singleflight/singleflight.go:108 github.com/alist-org/alist/v3/internal/op.List /source/internal/op/fs.go:124 github.com/alist-org/alist/v3/internal/fs.list /source/internal/fs/list.go:25 github.com/alist-org/alist/v3/internal/fs.List /source/internal/fs/fs.go:22 github.com/alist-org/alist/v3/server/handles.FsList /source/server/handles/fsread.go:86 github.com/gin-gonic/gin.(*Context).Next /go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174 github.com/alist-org/alist/v3/server/middlewares.Auth /source/server/middlewares/auth.go:73 github.com/gin-gonic/gin.(*Context).Next /go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174 github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded /source/server/middlewares/check.go:14 github.com/gin-gonic/gin.(*Context).Next /go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1 /go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:102 github.com/gin-gonic/gin.(*Context).Next /go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174 github.com/gin-gonic/gin.LoggerWithConfig.func1 /go/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:240 github.com/gin-gonic/gin.(*Context).Next /go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174 github.com/gin-gonic/gin.(*Engine).handleHTTPRequest /go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:620 github.com/gin-gonic/gin.(*Engine).ServeHTTP /go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:576 net/http.serverHandler.ServeHTTP /usr/local/go/src/net/http/server.go:2938 net/http.(*conn).serve /usr/local/go/src/net/http/server.go:2009 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 ERRO[2024-04-05 15:35:53] failed list /零维云盘: PROPFIND /: 403 failed to list objs github.com/alist-org/alist/v3/internal/op.List.func1 /source/internal/op/fs.go:127 github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).doCall.func2 /source/pkg/singleflight/singleflight.go:193 github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).doCall /source/pkg/singleflight/singleflight.go:195 github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).Do /source/pkg/singleflight/singleflight.go:108 github.com/alist-org/alist/v3/internal/op.List /source/internal/op/fs.go:124 github.com/alist-org/alist/v3/internal/fs.list /source/internal/fs/list.go:25 github.com/alist-org/alist/v3/internal/fs.List /source/internal/fs/fs.go:22 github.com/alist-org/alist/v3/server/handles.FsList /source/server/handles/fsread.go:86 github.com/gin-gonic/gin.(*Context).Next /go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174 github.com/alist-org/alist/v3/server/middlewares.Auth /source/server/middlewares/auth.go:73 github.com/gin-gonic/gin.(*Context).Next /go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174 github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded /source/server/middlewares/check.go:14 github.com/gin-gonic/gin.(*Context).Next /go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1 /go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:102 github.com/gin-gonic/gin.(*Context).Next /go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174 github.com/gin-gonic/gin.LoggerWithConfig.func1 /go/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:240 github.com/gin-gonic/gin.(*Context).Next /go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174 github.com/gin-gonic/gin.(*Engine).handleHTTPRequest /go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:620 github.com/gin-gonic/gin.(*Engine).ServeHTTP /go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:576 net/http.serverHandler.ServeHTTP /usr/local/go/src/net/http/server.go:2938 net/http.(*conn).serve /usr/local/go/src/net/http/server.go:2009 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 failed get objs [GIN] 2024/04/05 - 15:35:53 | 200 | 237.8288ms | 127.0.0.1 | POST "/api/fs/list"

Logs / 日志

002

yggcwx avatar Apr 05 '24 07:04 yggcwx

Thanks for opening your first issue here! Be sure to follow the issue template!

welcome[bot] avatar Apr 05 '24 07:04 welcome[bot]

See

  1. 75% #5588
  2. 75% #1732
  3. 70% #1739
  4. 69% #5767
  5. 64% #6171
  6. 64% #1843
  7. 57% #3521
  8. 56% #3164
  9. 52% #5046

github-actions[bot] avatar Apr 05 '24 07:04 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar May 19 '24 09:05 stale[bot]

Hello @, this issue was closed due to inactive more than 52 days. You can reopen or recreate it if you think it should continue. Thank you for your contributions again.

github-actions[bot] avatar May 29 '24 00:05 github-actions[bot]

我也遇到了

jaychou11177 avatar Jun 25 '24 04:06 jaychou11177

怎么解决这个问题呢?

AthesFrey avatar Jun 27 '24 16:06 AthesFrey