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

文件上传错误,需要重传 #439

Closed
Yuri-NagaSaki opened this issue Jul 13, 2024 · 10 comments
Closed

文件上传错误,需要重传 #439

Yuri-NagaSaki opened this issue Jul 13, 2024 · 10 comments

Comments

@Yuri-NagaSaki
Copy link

debug 循环

根据之前的Issues,删除了aliyunpan_config.json,如何恢复之前失败的任务
阿里云总计4.63T,原文件夹一共4.7T

[2024-7-13 12:37:41.519] begin to upload part: 0
[2024-7-13 12:37:41.519] do request url: https://openapi.alipan.com/adrive/v1.0/openFile/getUploadUrl
[2024-7-13 12:37:41.672] The resource upload_id cannot be found. upload is not exist or has been completed
[2024-7-13 12:37:41.672] multiUpload worker upload file done
[2024-7-13 12:37:41.672] upload file part err: %+v UrlExpired
[2024-7-13 12:37:41.672] upload err: %s, id: %d
 UrlExpired 0
[2024-7-13 12:37:41.672] begin to upload part: 0
[2024-7-13 12:37:41.672] do request url: https://openapi.alipan.com/adrive/v1.0/openFile/getUploadUrl
[2024-7-13 12:37:41.706] The resource upload_id cannot be found. upload is not exist or has been completed
[2024-7-13 12:37:41.706] multiUpload worker upload file done
[2024-7-13 12:37:41.706] upload file part err: %+v UrlExpired
[2024-7-13 12:37:41.706] upload err: %s, id: %d
 UrlExpired 0
[2024-7-13 12:37:41.706] begin to upload part: 0
[2024-7-13 12:37:41.706] do request url: https://openapi.alipan.com/adrive/v1.0/openFile/getUploadUrl
[2024-7-13 12:37:41.760] The resource upload_id cannot be found. upload is not exist or has been completed
[2024-7-13 12:37:41.760] multiUpload worker upload file done
[2024-7-13 12:37:41.760] upload file part err: %+v UrlExpired
[2024-7-13 12:37:41.760] upload err: %s, id: %d
 UrlExpired 0
[2024-7-13 12:37:41.760] begin to upload part: 0
[2024-7-13 12:37:41.760] do request url: https://openapi.alipan.com/adrive/v1.0/openFile/getUploadUrl
[2024-7-13 12:37:41.921] The resource upload_id cannot be found. upload is not exist or has been completed
[2024-7-13 12:37:41.921] multiUpload worker upload file done
[2024-7-13 12:37:41.921] upload file part err: %+v UrlExpired
[2024-7-13 12:37:41.921] upload err: %s, id: %d
 UrlExpired 0
[2024-7-13 12:37:41.921] begin to upload part: 0
[2024-7-13 12:37:41.921] do request url: https://openapi.alipan.com/adrive/v1.0/openFile/getUploadUrl

@xiaoyaofenfen
Copy link
Collaborator

看样子是链接过期了,你删除aliyunpan_upload.config,然后重新使用upload命令上传即可,已经上传的文件不会重复上传

@xiaoyaofenfen
Copy link
Collaborator

这个链接过期的问题,以前有修复过,看来还是有问题,有空我再看一下。

@Yuri-NagaSaki
Copy link
Author

我试一下,感谢

这个链接过期的问题,以前有修复过,看来还是有问题,有空我再看一下。

@Yuri-NagaSaki
Copy link
Author

看样子是链接过期了,你删除aliyunpan_upload.config,然后重新使用upload命令上传即可,已经上传的文件不会重复上传

image
似乎是增量上传

@xiaoyaofenfen
Copy link
Collaborator

看样子是链接过期了,你删除aliyunpan_upload.config,然后重新使用upload命令上传即可,已经上传的文件不会重复上传

image 似乎是增量上传

那你加skip这个参数

upload --skip /path/to/local/folder /path/to/cloud/folder

@Yuri-NagaSaki
Copy link
Author

image 似乎也不行,存在一个限制,备份数量达到 4.6T 左右的时候就开始无线循环这个

@xiaoyaofenfen
Copy link
Collaborator

image 似乎也不行,存在一个限制,备份数量达到 4.6T 左右的时候就开始无线循环这个

你这个大概有多少个文件,数量是多少,几十万个么?一个文件大概是多少MB?

@Yuri-NagaSaki
Copy link
Author

image 似乎也不行,存在一个限制,备份数量达到 4.6T 左右的时候就开始无线循环这个

你这个大概有多少个文件,数量是多少,几十万个么?一个文件大概是多少MB?

155个文件夹,视频大小都是1g以上,有些二三十g,都是番剧,其他nfo都是kb, 文件数量应该是17669个,服务器在国外

@Yuri-NagaSaki
Copy link
Author

这次删了aliyunpan_upload.config 再重传试了一次,还是不行。感觉存在个上限

@xiaoyaofenfen
Copy link
Collaborator

可以用0.3.4版本试试,之前的上传有个bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants