We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
前置确认
操作系统类型?
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
The text was updated successfully, but these errors were encountered: