GraiaProject / Ariadne

一个优雅且完备的 Python QQ 自动化框架,基于 Mirai API HTTP v2。 Powered by Graia Project.
https://graia.cn/ariadne
GNU Affero General Public License v3.0
751 stars 45 forks source link

[Bug]Invalid response status #250

Closed Sophiscaty-C closed 12 months ago

Sophiscaty-C commented 12 months ago

问题

很久没有使用bot了,然后今天运行出现了这个问题,把mcl和ariadne都更新了一下依然运行bot.py后一直显示reconnect,mcl那边bot可以正常登录 9M63CHRU$X{ 10OX8V%M$_T K6{D ) 6Q YUU12J}((5~TD

使用环境: 版本: 5T030VNGVL3SCSF QZW_91Q image

日志/截图

[一部分截图在上面]

2023-11-15 20:53:32.902 | INFO | launart.manager:_launchable_task_done_callback:59 - [elizabeth.connection.1971820916.http_client_connection] completed. 2023-11-15 20:53:32.902 | SUCCESS | launart.manager:launch:351 - Layer #1:[cache.client/memcache, http.client/aiohttp] preparation completed. 2023-11-15 20:53:32.903 | SUCCESS | launart.manager:launch:351 - Layer #3:[elizabeth.service] preparation completed. 2023-11-15 20:53:32.903 | INFO | launart.manager:launch:356 - All components prepared, start blocking phase. 2023-11-15 20:53:32.910 | ERROR | graia.amnesia.builtins.aiohttp:connection_manage:240 - 404, message='Invalid response status', url=URL('http://localhost:8080/all?qq=1971820916&verifyKey=ServiceVerifyKey')

setting.yml

adapters:

enableVerify: true verifyKey: ServiceVerifyKey

debug: false

singleMode: false

cacheSize: 4096

adapterSettings: http: host: localhost port: 8080 cors: ["*"] ws: host: localhost port: 8080 reservedSyncId: -1

GreyElaina commented 12 months ago

启用 mah 的 ws 适配器,再检查一下。