-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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上传大文件会报错 #5973
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
See |
看了一下,貌似不是同一种情况 |
如果用的是rclone 加--timeout 0 参数即可 |
回头试试,之前用rclone挂载上传有问题,后面换成群晖的cloudsync也有这个问题 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please make sure of the following things
I have read the documentation.
我已经阅读了文档。
I'm sure there are no duplicate issues or discussions.
我确定没有重复的issue或讨论。
I'm sure it's due to
AList
and not something else(such as Network ,Dependencies
orOperational
).我确定是
AList
的问题,而不是其他原因(例如网络,依赖
或操作
)。I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3.30.0
Driver used / 使用的存储驱动
quark
Describe the bug / 问题描述
挂载webdav上传大文件会报错,文件大概2G左右,试过挂载阿里云和夸克都会报错
Reproduction / 复现链接
无
Config / 配置
Logs / 日志
ERRO[2024-01-30 13:02:26] PUT /dav/quark/PVE/dump/vzdump-qemu-100-2024_01_30-20_33_53.vma.zst up status: 0, error: github.com/alist-org/alist/v3/internal/op.Put /home/runner/work/alist/alist/internal/op/fs.go:580 github.com/alist-org/alist/v3/internal/fs.putDirectly /home/runner/work/alist/alist/internal/fs/put.go:70 github.com/alist-org/alist/v3/internal/fs.PutDirectly /home/runner/work/alist/alist/internal/fs/fs.go:97 github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut /home/runner/work/alist/alist/server/webdav/webdav.go:341 github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP /home/runner/work/alist/alist/server/webdav/webdav.go:65 github.com/alist-org/alist/v3/server.ServeWebDAV /home/runner/work/alist/alist/server/webdav.go:46 github.com/gin-gonic/gin.(*Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/alist-org/alist/v3/server.WebDAVAuth /home/runner/work/alist/alist/server/webdav.go:113 github.com/gin-gonic/gin.(*Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/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/gin@v1.9.1/context.go:174 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1 /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102 github.com/gin-gonic/gin.(*Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/gin-gonic/gin.LoggerWithConfig.func1 /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240 github.com/gin-gonic/gin.(*Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/gin-gonic/gin.(*Engine).handleHTTPRequest /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620 github.com/gin-gonic/gin.(*Engine).ServeHTTP /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576 net/http.serverHandler.ServeHTTP /opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938 net/http.(*conn).serve /opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009 runtime.goexit /opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
The text was updated successfully, but these errors were encountered: