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

通过RPC创建的下载任务,能不能可以查看创建任务时指定的参数? #663

Closed
cnazev opened this issue May 9, 2022 · 4 comments

Comments

@cnazev
Copy link

cnazev commented May 9, 2022

目前任务信息里好像就是几个固定的信息
其他的一些信息能不能显示呢?
比如我是115网盘里通过下载助手调用了aria2的rpc 可以指定checksum 以及header信息
但是目前页面里任务信息没有显示这个

还有
自己手动创建任务时貌似目前没法指定这个checksum参数?

@mayswind
Copy link
Owner

mayswind commented May 9, 2022

  1. 在任务详情页里设置页面,会显示这个任务设置的 header 信息
  2. checksum在今天的daily build及下一个release版本会在创建任务、任务详情页的设置页面里增加

@mayswind mayswind closed this as completed May 9, 2022
@pitsi
Copy link

pitsi commented May 15, 2022

May I ask how this works? I added a new file to download and set it to "download later".
Then I went to the waiting list, found the file, clicked the arrow on the far right, clicked the gear icon and on the checksum field I entered
sha-1=8c206a1a87599f532ce68675536f0b1546900d7a
I pressed the play button, the download started, it completed and nothing new happened. Was ariang or aria2c supposed to show something upon completion?

---edit
Aria2c v1.36.0 on debian unstable and on aria2c -v says that these hash algorithms are supported
Hash Algorithms: sha-1, sha-224, sha-256, sha-384, sha-512, md5, adler32

@mayswind
Copy link
Owner

May I ask how this works? I added a new file to download and set it to "download later". Then I went to the waiting list, found the file, clicked the arrow on the far right, clicked the gear icon and on the checksum field I entered sha-1=8c206a1a87599f532ce68675536f0b1546900d7a I pressed the play button, the download started, it completed and nothing new happened. Was ariang or aria2c supposed to show something upon completion?

---edit Aria2c v1.36.0 on debian unstable and on aria2c -v says that these hash algorithms are supported Hash Algorithms: sha-1, sha-224, sha-256, sha-384, sha-512, md5, adler32

verify
After download completed, aria2 will automatically verify this file according the checksum option you filled. At the same time, AriaNg will show the verification process in the download speed column. Then, the status of task will be changed to completed.

@pitsi
Copy link

pitsi commented May 15, 2022

Thank you for showing me! I did not notice the verifying part at all. Plus, when the checksum fails, because I changed one random number on the sum to test it, the download is listed as failed under finished downloads!

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

3 participants