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

bug:应用没有创建文件夹的权限,文件夹无法创建导致出错不下载,删掉推送脚本里的dir后可以下载 #31

Open
195176 opened this issue Jun 24, 2024 · 4 comments

Comments

@195176
Copy link

195176 commented Jun 24, 2024

No description provided.

@WZHNKSA
Copy link

WZHNKSA commented Oct 27, 2024

请问是哪个位置的推送脚本里dir?我是在安卓小米11上运行了alist,然后想运行安卓aria来离线下载,alist后台都运行正常连接到aria了,但是使用离线下载后却一直报错,提示error: Download aborted.
在安卓aria内部查看错误描述是无法创建指定目录,在rpc的情况下,创建目录变成了/storage/0/Android/data/com.github.jing332.alistflutter/files/data/temp/aria2/后面就是一串类似uuid,貌似是这个文件夹路径没有权限
但是手动在aria-ng创建的下载任务都是下载到默认的download目录下

@195176
Copy link
Author

195176 commented Oct 27, 2024

请问是哪个位置的推送脚本里dir?我是在安卓小米11上运行了alist,然后想运行安卓aria来离线下载,alist后台都西安市正常连接到aria了,但是使用离线下载后却一直报错,提示error: Download aborted. 在安卓aria内部查看错误描述是无法创建指定目录,在rpc的情况下,创建目录变成了/storage/0/Android/data/com.github.jing332.alistflutter/files/data/temp/aria2/后面就是一串类似uuid,貌似是这个文件夹路径没有权限 但是手动在aria-ng创建的下载任务都是下载到默认的download目录下

"jsonrpc": "2.0",
"method": "aria2.addUri",
"id": 2,
"params": [
["https://cdn.bootcss.com/jquery/3.4.1/core.js"],
{
"out": "j22.js",
"dir": "./下载3/1.jpg"
}
]

编辑js脚本给 "dir": "/下载3/1.jpg" 删掉就行

@WZHNKSA
Copy link

WZHNKSA commented Oct 27, 2024

请问是哪个位置的推送脚本里dir?我是在安卓小米11上运行了alist,然后想运行安卓aria来离线下载,alist后台都西安市正常连接到aria了,但是使用离线下载后却一直报错,提示error: Download aborted. 在安卓aria内部查看错误描述是无法创建指定目录,在rpc的情况下,创建目录变成了/storage/0/Android/data/com.github.jing332.alistflutter/files/data/temp/aria2/后面就是一串类似uuid,貌似是这个文件夹路径没有权限 但是手动在aria-ng创建的下载任务都是下载到默认的download目录下

“jsonrpc”:“2.0”, “方法”:“aria2.addUri”, “id”:2, “参数”:[ [“https://cdn.bootcss.com/jquery/3.4.1/core.js ” "], { "out": "j22.js", "dir": "./下载3/1.jpg" } ]

编辑js脚本给 "dir": "/下载3/1.jpg" 删掉就行

您好,感谢回复
但是很尴尬的是我对apk编译这块是一个门外汉,下载了源码翻遍了似乎并没有查找到你提到的这段代码,找不到地方修改
如果方便的话是否可以更加详细的指出所在位置,谢谢了

@WZHNKSA
Copy link

WZHNKSA commented Oct 27, 2024

请问是哪个位置的推送脚本里dir?我是在安卓小米11上运行了alist,然后想运行安卓aria来离线下载,alist后台都西安市正常连接到aria了,但是使用离线下载后却一直报错,提示error: Download aborted. 在安卓aria内部查看错误描述是无法创建指定目录,在rpc的情况下,创建目录变成了/storage/0/Android/data/com.github.jing332.alistflutter/files/data/temp/aria2/后面就是一串类似uuid,貌似是这个文件夹路径没有权限 但是手动在aria-ng创建的下载任务都是下载到默认的download目录下

"jsonrpc": "2.0", "method": "aria2.addUri", "id": 2, "params": [ ["https://cdn.bootcss.com/jquery/3.4.1/core.js"], { "out": "j22.js", "dir": "./下载3/1.jpg" } ]

编辑js脚本给 "dir": "/下载3/1.jpg" 删掉就行

大佬,没关系了,我选择更换alist的data目录到其他权限要求不高的目录解决了

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