-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Wechat帐号界面语言设为中文环境下:wechaty的room-join room-leave room-topic 事件无法触发 #52
Comments
this bug is expected because I only had tested the according to your logs, there should add 3 type of
thanks for the detail log, will fix later. |
@lijiarui code updated, I did not test it yet, but I hope it should work as well. please notice me if it works not as expected. BTW: thanks. |
@zixia Chinese version string is: 你已添加了XX,现在可以开始聊天了。 |
@ky1000ky2000 thanks! code updated. hope it works ... |
room-leave 但是room-join依然无法成功触发 具体日志如下:
可以检测到room-leave 事件
无法检测到room-join 事件
可以检测到room-leave 事件
无法检测到room-join 事件
可以检测到room-topic 事件 祝好! |
@lijiarui please provide detail log with |
Thanks! 我将三个事件执行后的日志分为三个部分粘贴在下面,以供参考对比。 room-join event 监控失败,日志内容相对比另外两个event,显得格外冗长,因此我将这一部分分为了正常日志和异常日志。 room-join正常日志的显示,和room-leave以及room-topic的长度相近,内容相似。 1、room-join event log:(fail to listen) 个人认为以下信息为此事件的正常日志:
个人认为以下信息可能是此事件异常日志:
2.room-leave event log:(works as expected)
3.room-topic event log:(works as expected)
|
it seems your code is out dated, not the latest version. you need to |
it works as expected! |
room-join
room-leave
room-topic
以上三个event,无法成功触发
代码如下:
当群中拉入成员、删除成员、修改群名,理应打印出:
实际上并没有打印出以上内容,仅仅作为消息形式,日志输出如下:(加入好友的情况)
在移除好友时:
在修改群名称时:
为什么会没有触发到
.on('room-join', (room, invitee, inviter)
.on('room-leave', (room, leaver)
.on('room-topic', (room, topic, oldTopic, changer)
里面的内容呢?
谢谢!
The text was updated successfully, but these errors were encountered: