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

可以正常使用,但在docker容器重启后提示 Waiting for downloader to start. #870

Open
4 tasks done
Yakumo127 opened this issue Oct 6, 2024 · 2 comments
Open
4 tasks done
Labels
bug Something isn't working

Comments

@Yakumo127
Copy link

确认

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

当前程序版本

3.1.18

问题类型

程序运行问题

问题描述

使用docker compose 构建
第一次构建可以正常运行
但是在docker容器重启后 显示
[2024-10-06 11:47:58] INFO: Config loaded
[2024-10-06 11:47:58] ERROR [Checker] Downloader connect failed.
[2024-10-06 11:47:58] WARNING: Downloader is not running.
qb是软件包运行,不是使用docker安装,docker容器重启时 qb正常运行

发生问题时系统日志

[2024-10-06 11:05:52] INFO:     Started server process [7]
[2024-10-06 11:05:52] INFO:     Waiting for application startup.
[2024-10-06 11:05:52] INFO:     
[2024-10-06 11:05:52] INFO:                     _        ____                                    _
[2024-10-06 11:05:52] INFO:          /\        | |      |  _ \                                  (_)
[2024-10-06 11:05:52] INFO:         /  \  _   _| |_ ___ | |_) | __ _ _ __   __ _ _   _ _ __ ___  _
[2024-10-06 11:05:52] INFO:        / /\ \| | | | __/ _ \|  _ < / _` | '_ \ / _` | | | | '_ ` _ \| |
[2024-10-06 11:05:52] INFO:       / ____ \ |_| | || (_) | |_) | (_| | | | | (_| | |_| | | | | | | |
[2024-10-06 11:05:52] INFO:      /_/    \_\__,_|\__\___/|____/ \__,_|_| |_|\__, |\__,_|_| |_| |_|_|
[2024-10-06 11:05:52] INFO:                                                 __/ |
[2024-10-06 11:05:52] INFO:                                                |___/
[2024-10-06 11:05:52] INFO:     Version 3.1.18  Author: EstrellaXD Twitter: https://twitter.com/Estrella_Pan
[2024-10-06 11:05:52] INFO:     GitHub: https://github.com/EstrellaXD/Auto_Bangumi/
[2024-10-06 11:05:52] INFO:     Starting AutoBangumi...
[2024-10-06 11:05:52] INFO:     [Core] Database updated.
[2024-10-06 11:05:52] INFO:     Config loaded
[2024-10-06 11:05:52] ERROR     [Checker] Downloader connect failed.
[2024-10-06 11:05:52] WARNING:  Downloader is not running.
[2024-10-06 11:05:52] INFO:     Waiting for downloader to start.
[2024-10-06 11:06:22] ERROR     [Checker] Downloader connect failed.
[2024-10-06 11:06:22] WARNING:  Downloader is not running.
[2024-10-06 11:06:22] INFO:     Waiting for downloader to start.
[2024-10-06 11:06:52] ERROR     [Checker] Downloader connect failed.
[2024-10-06 11:06:52] WARNING:  Downloader is not running.
[2024-10-06 11:06:52] INFO:     Waiting for downloader to start.
[2024-10-06 11:07:22] ERROR     [Checker] Downloader connect failed.
[2024-10-06 11:07:22] WARNING:  Downloader is not running.
@Yakumo127 Yakumo127 added the bug Something isn't working label Oct 6, 2024
@kinsanka
Copy link

PGID和PUID改成1000试试,网络改成host

@Yakumo127
Copy link
Author

PGID和PUID改成1000试试,网络改成host
可以了,谢谢

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