-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
room.say()
得不到正确的消息是否交付成功的结果
#328
Comments
如何创造一个不存在的群,或者说如何获取到一个bot不在群中的群,参考bug: |
底层无法检测群聊ID是否正确或者该群聊是否存在,只能通过超时来判断。 解决这个问题主要还是得通过 |
那么这个问题是不是只要等待room.has() 方法的bug修复了,就能解决了 |
是的发自我的 iPhone在 2023年4月1日,09:11,KAWATAAAAAA ***@***.***> 写道:
那么这个问题是不是只要等待room.has() 方法的bug修复了,就能解决了
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. Versions
What is your wechaty version?
Answer: "@juzi/wechaty": "1.0.47"
What is your wechaty-puppet-padplus version?
Answer: "@juzi/wechaty-puppet-padplus": "1.2.4",
What is your node version? (run
node --version
)Answer: v16.17.0
What os are you using
Answer: Mac Os
2. Describe the bug
当我使用
await room.say()
的时候,即使群不存在,或者机器人不在群中,say方法返回的Promise依然是 Promise,这使得我无法得到消息是否正确交付的状态
3. To Reproduce
4. Expected behavior
Promise应当为 ==> rejected
5. Actual behavior
Promise依然是 Promise,
6. Full Output Logs
请关注日志关键词
areyousure
输出Show Logs
7. Additional context
The text was updated successfully, but these errors were encountered: