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

[错误报告] 下载器检查不应该阻塞后端服务启动 #891

Open
4 tasks done
dreamerblue opened this issue Nov 17, 2024 · 1 comment
Open
4 tasks done
Labels
bug Something isn't working

Comments

@dreamerblue
Copy link

dreamerblue commented Nov 17, 2024

确认

  • 我的版本是最新版本,我的版本号与 version 相同。
  • 我已经查阅了已知问题,并确认我的问题不在其中。
  • 我已经 issue 中搜索过,确认我的问题没有被提出过。
  • 我已经修改标题,将标题中的 描述 替换为我遇到的问题。

当前程序版本

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

@EaveLuo
Copy link

EaveLuo commented Nov 30, 2024

目前还是有这个问题,连不上qb就会阻碍web服务的启用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants