Open wang-zhibo opened 2 months ago
Windows
python 3.9
Latest Release
channel
other
No response
群聊的时候 偶尔出现, reply_text = "@" + context["msg"].actual_user_nickname + "\n" + reply_text.strip() TypeError: can only concatenate str (not "NoneType") to str 无法找到对应的人, win 微信会显示 已退出群聊
reply_text = "@" + context["msg"].actual_user_nickname + "\n" + reply_text.strip() TypeError: can only concatenate str (not "NoneType") to str
前置确认
⚠️ 搜索issues中是否已存在类似问题
操作系统类型?
Windows
运行的python版本是?
python 3.9
使用的chatgpt-on-wechat版本是?
Latest Release
运行的
channel
类型是?other
复现步骤 🕹
No response
问题描述 😯
群聊的时候 偶尔出现, reply_text = "@" + context["msg"].actual_user_nickname + "\n" + reply_text.strip() TypeError: can only concatenate str (not "NoneType") to str 无法找到对应的人, win 微信会显示 已退出群聊
终端日志 📒
reply_text = "@" + context["msg"].actual_user_nickname + "\n" + reply_text.strip() TypeError: can only concatenate str (not "NoneType") to str