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

rclone copy command: Failed to copy: object not found #5498

Closed
4 tasks done
qjmiao opened this issue Nov 11, 2023 · 6 comments
Closed
4 tasks done

rclone copy command: Failed to copy: object not found #5498

qjmiao opened this issue Nov 11, 2023 · 6 comments
Labels
bug Something isn't working question Further information is requested

Comments

@qjmiao
Copy link

qjmiao commented Nov 11, 2023

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 or Operational).
    我确定是AList的问题,而不是其他原因(例如网络依赖操作)。

  • I'm sure this issue is not fixed in the latest version.
    我确定这个问题在最新版本中没有被修复。

AList Version / AList 版本

v3.28.0

Driver used / 使用的存储驱动

ALIYUNDRIVEOPEN

Describe the bug / 问题描述

rclone copy命令使用webdav方式往ALIYUNDRIVEOPEN 目录上传文件

当目录含有大量文件时(比如1000个以上),会报告若干个错误,
《某某文件》: Failed to copy: object not found

对于出错的文件,rclone会重试上传,最终导致这样的现象:

  1. 对于出错的文件,阿里云盘的web界面上能看到两个同名的文件,文件大小也一样
  2. alist的web界面上是一个文件

如果rclone copy加上参数 --retries 1,报错的文件不会重新上传,现象如下:

  1. 报错的文件在云盘web界面上能看到,只有一份
  2. alist的web界面上看不到这个文件,如果点击右下角的刷新按钮,就会出现在页面上

Reproduction / 复现链接

如上

Config / 配置

n/a

Logs / 日志

No response

@qjmiao qjmiao added the bug Something isn't working label Nov 11, 2023
@qjmiao
Copy link
Author

qjmiao commented Nov 11, 2023

如果直接用alist的web界面上传同样的目录,再用rclone sync -n对比会发现alist缺少几个文件,但是在云盘web界面能看到这几个缺失的文件

@xhofe xhofe added the question Further information is requested label Nov 11, 2023
Copy link

Hello @qjmiao, please input issue by template and add detail. Issues labeled by question will be closed if no activities in 3 days.
你好 @qjmiao,请按照issue模板填写, 并详细说明问题/日志记录/复现步骤/复现链接/实现思路或提供更多信息等, 3天内未回复issue自动关闭。

Copy link

Hello @, this issue was closed due to no activities in 3 days.
你好 @,此issue因超过3天未回复被关闭。

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 15, 2023
@zzabolazza
Copy link

rclone的--transfers指定为1试试。

@LoadingZhang
Copy link

遇到了同样问题,使用rclone并发往alist上传时,一段时间后会大量出现object not found错误。
--transfers 1单线程不容易出现,但会导致上传比较慢。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants