We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81ef26 commit 069a362Copy full SHA for 069a362
astrbot/core/star/context.py
@@ -457,6 +457,7 @@ async def send_message(
457
if platform.meta().id == session.platform_name:
458
await platform.send_by_session(session, message_chain)
459
return True
460
+ logger.warning(f"cannot find platform for session {session.platform_name}, message not sent")
461
return False
462
463
def add_llm_tools(self, *tools: FunctionTool) -> None:
0 commit comments