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 069a362 commit f5d3b93Copy full SHA for f5d3b93
1 file changed
astrbot/core/star/context.py
@@ -457,7 +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")
+ logger.warning(f"cannot find platform for session {str(session)}, message not sent")
461
return False
462
463
def add_llm_tools(self, *tools: FunctionTool) -> None:
0 commit comments