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
System.ComponentModel.Win32Exception (2): ErrorStartingProcess, aria2c, {此处显示为设置的下载目录路径} , 系统找不到指定的文件。
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo) + 0xda7
at BBDown.BBDownAria2c.<RunCommandCodeAsync>d__1.MoveNext() + 0xcc
--- End of stack trace from previous location ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xb6
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x42
at BBDown.BBDownAria2c.<DownloadFileByAria2cAsync>d__2.MoveNext() + 0x731
--- End of stack trace from previous location ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xb6
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x42
at BBDown.BBDownUtil.<MultiThreadDownloadFileAsync>d__11.MoveNext() + 0x195
--- End of stack trace from previous location ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xb6
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x42
at BBDown.Program.<DoWorkAsync>d__13.MoveNext() + 0x4083
--- End of stack trace from previous location ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
at BBDown.Program.<DoWorkAsync>d__13.MoveNext() + 0x6299
1. 你使用的BBDown版本是什么?(指明是Release版本还是Actions版本)
Release版本: BBDown_1.5.4_20221019_win-x64
2. 你在什么系统使用本软件?(Win/Linux/Mac)
Windows 11 22H2 (22621.1344)
3. 你使用的完整命令是什么?
BBdown https://www.bilibili.com/video/BV1ST411Y7vv/
4. 遇到了什么问题?
在开启”--use-aria2c“参数后无法下载
在”--use-aria2c“前加#可以正常进入下载状态
5. 错误代码
6. 配置文件
7.补充
又再尝试了一下,将"--work-dir"的参数注释掉之后,把”--use-aria2c“恢复未注释状态,aria2就可以正常使用了
The text was updated successfully, but these errors were encountered: