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方式读取阿里云盘共享链接文件(目录),报failed get objs: failed to list objs: xxx.xxx.xx.xx #4174

Closed
2 of 4 tasks
maylag opened this issue Apr 16, 2023 · 3 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@maylag
Copy link

maylag commented Apr 16, 2023

Please make sure of the following things

  • I have read the documentation.
  • I'm sure there are no duplicate issues or discussions.
  • I'm sure it's due to alist and not something else(such as Dependencies or Operational).
  • I'm sure I'm using the latest version

Alist Version / Alist 版本

v3.12.2

Driver used / 使用的存储驱动

阿里云盘分享

Describe the bug / 问题描述

webdav方式读取阿里云盘共享链接文件(目录),报failed get objs: failed to list objs: xxx.xxx.xx.xx;详细堆栈见日志

Reproduction / 复现链接

每隔一段时间就会出现,感觉像是并发访问导致的

Logs / 日志

[31mERRO�[0m[2023-04-16 22:55:07] PROPFIND /dav/xx/xx/xx/xx/xx(这个是文件路径) xxx.xxx.xxx.xx(这个是IP地址)
failed to list objs
github.com/alist-org/alist/v3/internal/op.List.func1
/home/runner/work/alist/alist/internal/op/fs.go:120
github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).doCall.func2
/home/runner/work/alist/alist/pkg/singleflight/singleflight.go:193
github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).doCall
/home/runner/work/alist/alist/pkg/singleflight/singleflight.go:195
github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).Do
/home/runner/work/alist/alist/pkg/singleflight/singleflight.go:108
github.com/alist-org/alist/v3/internal/op.List
/home/runner/work/alist/alist/internal/op/fs.go:117
github.com/alist-org/alist/v3/internal/fs.list
/home/runner/work/alist/alist/internal/fs/list.go:25
github.com/alist-org/alist/v3/internal/fs.List
/home/runner/work/alist/alist/internal/fs/fs.go:17
github.com/alist-org/alist/v3/server/webdav.walkFS
/home/runner/work/alist/alist/server/webdav/file.go:87
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePropfind
/home/runner/work/alist/alist/server/webdav/webdav.go:645
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
/home/runner/work/alist/alist/server/webdav/webdav.go:72
github.com/alist-org/alist/v3/server.ServeWebDAV
/home/runner/work/alist/alist/server/webdav.go:43
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174
github.com/alist-org/alist/v3/server.WebDAVAuth
/home/runner/work/alist/alist/server/webdav.go:92
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/home/runner/work/alist/alist/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.19.6/x64/src/net/http/server.go:2947
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.19.6/x64/src/net/http/server.go:1991
runtime.goexit
/opt/hostedtoolcache/go/1.19.6/x64/src/runtime/asm_amd64.s:1594
failed get objs

@maylag maylag added the bug Something isn't working label Apr 16, 2023
@welcome
Copy link

welcome bot commented Apr 16, 2023

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

@anwen-anyi
Copy link
Contributor

阿里云盘分享已不维护

@xhofe xhofe added the wontfix This will not be worked on label Apr 17, 2023
@github-actions
Copy link

Hello @maylag, this issue will not be worked on and will be closed.
你好 @maylag,这不会被处理,将被关闭。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants