You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please review the FAQs before submitting an issue.
In order to track issues effectively , invalid or duplicate issues will be closed directly and marked as Invalid or Duplicate. At this time, it is recommended to reset the extension settings to avoid functional abnormalities due to personal omissions or improper settings.
What kind of problems will be valued?
Issues with detailed information according to the issue template
Constructive features or functional comments
Bugs of the extension and attached reproduce steps
What kind of problems might be ignored?
Improper use
Too trivial and minority needs
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:
Important
Aria2 does not support HTTP POST method, so not all network resources can be downloaded through Aria2.
Tip
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.
Important
The default file allocation method prealloc in Aria2 can cause false freezes and unresponsiveness when downloading large files.
Tip
Solution: In Aria2 Settings -> Advanced Settings, set the File Allocation Method to trunc.
Contribution is always advocated for free open-source project.
The text was updated successfully, but these errors were encountered:
提问前请先查看常见问题 。
为了有效地追踪问题,无效或者重复的问题将被直接关闭,并标记为
Invalid
或Duplicate
,此时建议重置扩展设置,避免因个人疏漏或设置不当导致的功能异常。什么样的问题会被重视?
什么样的问题可能会被忽略?
关于前端管理UI(AriaNG)的问题
我们升级了AriaNG底层框架和依赖,并做了功能加强和深度整合。当遇到AriaNG相关问题请先前往原版进行验证。
如果验证为原版问题,请提交到:https://github.com/mayswind/AriaNg/issues/
Aria2已知问题
Important
Aria2
不支持HTTP POST
方法,所以并不是所有的网络资源都能通过Aria2下载。Tip
如何判断资源是通过
HTTP POST
方法下载的:如果同一网站的不同资源都使用了同一个地址,比如http:///www.abc.com/resource/download.asp,说明网站通过JavaScript调用了HTTP POST
方法来下载资源。常见于各种网盘和资源下载站,这种类型的资源无法通过
Aria2
下载Important
Aria2 默认的文件分配方式
prealloc
,会导致Aria2下载大文件时出现假死和无响应等状况。falloc
虽然最优但需要Aria2以管理员身份运行Tip
解决方法:在
Aria2设置
->高级设置
中将文件分配方式
设置为trunc
自由开源项目更倡议大家动起手来添砖加瓦。
Please review the FAQs before submitting an issue.
In order to track issues effectively , invalid or duplicate issues will be closed directly and marked as
Invalid
orDuplicate
. At this time, it is recommended to reset the extension settings to avoid functional abnormalities due to personal omissions or improper settings.What kind of problems will be valued?
What kind of problems might be ignored?
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:
Important
Aria2
does not supportHTTP POST
method, so not all network resources can be downloaded throughAria2
.Tip
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
.Important
The default file allocation method
prealloc
in Aria2 can cause false freezes and unresponsiveness when downloading large files.Tip
Solution: In
Aria2 Settings
->Advanced Settings
, set theFile Allocation Method
totrunc
.Contribution is always advocated for free open-source project.
The text was updated successfully, but these errors were encountered: