Cloudreve icon indicating copy to clipboard operation
Cloudreve copied to clipboard

4.0.0-beta.8 离线下载报错

Open omiku opened this issue 8 months ago • 3 comments

使用aria2离线下载http,存储切换为从机存储,离线下载完成后无法上传到目标从机存储中报错: slave task failed to transfer 1 files, first 5 errors: Install Termius.exe: failed to upload file: faield to prepare uplaod: Object existed: slave task failed to transfer 1 files, first 5 errors: Install Termius.exe: failed to upload file: faield to prepare uplaod: Remote returns unexpected status code: 522

Image

omiku avatar Apr 29 '25 10:04 omiku

  1. 检查目的地目录下是否有重名的上传中文件;
  2. 重试任务看看是不是100%出现这个错误。

HFO4 avatar May 08 '25 07:05 HFO4

1.目的地目录下没有该重命名文件,该目录是一个完全纯净的目录 2.该报错有一定的复现条件:

在不动主节点的情况下 使用system进行进程守护启动程序会100%复现该错误,而使用./启动程序则几乎没有概率会遇到该问题

在给主节点使用全球cdn加速后 使用system进行进程守护启动程序则99%概率不会失败但是仍有概率会触发一次Remote returns unexpected status code: 5xx 后成功转移到目标存储

在使用从机存储上传大文件时遇到一个问题,可能对该报错有一定的帮助:

Image

Image

从机存储的上传完成后会去请求主节点,这时如果请求失败会重置整个上传队列,导致断点续传功能实质上的失效,非常的影响使用体验

omiku avatar May 10 '25 16:05 omiku

同样问题出错

Alloy81284 avatar May 13 '25 08:05 Alloy81284