We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
alist
Dependencies
Operational
v3.12.2
阿里云盘分享
webdav方式读取阿里云盘共享链接文件(目录),报failed get objs: failed to list objs: xxx.xxx.xx.xx;详细堆栈见日志
每隔一段时间就会出现,感觉像是并发访问导致的
[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
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the issue template!
Sorry, something went wrong.
阿里云盘分享已不维护
Hello @maylag, this issue will not be worked on and will be closed. 你好 @maylag,这不会被处理,将被关闭。
No branches or pull requests
Please make sure of the following things
alist
and not something else(such asDependencies
orOperational
).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
The text was updated successfully, but these errors were encountered: