You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
在/channel/wechatmp/passive_reply.py中
if task_running:
if request_cnt < 3:
time.sleep(2)
return "success"
else:
reply_text = "【正在思考中,回复任意文字尝试获取回复】"
replyPost = create_reply(reply_text, msg)
return encrypt_func(replyPost.render())
有一定可能出现回复较长发送失败且未回复【正在思考中,回复任意文字尝试获取回复】的情况,此外当未得到任何回复时再回复任意文字,若原本的回复过长出现【未完待续,回复任意文字以继续】会直接回复“继续”后的内容而出现回复不全的情况。
Beta Was this translation helpful? Give feedback.
All reactions