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

提问前必读 Readme before questions #59

Closed
alexhua opened this issue Feb 5, 2021 · 0 comments
Closed

提问前必读 Readme before questions #59

alexhua opened this issue Feb 5, 2021 · 0 comments
Labels
FAQ good first issue Good for newcomers

Comments

@alexhua
Copy link
Owner

alexhua commented Feb 5, 2021

什么样的问题会被重视?

  1. 有建设性的特性或功能建议
  2. 扩展本身存在的问题且有详细的复现步骤

什么样的问题可能会被忽略?

  1. 自身使用不当
  2. 过于琐碎且小众的需求
  3. 逻辑不清、背景交代不明、没做足功课寻求帮助

关于前端管理UI(AriaNG)的问题

我们升级了AriaNG底层框架和依赖,并做了功能加强和深度整合。当遇到AriaNG相关问题请先前往原版进行验证。
如果验证为原版问题,请提交到:https://github.com/mayswind/AriaNg/issues/

Aria2已知问题

  • Aria2不支持HTTP POST方法,所以并不是所有的网络资源都能通过Aria2下载。

如何判断资源是通过HTTP POST方法下载的:如果同一网站的不同资源都使用了同一个地址,比如http:///www.abc.com/resource/download.asp,说明网站通过JavaScript调用了HTTP POST方法来下载资源。
常见于各种网盘和资源下载站,这种类型的资源无法通过Aria2下载

  • Aria2 默认的文件分配方式prealloc,会导致Aria2下载大文件时出现假死无响应等状况。falloc虽然最优但需要Aria2以管理员身份运行

解决方法:在Aria2设置 -> 高级设置中将文件分配方式设置为trunc

提问前请先查看常见问题

自由开源项目更倡议大家动起手来添砖加瓦。


What kind of problems will be valued?

  1. Constructive features or functional comments
  2. Bugs of the extension and attached reproduce steps

What kind of problems might be ignored?

  1. Improper use
  2. Too trivial and minority needs
  3. Ask for help without clear logic, clear background either enough practice

About issues of front-end management UI (AriaNG),

We upgraded the underlying framework of AriaNG and some unsafe dependencies, also made some simple modifications and integrations. When encountering AriaNG-related problems, please go to the original version for verification. If there is issue from origin, please report it at https://github.com/mayswind/AriaNg/issues/

Aria2 Known issues:

  • Aria2 does not support HTTP POST method, so not all network resources can be downloaded through Aria2.

How to determine if the resource is downloaded by HTTP POST method: If different resources on the same website share a same address, such as http:///www.abc.com/resource/download.asp. It means that the website uses Javascript to download the resource via the HTTP POST method.
This is common in various network disks and resource download sites. And this type of resource cannot be downloaded by Aria2.

  • The default file allocation method prealloc in Aria2 can cause false freezes and unresponsiveness when downloading large files.

Solution: In Aria2 Settings -> Advanced Settings, set the File Allocation Method to trunc.

Please view the FAQs before question

Contribution is always advocated for free open-source project.

@alexhua alexhua added the good first issue Good for newcomers label Feb 5, 2021
@alexhua alexhua pinned this issue Feb 5, 2021
Repository owner locked and limited conversation to collaborators Feb 5, 2021
@alexhua alexhua closed this as completed Feb 5, 2021
@alexhua alexhua added the FAQ label Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FAQ good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant