We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.1.18
程序运行问题
前置的下载器 Checker 会阻塞进程的后端 HTTP 服务启动,且即使失败也不会以非 0 退出。此行为将会导致 HTTP 服务未能监听端口,无法访问 WebUI 管理页面。用户一旦使用了错误的下载器配置,将无法再次连接 WebUI 以修改配置,是一个十分危险的操作。
修改下载器配置为一个不可正确连接的配置,如简单修改端口。
之后重启进程/容器,会卡在检查阶段阻塞程序启动,且端口未监听,无法进入 WebUI 管理配置。对应输出:
INFO: Waiting for downloader to start. WARNING: Downloader is not running. ERROR [Checker] Downloader connect failed.
下载器配置检查结果不应该影响主程序运行。如果配置错误,应只影响下载任务管理,而非整个程序无法启动。
No response
The text was updated successfully, but these errors were encountered:
目前还是有这个问题,连不上qb就会阻碍web服务的启用
Sorry, something went wrong.
No branches or pull requests
确认
当前程序版本
3.1.18
问题类型
程序运行问题
问题描述
问题描述
前置的下载器 Checker 会阻塞进程的后端 HTTP 服务启动,且即使失败也不会以非 0 退出。此行为将会导致 HTTP 服务未能监听端口,无法访问 WebUI 管理页面。用户一旦使用了错误的下载器配置,将无法再次连接 WebUI 以修改配置,是一个十分危险的操作。
复现步骤
修改下载器配置为一个不可正确连接的配置,如简单修改端口。
之后重启进程/容器,会卡在检查阶段阻塞程序启动,且端口未监听,无法进入 WebUI 管理配置。对应输出:
改进建议
下载器配置检查结果不应该影响主程序运行。如果配置错误,应只影响下载任务管理,而非整个程序无法启动。
发生问题时系统日志
No response
The text was updated successfully, but these errors were encountered: