[Bug] Uploading a 12GB website file resulted in an error #9231
Replies: 3 comments 1 reply
-
从错误信息来看,可能是 WebDAV 服务端在上传过程中因超时或文件过大而主动断开了连接。建议检查服务端是否有相关的超时或上传限制配置。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
之前从来不会报这么个504错误,现在文件一大就504 主要是能不能零时提供一个空间容量在15G的 webdav空间给我 要国内的 我的机器在湖北 我的测试只需要1.6小时 我的机器带宽是20兆的 或者淘宝可以买到零时的webdav空间吗 admin@cxle.cn |
Beta Was this translation helpful? Give feedback.
0 replies
-
这个问题应该是服务端主动断开连接导致的。我先把这个 Issue 转成 Discussion,看看其他人有没有遇到类似情况,欢迎一起交流~ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Contact Information
admin@cxle.cn
1Panel Version
v2.0.2
Problem Description
之前的版本上传备份到123都不会出错出问题,现在这个上传12G的网站文件就报错了
Steps to Reproduce
创建计划任务-网站备份(超时设置到7小时根据20兆的机器带宽完全能在3.6小时完成6个不同的备份)-备份大于(10G的网站压缩文件)-过一会看计划任务的报告,如同我输出的错误,之前不会这样的,而且备份失败重试三次,三次也都备份到123云盘了 这个奇怪啊 请尽快在下次更新中解决这个问题
The expected correct result
如同之前的版本一样,顺利的将网站文件通过webdav备份至123云盘等,可以复现的 宝宝
Related log output
2025/06/21 18:47:27 压缩目录成功,压缩为 website_cxle.cn_202506211833541onqa.tar.gz2025/06/21 19:43:57 上传备份文件 Backup/DKhubei/27.25.151.13/website/cxle.cn/website_cxle.cn_202506211833541onqa.tar.gz 到 123云盘 失败 Put "https://webdav-1305577.pd1.123pan.cn/webdav/Backup/DKhubei/27.25.151.13/website/cxle.cn/website_cxle.cn_202506211833541onqa.tar.gz": write tcp 27.25.151.13:41586->59.47.235.55:443: use of closed network connection2025/06/21 19:43:58 备份 [cxle.cn] 失败: Put "https://webdav-1305577.pd1.123pan.cn/webdav/Backup/DKhubei/27.25.151.13/website/cxle.cn/website_cxle.cn_202506211833541onqa.tar.gz": write tcp 27.25.151.13:41586->59.47.235.55:443: use of closed network connection2025/06/21 19:43:59 [TASK-END]
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions