查服出现延迟
07-21 21:46:18 [SUCCESS] nonebot | OneBot V11 1469621057 | [message.group.normal]: Message 73131421 from 619676549@[群:1151106450] '/群组'
07-21 21:46:18 [DEBUG] nonebot | Checking for matchers in priority 1...
07-21 21:46:19 [DEBUG] nonebot | Checking for matchers in priority 10...
07-21 21:46:19 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_plugin_l4d2_server.__main__, lineno=52)
07-21 21:46:19 [DEBUG] nonebot | Running Matcher(type='message', module=nonebot_plugin_l4d2_server.__main__, lineno=52)
07-21 21:46:19 [DEBUG] nonebot | Running handler Dependent(call=_)
07-21 21:46:19 [INFO] nonebot_plugin_l4d2_server | 请输入正确的 ID
07-21 21:46:19 [DEBUG] nonebot_plugin_l4d2_server | 获取服务器组 群组 的信息
07-21 21:46:19 [DEBUG] nonebot_plugin_l4d2_server | [{'id': '猫', 'ip': '103.40.13.58:33076', 'host': '103.40.13.58', 'port': 33076}, {'id': '鸟', 'ip': '103.40.13.66:27040', 'host': '103.40.13.66', 'port': 27040}]
07-21 21:46:19 [INFO] nonebot_plugin_l4d2_server | 正在请求组服务器信息 群组
07-21 21:46:19 [DEBUG] nonebot_plugin_l4d2_server | [Player(index=0, name='You May Call Me D', score=5, duration=4820.3271484375), Player(index=0, name='yoimiya', score=5, duration=2467.978515625), Player(index=0, name='哥布林殿。', score=4, duration=12000.0048828125), Player(index=0, name='Aileen', score=3, duration=1161.6553955078125), Player(index=0, name='柴筱柒', score=2, duration=253.63412475585938), Player(index=0, name='并线逆行老太婆', score=1, duration=173.116943359375), Player(index=0, name='QingyanghuAqing', score=0, duration=5500.82568359375), Player(index=0, name='无敌暴龙兽', score=0, duration=5360.56005859375)]
07-21 21:46:19 [DEBUG] nonebot_plugin_l4d2_server | [Player(index=0, name='小捞虎', score=19, duration=1108.507080078125), Player(index=0, name='洪文', score=16, duration=2227.126953125), Player(index=0, name='曦月梦雪', score=11, duration=1603.1480712890625), Player(index=0, name='Rain亭西', score=2, duration=164.7670440673828), Player(index=0, name='云', score=-1, duration=153.1330108642578)]
07-21 21:46:22 [SUCCESS] nonebot_plugin_l4d2_server | 正在输出图片
07-21 21:46:22 [INFO] nonebot_plugin_l4d2_server | 正在输出组
07-21 21:46:22 [DEBUG] nonebot | OneBot V11 | Calling API send_msg
07-21 21:46:52 [INFO] nonebot | Matcher(type='message', module=nonebot_plugin_l4d2_server.__main__, lineno=52) running complete
07-21 21:46:52 [ERROR] nonebot | Running Matcher(type='message', module=nonebot_plugin_l4d2_server.__main__, lineno=52) failed.
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\bot\l4d2bot\bot.py", line 14, in <module>
nonebot.run()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\__init__.py", line 337, in run
get_driver().run(*args, **kwargs)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\drivers\fastapi.py", line 187, in run
uvicorn.run(
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\main.py", line 580, in run
server.run()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\server.py", line 67, in run
return asyncio.run(self.serve(sockets=sockets))
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 195, in run
return runner.run(main)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 678, in run_until_complete
self.run_forever()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\windows_events.py", line 322, in run_forever
super().run_forever()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 645, in run_forever
self._run_once()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1999, in _run_once
handle._run()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\utils.py", line 254, in run_coro_with_shield
return await coro
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\message.py", line 506, in check_and_run_matcher
await _run_matcher(
> File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\message.py", line 458, in _run_matcher
await matcher.run(bot, event, state, stack, dependency_cache)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\internal\matcher\matcher.py", line 926, in run
await self.simple_run(bot, event, state, stack, dependency_cache)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\internal\matcher\matcher.py", line 863, in simple_run
await handler(
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\dependencies\__init__.py", line 113, in __call__
return await cast(Callable[..., Awaitable[R]], self.call)(**values)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot_plugin_l4d2_server\__main__.py", line 128, in _
await out_msg_out(msg)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot_plugin_l4d2_server\utils\api\utils.py", line 30, in out_msg_out
return await UniMessage.image(raw=msg).finish()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot_plugin_alconna\uniseg\message.py", line 1418, in finish
await self.send(target, bot, fallback, at_sender, reply_to, **kwargs)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot_plugin_alconna\uniseg\message.py", line 1406, in send
res = await fn.send_to(target, bot, msg, **kwargs)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot_plugin_alconna\uniseg\adapters\onebot11\exporter.py", line 181, in send_to
return await bot.send(target, message, **kwargs) # type: ignore
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\adapters\onebot\v11\bot.py", line 237, in send
return await self.__class__.send_handler(self, event, message, **kwargs)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\adapters\onebot\v11\bot.py", line 190, in send
return await bot.send_msg(**params)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\internal\adapter\bot.py", line 176, in call_api
raise exception
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\internal\adapter\bot.py", line 128, in call_api
result = await self.adapter._call_api(self, api, **data)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\nonebot\adapters\onebot\v11\adapter.py", line 177, in _call_api
raise NetworkError(f"WebSocket call api {api} timeout") from None
nonebot.adapters.onebot.v11.exception.NetworkError: NetWorkError(message='WebSocket call api send_msg timeout')
07-21 21:46:52 [DEBUG] nonebot | Checking for matchers in priority 20...
07-21 21:46:52 [DEBUG] nonebot | Checking for matchers completed
虽然报错了,但是在qq框架中可以查询到图片发送,之前延迟没这么大的
info: Lagrange.Core.BotContext[0]
[2025-07-21 21:47:09] [MessagingLogic] [VERBOSE]: [MessageChain(1151106450)(1469621057)] [Image: 1804x968] [图片] 5f5ab62e21722d174b1a3e2c9ab10713.png 959209 https://multimedia.nt.qq.com.cn/download?appid=1407&fileid=EhREco9Q20z4iheMytNqGLnGZXZNCRjpxTog_wooz4ObnIvOjgMyBHByb2RQgL2jAVoQgfZc6WeHSdjVlG7o8nsME3oCnSo&rkey=CAISONPsN0nSR8aL4reUH2_UUiu4UubWdU0abZi3UoJlKqYnddP8OocLcni12eo6rJL_LtKsrguJ6x16
关闭于 2025-07-21 1 条评论