Mar-7th / March7th

March7th - 基于 NoneBot2 的崩坏:星穹铁道多功能机器人 Honkai: Star Rail bot based on NoneBot2.
https://march7th.xyz/zh/
GNU Affero General Public License v3.0
119 stars 11 forks source link

在开始运行时报错无法运行 #59

Open Dingtaiqi opened 3 months ago

Dingtaiqi commented 3 months ago

具体如下 image 08-06 07:13:06 [SUCCESS] nonebot | NoneBot is initializing... 08-06 07:13:06 [INFO] nonebot | Current Env: prod Traceback (most recent call last): File "<string>", line 19, in <module> File "/mnt/7/.venv/lib/python3.11/site-packages/nonebot/internal/driver/abstract.py", line 91, in register_adapter self._adapters[name] = adapter(self, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/mnt/7/.venv/lib/python3.11/site-packages/nonebot/adapters/red/adapter.py", line 46, in __init__ self.setup() File "/mnt/7/.venv/lib/python3.11/site-packages/nonebot/adapters/red/adapter.py", line 57, in setup raise RuntimeError( RuntimeError: Current driver ~fastapi doesn't support forward connections!RedProtocol Adapter need a ForwardDriver to work.

mobyw commented 3 months ago

可参考 README 中 Bot 配置部分进行配置