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

[问题]无法启动 #519

Open
vvb7456 opened this issue Sep 23, 2024 · 1 comment
Open

[问题]无法启动 #519

vvb7456 opened this issue Sep 23, 2024 · 1 comment
Labels
question Further information is requested

Comments

@vvb7456
Copy link

vvb7456 commented Sep 23, 2024

确认

  • 我的Bot版本已更新到最新,且已尝试使用nb paimon install更新依赖库
  • 我已查阅文档-常见问题,无相关解决方案
  • 我已确认issue中没有类似的问题或仍然得不到解决

环境信息

  • 系统版本: Windows10 & Ubuntu 22.04 LTS
  • Python版本: 3.10

问题描述

无法下载额外资源 也无法启动LittlePaimon
下载资源时提示下载原神立绘资源时出错: File is not a zip file
启动时提示No available download mirror found.
尝试使用全局代理 或内置镜像故障均一致

问题截图

Windows

09-24 00:20:54 [ERROR] uvicorn | Traceback (most recent call last):
  File "C:\Program Files\Python310\lib\site-packages\starlette\routing.py", line 738, in lifespan
    async with self.lifespan_context(app) as maybe_state:
  File "C:\Program Files\Python310\lib\contextlib.py", line 199, in __aenter__
    return await anext(self.gen)
  File "C:\Program Files\Python310\lib\site-packages\nonebot\drivers\fastapi.py", line 156, in _lifespan_manager
    await self._lifespan.startup()
  File "C:\Program Files\Python310\lib\site-packages\nonebot\internal\driver\_lifespan.py", line 41, in startup
    await self._run_lifespan_func(self._startup_funcs)
  File "C:\Program Files\Python310\lib\site-packages\nonebot\internal\driver\_lifespan.py", line 35, in _run_lifespan_func
    await cast(ASYNC_LIFESPAN_FUNC, func)()
  File "C:\Program Files\Python310\lib\site-packages\nonebot_plugin_gocqhttp\__init__.py", line 41, in startup
    await download_gocq()
  File "C:\Program Files\Python310\lib\site-packages\nonebot_plugin_gocqhttp\process\download.py", line 120, in download_gocq
    raise RuntimeError("No available download mirror found.")
RuntimeError: No available download mirror found.

09-24 00:20:54 [ERROR] uvicorn | Application startup failed. Exiting.

Linux
122

复现步骤[可选]

描述问题复现过程...

@vvb7456 vvb7456 added the question Further information is requested label Sep 23, 2024
@vvb7456 vvb7456 changed the title [问题]标题 [问题]无法启动 Sep 23, 2024
@nicklly
Copy link
Contributor

nicklly commented Nov 9, 2024

移除gocq插件 另外建议使用无头nqq保证其稳定性

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants