-
-
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
Room Event cannot work as expect after create a new room #1342
Comments
It seems that in your case, the two Could you please try again with the following modification, and see what's the id of those room? /**
* create the ding room
*/
- await createDingRoom(from)
+ const dingRoom = await createDingRoom(from)
+ console.log('createDingRoom id:', dingRoom.id)
/**
* listen events from ding room
*/ room.on('join', function(inviteeList, inviter) {
log.verbose('Bot', 'Room EVENT: join - %s, %s',
inviteeList.map(c => c.name()).join(', '),
inviter.name(),
- )
+ )
+ console.log('room.on(join) id:', this.id)
checkRoomJoin.call(this, room, inviteeList, inviter)
}) |
well, in my case, I cannot get the following log: log.verbose('Bot', 'Room EVENT: join - %s, %s',
inviteeList.map(c => c.name()).join(', '),
inviter.name(),
) But try again your modification and log as follows: 22:43:46 SILL Accessory #13<Room<>> constructor()
22:43:46 SILL Room constructor(10359026530@chatroom)
22:43:46 INFO Bot createDingRoom() new ding room created: Room<10359026530@chatroom>
22:43:46 VERB Room topic(ding - created)
22:43:46 VERB PuppetPadchat roomTopic(10359026530@chatroom, ding - created)
22:43:46 SILL PadchatRpc rpcCall(WXSetChatroomName, ["10359026530@chatroom","ding - created"])
22:43:47 SILL PadchatRpc WXSetChatroomName result: {"message":"","status":0}
22:43:47 VERB PuppetPadchat roomPayloadDirty(10359026530@chatroom)
22:43:47 VERB PuppetPadchatManager roomRawPayloadDirty(10359026530)
22:43:47 VERB Puppet roomPayloadDirty(10359026530@chatroom)
22:43:47 SILL Puppet constructor() lruOptions.dispose(10359026530@chatroom, {"id":"10359026530@chatroom","topic":"","ownerId":"wxid_zj2cahpwzgie12"})
22:43:47 VERB Room say(ding - created, )
22:43:47 VERB PuppetPadchat messageSend({"roomId":"10359026530@chatroom"}, ding - created)
22:43:47 SILL PadchatRpc rpcCall(WXSendMsg, ["10359026530@chatroom","ding - created",""])
createDingRoom id: 10359026530@chatroom
22:43:47 INFO Bot manageDingRoom()
22:43:47 VERB Room find({ topic: /^ding/i })
22:43:47 VERB Room findAll()
22:43:47 VERB Puppet roomSearch({"topic":{}})
22:43:47 VERB PuppetPadchat roomList()
22:43:47 VERB PuppetPadchatManager getRoomIdList()
22:43:47 VERB PuppetPadchatManager getRoomIdList()=235
22:43:47 SILL PuppetPadchat roomList()=235
.....
22:44:21 VERB PuppetPadchat onPadchatMessage({id=7526275642472358970, type=Sys(5)})
rawPayload: { content: '"wechaty-alias"邀请"小桔"加入了群聊',
continue: 1,
description: '',
from_user: '10359026530@chatroom',
msg_id: '7526275642472358970',
msg_source: '',
msg_type: 5,
status: 1,
sub_type: 10000,
timestamp: 1528987460,
to_user: 'wxid_zj2cahpwzgie12',
uin: 324216852 }
22:44:21 VERB PuppetPadchat onPadchatMessageFriendshipEvent({id=7526275642472358970})
22:44:21 VERB PuppetPadchat onPadchatMessageRoomEventJoin({id=7526275642472358970})
22:44:21 SILL PuppetPadchat onPadchatMessageRoomEventJoin() roomJoinEvent="{"inviteeNameList":["小桔"],"inviterName":"wechaty-alias","roomId":"10359026530@chatroom"}"
22:44:21 VERB PuppetPadchat onPadchatMessageRoomEventLeave({id=7526275642472358970})
22:44:21 VERB PuppetPadchat onPadchatMessageRoomEventTopic({id=7526275642472358970})
22:44:21 VERB PuppetPadchat onPadchatMessageRoomEvent({id=1}) roomJoin retry(attempt=0)
22:44:21 VERB Puppet roomMemberSearch(10359026530@chatroom, "小桔")
22:44:21 VERB Puppet roomMemberSearch(10359026530@chatroom, {"roomAlias":"小桔"})
22:44:21 VERB PuppetPadchat roomMemberList(10359026530@chatroom)
22:44:21 VERB PuppetPadchatManager getRoomMemberIdList(10359026530)
22:44:21 SILL PuppetPadchatManager syncRoomMember(10359026530@chatroom)
22:44:21 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["10359026530@chatroom"])
22:44:21 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000002,"count":4,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/VjqnqeuPye38V5RmXxh37DbibicjtTIdgrX1OQPbs1MhQ4UyQlicVTPAcibkJKJIia6cqetYPlicshtC9uJA2iabiasicicA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_zj2cahpwzgie12\",\"nick_name\":\"李卓桓\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/VjqnqeuPye38V5RmXxh37DbibicjtTIdgrX1OQPbs1MhQ4UyQlicVTPAcibkJKJIia6cqetYPlicshtC9uJA2iabiasicicA/132\",\"user_name\":\"lizhuohuan\"},{\"big_head\":\"http://wx.qlogo.cn
22:44:21 SILL PuppetPadchatManager syncRoomMember(10359026530@chatroom) total 6 members
22:44:21 VERB PuppetPadchatManager getRoomMemberIdList(10359026530) length=4
22:44:21 SILL PuppetPadchat roomMemberList()=4
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=lizhuohuan noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 SILL Puppet roomMemberPayloadCache(10359026530@chatroom) cache MISS
22:44:21 SILL PuppetPadchat roomMemberRawPayload(10359026530@chatroom)
22:44:21 VERB PuppetPadchatManager roomMemberRawPayload(10359026530@chatroom)
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=qq512436430 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 SILL Puppet roomMemberPayloadCache(10359026530@chatroom) cache MISS
22:44:21 SILL PuppetPadchat roomMemberRawPayload(10359026530@chatroom)
22:44:21 VERB PuppetPadchatManager roomMemberRawPayload(10359026530@chatroom)
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=wxid_zj2cahpwzgie12 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 SILL Puppet roomMemberPayloadCache(10359026530@chatroom) cache MISS
22:44:21 SILL PuppetPadchat roomMemberRawPayload(10359026530@chatroom)
22:44:21 VERB PuppetPadchatManager roomMemberRawPayload(10359026530@chatroom)
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=wxid_zbym1zg75qbm22 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 SILL Puppet roomMemberPayloadCache(10359026530@chatroom) cache MISS
22:44:21 SILL PuppetPadchat roomMemberRawPayload(10359026530@chatroom)
22:44:21 VERB PuppetPadchatManager roomMemberRawPayload(10359026530@chatroom)
22:44:21 SILL PuppetPadchat roomMemberRawPayloadParser([object Object])
22:44:21 SILL PuppetPadchat roomMemberRawPayloadParser([object Object])
22:44:21 SILL PuppetPadchat roomMemberRawPayloadParser([object Object])
22:44:21 SILL PuppetPadchat roomMemberRawPayloadParser([object Object])
22:44:21 SILL Puppet roomMemberPayload(10359026530@chatroom) cache SET
22:44:21 SILL Puppet roomMemberPayload(10359026530@chatroom) cache SET
22:44:21 SILL Puppet roomMemberPayload(10359026530@chatroom) cache SET
22:44:21 SILL Puppet roomMemberPayload(10359026530@chatroom) cache SET
22:44:21 VERB Puppet roomMemberSearch(10359026530@chatroom, {"name":"小桔"})
22:44:21 VERB PuppetPadchat roomMemberList(10359026530@chatroom)
22:44:21 VERB PuppetPadchatManager getRoomMemberIdList(10359026530)
22:44:21 VERB PuppetPadchatManager getRoomMemberIdList(10359026530) length=4
22:44:21 SILL PuppetPadchat roomMemberList()=4
22:44:21 VERB Puppet contactSearch(query={"name":"小桔"}, idList.length = 4)
22:44:21 VERB Puppet contactQueryFilterFactory({"name":"小桔"})
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=lizhuohuan noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=qq512436430 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=wxid_zj2cahpwzgie12 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=wxid_zbym1zg75qbm22 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberSearch(10359026530@chatroom, {"contactAlias":"小桔"})
22:44:21 VERB PuppetPadchat roomMemberList(10359026530@chatroom)
22:44:21 VERB PuppetPadchatManager getRoomMemberIdList(10359026530)
22:44:21 VERB PuppetPadchatManager getRoomMemberIdList(10359026530) length=4
22:44:21 SILL PuppetPadchat roomMemberList()=4
22:44:21 VERB Puppet contactSearch(query={"alias":"小桔"}, idList.length = 4)
22:44:21 VERB Puppet contactQueryFilterFactory({"alias":"小桔"})
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=lizhuohuan noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=qq512436430 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=wxid_zj2cahpwzgie12 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=wxid_zbym1zg75qbm22 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberSearch(10359026530@chatroom, "wechaty-alias")
22:44:21 VERB Puppet roomMemberSearch(10359026530@chatroom, {"roomAlias":"wechaty-alias"})
22:44:21 VERB PuppetPadchat roomMemberList(10359026530@chatroom)
22:44:21 VERB PuppetPadchatManager getRoomMemberIdList(10359026530)
22:44:21 VERB PuppetPadchatManager getRoomMemberIdList(10359026530) length=4
22:44:21 SILL PuppetPadchat roomMemberList()=4
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=lizhuohuan noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=qq512436430 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=wxid_zj2cahpwzgie12 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=wxid_zbym1zg75qbm22 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberSearch(10359026530@chatroom, {"name":"wechaty-alias"})
22:44:21 VERB PuppetPadchat roomMemberList(10359026530@chatroom)
22:44:21 VERB PuppetPadchatManager getRoomMemberIdList(10359026530)
22:44:21 VERB PuppetPadchatManager getRoomMemberIdList(10359026530) length=4
22:44:21 SILL PuppetPadchat roomMemberList()=4
22:44:21 VERB Puppet contactSearch(query={"name":"wechaty-alias"}, idList.length = 4)
22:44:21 VERB Puppet contactQueryFilterFactory({"name":"wechaty-alias"})
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=lizhuohuan noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=qq512436430 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=wxid_zj2cahpwzgie12 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=wxid_zbym1zg75qbm22 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberSearch(10359026530@chatroom, {"contactAlias":"wechaty-alias"})
22:44:21 VERB PuppetPadchat roomMemberList(10359026530@chatroom)
22:44:21 VERB PuppetPadchatManager getRoomMemberIdList(10359026530)
22:44:21 VERB PuppetPadchatManager getRoomMemberIdList(10359026530) length=4
22:44:21 SILL PuppetPadchat roomMemberList()=4
22:44:21 VERB Puppet contactSearch(query={"alias":"wechaty-alias"}, idList.length = 4)
22:44:21 VERB Puppet contactQueryFilterFactory({"alias":"wechaty-alias"})
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=lizhuohuan noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=qq512436430 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=wxid_zj2cahpwzgie12 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Puppet roomMemberPayload(roomId=10359026530@chatroom, contactId=wxid_zbym1zg75qbm22 noCache=false)
22:44:21 SILL Puppet roomMemberPayloadCache(id=10359026530@chatroom) @ PuppetPadchat<default>
22:44:21 VERB Room ready()
22:44:21 SILL Puppet roomPayloadCache(10359026530@chatroom) cache MISS
22:44:21 VERB Puppet roomPayload(id=10359026530@chatroom, noCache=false)
22:44:21 SILL Puppet roomPayloadCache(10359026530@chatroom) cache MISS
22:44:21 VERB PuppetPadchat roomRawPayload(10359026530@chatroom)
22:44:21 VERB PuppetPadchatManager roomRawPayload(10359026530@chatroom)
22:44:21 SILL PuppetPadchatManager roomRawPayload(10359026530@chatroom) retry() attempt=1
22:44:21 SILL PadchatRpc rpcCall(WXGetContact, ["10359026530@chatroom"])
22:44:22 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(260) & Room(235) ...
22:44:22 SILL PuppetPadchatManager syncContactsAndRooms() updating Room (6344875523@chatroom)
22:44:22 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6344875523@chatroom) task to delayQueueExecutor
22:44:22 SILL PuppetPadchatManager syncContactsAndRooms() updating Room (6770876542@chatroom)
22:44:22 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6770876542@chatroom) task to delayQueueExecutor
22:44:22 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 英语测试群1(6889867489@chatroom)
22:44:22 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6889867489@chatroom) task to delayQueueExecutor
22:44:22 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 测试机器人1(5579278943@chatroom)
22:44:22 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(5579278943@chatroom) task to delayQueueExecutor
22:44:22 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔AA1(7282879698@chatroom)
22:44:22 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7282879698@chatroom) task to delayQueueExecutor
22:44:22 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
22:44:22 SILL PadchatRpc rpcCall(WXSyncContact, [])
22:44:22 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
22:44:22 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
22:44:22 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
22:44:22 SILL PadchatRpc WXGetContact(10359026530@chatroom) result: {"big_head":"","chatroom_id":700000002,"chatroom_owner":"wxid_zj2cahpwzgie12","city":"","country":"","intro":"","label":"","max_member_count":500,"member":"[\"lizhuohuan\",\"qq512436430\",\"wxid_zj2cahpwzgie12\",\"wxid_zbym1zg75qbm22\"]\n","member_count":4,"message":"","nick_name":"ding - created","provincia":"","py_initial":"DINGCREATED","quan_pin":"dingcreated","remark":"","remark_py_initial":"","remark_quan_pin":"","sex":0,"signature":"","small_head":"http://wx.qlogo.cn/mmcrhead/Hp9HAaP9GFAulN5sjiaGbFAUOc55kaOlVjHMZe87hsPShELKh7nhgiaqPqRuEkwUMAdagmD8tx0xVYnmXvoq72r7nwtjV49t9T/0","status":0,"stranger":"v1_0819bced699a6191ada88b4fab1091cb6d3ad13d8ddf13fcccec96aac4fab5364df72e6f49ef9e86fa13c45ac4145bd1@stranger","ticket":"","user_name":"10359026530@chatroom"}
22:44:22 VERB PuppetPadchat roomRawPayloadParser(rawPayload.user_name="10359026530@chatroom")
22:44:22 SILL Puppet roomPayload(10359026530@chatroom) cache SET
22:44:22 VERB PuppetPadchat roomMemberList(10359026530@chatroom)
22:44:22 VERB PuppetPadchatManager getRoomMemberIdList(10359026530)
22:44:22 VERB PuppetPadchatManager getRoomMemberIdList(10359026530) length=4
22:44:22 SILL PuppetPadchat roomMemberList()=4
22:44:22 SILL Contact ready() @ PuppetPadchat<default>
22:44:22 SILL Contact ready() isReady() true
22:44:22 SILL Contact ready() @ PuppetPadchat<default>
22:44:22 SILL Contact ready() isReady() true
22:44:22 SILL Contact ready() @ PuppetPadchat<default>
22:44:22 SILL Contact ready() isReady() true
22:44:22 SILL Contact ready() @ PuppetPadchat<default>
22:44:22 SILL Contact ready() isReady() true
22:44:22 SILL Contact ready() @ PuppetPadchat<default>
22:44:22 SILL Contact ready() isReady() true
22:44:22 SILL Contact ready() @ PuppetPadchat<default>
22:44:22 SILL Contact ready() isReady() true
22:44:22 VERB Room topic()
22:44:22 INFO Bot EVENT: room-join - Room ding - created got new member 小桔, invited by 李佳芮
22:44:22 VERB Room topic()
22:44:22 VERB Room say(welcome to ding - created!, 小桔)
22:44:22 VERB PuppetPadchat messageSend({"roomId":"10359026530@chatroom","contactId":"wxid_zbym1zg75qbm22"}, @小桔 welcome to ding - created!)
22:44:22 SILL PadchatRpc rpcCall(WXSendMsg, ["10359026530@chatroom","@小桔 welcome to ding - created!",""])
22:44:22 SILL PadchatRpc onSocketTencent() discard empty message msg_id payoad: {"continue":0,"msg_type":32768,"status":1,"uin":324216852}
22:44:23 SILL PadchatRpc onServerMessagePadchat() discard empty payload.data for apiName: WXSyncContact
22:44:23 SILL PadchatRpc onSocketTencent() discard empty message msg_id payoad: {"continue":0,"msg_type":32768,"status":1,"uin":324216852}
22:44:26 SILL PuppetPadchatManager syncRoomMember(4523989875@chatroom)
22:44:26 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["4523989875@chatroom"])
22:44:26 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(4523989875@chatroom)) executed
22:44:26 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000002,"count":4,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_seytcj5hxxsh12\",\"nick_name\":\"梦君君\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/132\",\"user_name\":\"mengjunjun001\"},{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver
22:44:26 SILL PuppetPadchatManager syncRoomMember(4523989875@chatroom) total 6 members
22:44:33 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
22:44:33 SILL PadchatRpc rpcCall(WXSyncContact, [])
22:44:33 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
22:44:33 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
22:44:33 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
22:44:41 SILL PuppetPadchatManager syncRoomMember(6604854403@chatroom)
22:44:41 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["6604854403@chatroom"])
22:44:41 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(6604854403@chatroom)) executed
22:44:41 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000006,"count":4,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/wN7tTZj7LiaR7k8rqALz17nYnHvTSichOiclE7SB8ljd4u9sZLtJf7ibOa8jXYibTwU5rA7F7zISXG6SxzEKTPSnDaQ/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_7708837087612\",\"nick_name\":\"李佳芮\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/wN7tTZj7LiaR7k8rqALz17nYnHvTSichOiclE7SB8ljd4u9sZLtJf7ibOa8jXYibTwU5rA7F7zISXG6SxzEKTPSnDaQ/132\",\"user_name\":\"qq512436430\"},{\"big_head\":\"http://wx.qlogo.cn/mmhead/ve
22:44:41 SILL PuppetPadchatManager syncRoomMember(6604854403@chatroom) total 6 members
22:44:43 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(260) & Room(236) ...
22:44:43 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群2(7268880334@chatroom)
22:44:43 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7268880334@chatroom) task to delayQueueExecutor
22:44:43 SILL PuppetPadchatManager syncContactsAndRooms() updating Room (8524006532@chatroom)
22:44:43 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8524006532@chatroom) task to delayQueueExecutor
22:44:43 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 新名称(7257884025@chatroom)
22:44:43 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7257884025@chatroom) task to delayQueueExecutor
22:44:43 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 新名称(4595996416@chatroom)
22:44:43 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(4595996416@chatroom) task to delayQueueExecutor
22:44:43 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群1(6745862424@chatroom)
22:44:43 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6745862424@chatroom) task to delayQueueExecutor
22:44:43 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
22:44:43 SILL PadchatRpc rpcCall(WXSyncContact, [])
22:44:43 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
22:44:43 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
22:44:43 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
22:44:53 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(260) & Room(236) ...
22:44:53 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔AA(6876879800@chatroom)
22:44:53 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6876879800@chatroom) task to delayQueueExecutor
22:44:53 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔AA_4(8314006917@chatroom)
22:44:53 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8314006917@chatroom) task to delayQueueExecutor
22:44:53 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 新名称(6930884171@chatroom)
22:44:53 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6930884171@chatroom) task to delayQueueExecutor
22:44:53 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 新名称(6858883803@chatroom)
22:44:53 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6858883803@chatroom) task to delayQueueExecutor
22:44:53 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 测试新名称(6771884374@chatroom)
22:44:53 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6771884374@chatroom) task to delayQueueExecutor
22:44:53 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
22:44:53 SILL PadchatRpc rpcCall(WXSyncContact, [])
22:44:54 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
22:44:54 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
22:44:54 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
22:44:56 SILL PuppetPadchatManager syncRoomMember(7274876305@chatroom)
22:44:56 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["7274876305@chatroom"])
22:44:56 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(7274876305@chatroom)) executed
22:44:56 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000001,"count":3,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_zj2cahpwzgie12\",\"nick_name\":\"梦君君\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/132\",\"user_name\":\"mengjunjun001\"},{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver
22:44:56 SILL PuppetPadchatManager syncRoomMember(7274876305@chatroom) total 6 members
22:45:04 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(260) & Room(236) ...
22:45:04 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔AA_6(6679885738@chatroom)
22:45:04 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6679885738@chatroom) task to delayQueueExecutor
22:45:04 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔AA_7(6444885432@chatroom)
22:45:04 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6444885432@chatroom) task to delayQueueExecutor
22:45:04 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔AA_7(6438884562@chatroom)
22:45:04 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6438884562@chatroom) task to delayQueueExecutor
22:45:04 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试AA_4(8406007304@chatroom)
22:45:04 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8406007304@chatroom) task to delayQueueExecutor
22:45:04 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试AA_5(6307884868@chatroom)
22:45:04 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6307884868@chatroom) task to delayQueueExecutor
22:45:04 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
22:45:04 SILL PadchatRpc rpcCall(WXSyncContact, [])
22:45:04 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
22:45:04 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
22:45:04 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
22:45:11 SILL PuppetPadchatManager syncRoomMember(7040877086@chatroom)
22:45:11 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["7040877086@chatroom"])
22:45:11 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(7040877086@chatroom)) executed
22:45:11 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000001,"count":3,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_zj2cahpwzgie12\",\"nick_name\":\"梦君君\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/132\",\"user_name\":\"mengjunjun001\"},{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver
22:45:11 SILL PuppetPadchatManager syncRoomMember(7040877086@chatroom) total 6 members
22:45:14 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(260) & Room(236) ...
22:45:14 SILL PuppetPadchatManager syncContactsAndRooms() updating Room (6616884709@chatroom)
22:45:14 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6616884709@chatroom) task to delayQueueExecutor
22:45:14 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_0(8385006735@chatroom)
22:45:14 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8385006735@chatroom) task to delayQueueExecutor
22:45:14 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_0(6924884044@chatroom)
22:45:14 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6924884044@chatroom) task to delayQueueExecutor
22:45:14 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_0(6431883765@chatroom)
22:45:14 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6431883765@chatroom) task to delayQueueExecutor
22:45:14 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_0(7108884478@chatroom)
22:45:14 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7108884478@chatroom) task to delayQueueExecutor
22:45:14 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
22:45:14 SILL PadchatRpc rpcCall(WXSyncContact, [])
22:45:14 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
22:45:14 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
22:45:14 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
22:45:24 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(260) & Room(236) ...
22:45:24 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试AA_4(6713883801@chatroom)
22:45:24 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6713883801@chatroom) task to delayQueueExecutor
22:45:24 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试AA_4(6859884204@chatroom)
22:45:24 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6859884204@chatroom) task to delayQueueExecutor
22:45:24 SILL PuppetPadchatManager syncContactsAndRooms() updating Room (8415007221@chatroom)
22:45:24 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8415007221@chatroom) task to delayQueueExecutor
22:45:24 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_3(7106885109@chatroom)
22:45:24 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7106885109@chatroom) task to delayQueueExecutor
22:45:24 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_4(6630886216@chatroom)
22:45:24 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6630886216@chatroom) task to delayQueueExecutor
22:45:24 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
22:45:24 SILL PadchatRpc rpcCall(WXSyncContact, [])
22:45:25 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
22:45:25 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
22:45:25 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
22:45:26 SILL PuppetPadchatManager syncRoomMember(6344875523@chatroom)
22:45:26 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["6344875523@chatroom"])
22:45:26 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(6344875523@chatroom)) executed
22:45:26 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000001,"count":3,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_zj2cahpwzgie12\",\"nick_name\":\"梦君君\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/132\",\"user_name\":\"mengjunjun001\"},{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver
22:45:26 SILL PuppetPadchatManager syncRoomMember(6344875523@chatroom) total 6 members
22:45:35 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(260) & Room(236) ...
22:45:35 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_5(7113883630@chatroom)
22:45:35 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7113883630@chatroom) task to delayQueueExecutor
22:45:35 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_6(7054884806@chatroom)
22:45:35 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7054884806@chatroom) task to delayQueueExecutor
22:45:35 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_7(6986885242@chatroom)
22:45:35 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6986885242@chatroom) task to delayQueueExecutor
22:45:35 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_8(6616884835@chatroom)
22:45:35 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6616884835@chatroom) task to delayQueueExecutor
22:45:35 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_9(6756886689@chatroom)
22:45:35 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6756886689@chatroom) task to delayQueueExecutor
22:45:35 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
22:45:35 SILL PadchatRpc rpcCall(WXSyncContact, [])
22:45:35 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
22:45:35 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
22:45:35 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
22:45:41 SILL PuppetPadchatManager syncRoomMember(6770876542@chatroom)
22:45:41 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["6770876542@chatroom"])
22:45:41 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(6770876542@chatroom)) executed
22:45:41 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000001,"count":3,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_zj2cahpwzgie12\",\"nick_name\":\"梦君君\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/132\",\"user_name\":\"mengjunjun001\"},{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver
22:45:41 SILL PuppetPadchatManager syncRoomMember(6770876542@chatroom) total 6 members
22:45:45 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(260) & Room(236) ...
22:45:45 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_1(8381007330@chatroom)
22:45:45 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8381007330@chatroom) task to delayQueueExecutor
22:45:45 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_2(6523883336@chatroom)
22:45:45 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6523883336@chatroom) task to delayQueueExecutor
22:45:45 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_3(6761885196@chatroom)
22:45:45 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6761885196@chatroom) task to delayQueueExecutor
22:45:45 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_4(8552007371@chatroom)
22:45:45 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8552007371@chatroom) task to delayQueueExecutor
22:45:45 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_5(6554885023@chatroom)
22:45:45 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6554885023@chatroom) task to delayQueueExecutor
22:45:45 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ... From the log we can see:
|
You did not fully understand me. Please change the code and see if the two room id is the same: /**
* create the ding room
*/
- await createDingRoom(from)
+ const dingRoom = await createDingRoom(from)
+ console.log('createDingRoom id:', dingRoom.id)
/**
* listen events from ding room
*/ + console.log('room.on(join) id:', this.id)
room.on('join', function(inviteeList, inviter) {
log.verbose('Bot', 'Room EVENT: join - %s, %s',
inviteeList.map(c => c.name()).join(', '),
inviter.name(),
)
checkRoomJoin.call(this, room, inviteeList, inviter)
}) |
What's the console.log output? |
run #1344 code wechaty version: Bug:
We console log three part in the code: 1. bot.on('room-join').on('room-join', async function(room, inviteeList, inviter) {
log.info( 'Bot', 'EVENT: room-join - Room %s got new member %s, invited by %s',
await room.topic(),
inviteeList.map(c => c.name()).join(','),
inviter.name(),
)
console.log('bot room-join room id:', room.id)
const topic = await room.topic()
room.say(`welcome to ${topic}!`, inviteeList[0])
}) Output: bot room-join room id: 11518026904@chatroom 2. create the ding room/**
* create the ding room
*/
const newRoom = await createDingRoom(from)
console.log('createDingRoom id:', newRoom.id) Output: createDingRoom id: 11518026904@chatroom 3. room.on('join') room.on('join', function(inviteeList, inviter) {
log.verbose('Bot', 'Room EVENT: join - %s, %s',
inviteeList.map(c => c.name()).join(', '),
inviter.name(),
)
console.log('room.on(join) id:', this.id)
checkRoomJoin.call(this, room, inviteeList, inviter)
}) Output: no result Full Log: 12:04:38 VERB PuppetPadchat onPadchatMessage({id=2598551855047587710, type=Text(5)})
rawPayload: { content: 'ding',
continue: 1,
description: 'wechaty-alias : ding',
from_user: 'qq512436430',
msg_id: '2598551855047587710',
msg_source: '<msgsource />\n',
msg_type: 5,
status: 1,
sub_type: 1,
timestamp: 1529035477,
to_user: 'wxid_zj2cahpwzgie12',
uin: 324216852 }
12:04:38 VERB Message static create(2598551855047587710)
12:04:38 SILL Accessory #16<Message> constructor()
12:04:38 VERB Message constructor(2598551855047587710) for class Message
12:04:38 VERB Message ready()
12:04:38 SILL Puppet messagePayloadCache(2598551855047587710) cache MISS
12:04:38 VERB Puppet messagePayload(id=2598551855047587710, dirty=false)
12:04:38 SILL Puppet messagePayloadCache(2598551855047587710) cache MISS
12:04:38 VERB PuppetPadChat messageRawPayloadParser({msg_id="2598551855047587710"})
12:04:38 SILL PuppetPadchat messagePayload({"id":"2598551855047587710","timestamp":1529035477,"type":6,"fromId":"qq512436430","toId":"wxid_zj2cahpwzgie12","text":"ding"})
12:04:38 SILL Puppet messagePayload(2598551855047587710) cache SET
12:04:38 SILL Contact ready() @ PuppetPadchat<default>
12:04:38 SILL Contact ready() isReady() true
12:04:38 SILL Contact ready() @ PuppetPadchat<default>
12:04:38 SILL Contact ready() isReady() true
12:04:38 SILL Contact alias()
12:04:38 SILL Contact alias()
<李佳芮>:Message#Text(Contact<wechaty-alias>►Contact<苏轼>)<ding>
12:04:38 VERB Puppet selfId()
12:04:38 VERB Room find({ topic: /^ding/i })
12:04:38 VERB Room findAll()
12:04:38 VERB Puppet roomSearch({"topic":{}})
12:04:38 VERB PuppetPadchat roomList()
12:04:38 VERB PuppetPadchatManager getRoomIdList()
12:04:38 VERB PuppetPadchatManager getRoomIdList()=238
12:04:38 SILL PuppetPadchat roomList()=238
12:04:38 SILL Puppet roomSearch() allRoomIdList.length=238
...
12:04:38 INFO Bot onMessage: dingRoom not found, try to create one
12:04:38 SILL Contact alias()
12:04:38 INFO Bot createDingRoom(Contact<wechaty-alias>)
12:04:38 INFO Bot getHelperContact()
12:04:38 VERB Contact find({"name":"李卓桓"})
12:04:38 VERB Cotnact findAll({ name: 李卓桓 })
12:04:38 VERB Puppet contactSearch(query={"name":"李卓桓"}, )
12:04:38 VERB PuppetPadchat contactList()
12:04:38 VERB PuppetPadchatManager getContactIdList()
12:04:38 SILL PuppetPadchatManager getContactIdList() = 40
12:04:38 SILL Puppet contactPayload(a29533083) cache MISS
12:04:38 SILL PuppetPadchat contactRawPayload(a29533083)
...
12:04:38 VERB Puppet contactQueryFilterFactory({"name":"李卓桓"})
12:04:38 SILL Contact ready() @ PuppetPadchat<default>
12:04:38 SILL Contact ready() isReady() true
12:04:38 INFO Bot getHelperContact() ok. got: 李卓桓
12:04:38 SILL Contact alias()
12:04:38 SILL Contact alias()
12:04:38 VERB Bot contactList: Contact<wechaty-alias>,Contact<李卓桓>
12:04:38 SILL Contact alias()
12:04:38 SILL Contact alias()
12:04:38 VERB Room create(Contact<wechaty-alias>,Contact<李卓桓>, ding)
12:04:38 VERB PuppetPadchat roomCreate(qq512436430,lizhuohuan, ding)
12:04:38 SILL PadchatRpc rpcCall(WXCreateChatRoom, ["[\"qq512436430\",\"lizhuohuan\"]"])
12:04:39 SILL PadchatRpc WXCreateChatRoom(userList.length=2) = "{"message":"\n\u0010Everything is OK","status":0,"user_name":"\n\u001411518026904@chatroom"}"
12:04:39 VERB Puppet roomPayload(id=11518026904@chatroom, dirty=false)
....
12:04:40 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
12:04:40 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
createDingRoom id: 11518026904@chatroom
12:04:40 INFO Bot manageDingRoom()
12:04:40 VERB Room find({ topic: /^ding/i })
12:04:40 VERB Room findAll()
12:04:40 VERB Puppet roomSearch({"topic":{}})
12:04:40 VERB PuppetPadchat roomList()
12:04:40 VERB PuppetPadchatManager getRoomIdList()
12:04:40 VERB PuppetPadchatManager getRoomIdList()=238
12:04:40 SILL PuppetPadchat roomList()=238
12:04:40 SILL Puppet roomSearch() allRoomIdList.length=238
...
12:04:55 VERB PuppetPadchat onPadchatMessage({id=2267031618744464867, type=Sys(5)})
rawPayload: { content: '"wechaty-alias"邀请"桔小秘"加入了群聊',
continue: 1,
description: '',
from_user: '11518026904@chatroom',
msg_id: '2267031618744464867',
msg_source: '',
msg_type: 5,
status: 1,
sub_type: 10000,
timestamp: 1529035494,
to_user: 'wxid_zj2cahpwzgie12',
uin: 324216852 }
12:04:55 VERB PuppetPadchat onPadchatMessageFriendshipEvent({id=2267031618744464867})
12:04:55 VERB PuppetPadchat onPadchatMessageRoomEventJoin({id=2267031618744464867})
12:04:55 SILL PuppetPadchat onPadchatMessageRoomEventJoin() roomJoinEvent="{"inviteeNameList":["桔小秘"],"inviterName":"wechaty-alias","roomId":"11518026904@chatroom"}"
12:04:55 VERB PuppetPadchat onPadchatMessageRoomEventLeave({id=2267031618744464867})
12:04:55 VERB PuppetPadchat onPadchatMessageRoomEventTopic({id=2267031618744464867})
12:04:55 VERB PuppetPadchat onPadchatMessageRoomEvent({id=1}) roomJoin retry(attempt=0)
12:04:55 VERB Puppet roomMemberSearch(11518026904@chatroom, "桔小秘")
12:04:55 VERB Puppet roomMemberSearch(11518026904@chatroom, {"roomAlias":"桔小秘"})
12:04:55 VERB PuppetPadchat roomMemberList(11518026904@chatroom)
12:04:55 VERB PuppetPadchatManager getRoomMemberIdList(11518026904)
12:04:55 SILL PuppetPadchatManager syncRoomMember(11518026904@chatroom)
12:04:55 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["11518026904@chatroom"])
12:04:55 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000002,"count":4,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/VjqnqeuPye38V5RmXxh37DbibicjtTIdgrX1OQPbs1MhQ4UyQlicVTPAcibkJKJIia6cqetYPlicshtC9uJA2iabiasicicA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_zj2cahpwzgie12\",\"nick_name\":\"李卓桓\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/VjqnqeuPye38V5RmXxh37DbibicjtTIdgrX1OQPbs1MhQ4UyQlicVTPAcibkJKJIia6cqetYPlicshtC9uJA2iabiasicicA/132\",\"user_name\":\"lizhuohuan\"},{\"big_head\":\"http://wx.qlogo.cn
12:04:55 SILL PuppetPadchatManager syncRoomMember(11518026904@chatroom) total 6 members
12:04:55 VERB PuppetPadchatManager getRoomMemberIdList(11518026904) length=4
12:04:55 SILL PuppetPadchat roomMemberList()=4
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=lizhuohuan dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 SILL Puppet roomMemberPayloadCache(11518026904@chatroom) cache MISS
12:04:55 SILL PuppetPadchat roomMemberRawPayload(11518026904@chatroom)
12:04:55 VERB PuppetPadchatManager roomMemberRawPayload(11518026904@chatroom)
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=qq512436430 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 SILL Puppet roomMemberPayloadCache(11518026904@chatroom) cache MISS
12:04:55 SILL PuppetPadchat roomMemberRawPayload(11518026904@chatroom)
12:04:55 VERB PuppetPadchatManager roomMemberRawPayload(11518026904@chatroom)
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=wxid_zj2cahpwzgie12 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 SILL Puppet roomMemberPayloadCache(11518026904@chatroom) cache MISS
12:04:55 SILL PuppetPadchat roomMemberRawPayload(11518026904@chatroom)
12:04:55 VERB PuppetPadchatManager roomMemberRawPayload(11518026904@chatroom)
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=wxid_3xl8j2suau8b22 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 SILL Puppet roomMemberPayloadCache(11518026904@chatroom) cache MISS
12:04:55 SILL PuppetPadchat roomMemberRawPayload(11518026904@chatroom)
12:04:55 VERB PuppetPadchatManager roomMemberRawPayload(11518026904@chatroom)
12:04:55 SILL PuppetPadchat roomMemberRawPayloadParser([object Object])
12:04:55 SILL PuppetPadchat roomMemberRawPayloadParser([object Object])
12:04:55 SILL PuppetPadchat roomMemberRawPayloadParser([object Object])
12:04:55 SILL PuppetPadchat roomMemberRawPayloadParser([object Object])
12:04:55 SILL Puppet roomMemberPayload(11518026904@chatroom) cache SET
12:04:55 SILL Puppet roomMemberPayload(11518026904@chatroom) cache SET
12:04:55 SILL Puppet roomMemberPayload(11518026904@chatroom) cache SET
12:04:55 SILL Puppet roomMemberPayload(11518026904@chatroom) cache SET
12:04:55 VERB Puppet roomMemberSearch(11518026904@chatroom, {"name":"桔小秘"})
12:04:55 VERB PuppetPadchat roomMemberList(11518026904@chatroom)
12:04:55 VERB PuppetPadchatManager getRoomMemberIdList(11518026904)
12:04:55 VERB PuppetPadchatManager getRoomMemberIdList(11518026904) length=4
12:04:55 SILL PuppetPadchat roomMemberList()=4
12:04:55 VERB Puppet contactSearch(query={"name":"桔小秘"}, idList.length = 4)
12:04:55 VERB Puppet contactQueryFilterFactory({"name":"桔小秘"})
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=lizhuohuan dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=qq512436430 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=wxid_zj2cahpwzgie12 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=wxid_3xl8j2suau8b22 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberSearch(11518026904@chatroom, {"contactAlias":"桔小秘"})
12:04:55 VERB PuppetPadchat roomMemberList(11518026904@chatroom)
12:04:55 VERB PuppetPadchatManager getRoomMemberIdList(11518026904)
12:04:55 VERB PuppetPadchatManager getRoomMemberIdList(11518026904) length=4
12:04:55 SILL PuppetPadchat roomMemberList()=4
12:04:55 VERB Puppet contactSearch(query={"alias":"桔小秘"}, idList.length = 4)
12:04:55 VERB Puppet contactQueryFilterFactory({"alias":"桔小秘"})
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=lizhuohuan dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=qq512436430 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=wxid_zj2cahpwzgie12 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=wxid_3xl8j2suau8b22 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberSearch(11518026904@chatroom, "wechaty-alias")
12:04:55 VERB Puppet roomMemberSearch(11518026904@chatroom, {"roomAlias":"wechaty-alias"})
12:04:55 VERB PuppetPadchat roomMemberList(11518026904@chatroom)
12:04:55 VERB PuppetPadchatManager getRoomMemberIdList(11518026904)
12:04:55 VERB PuppetPadchatManager getRoomMemberIdList(11518026904) length=4
12:04:55 SILL PuppetPadchat roomMemberList()=4
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=lizhuohuan dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=qq512436430 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=wxid_zj2cahpwzgie12 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=wxid_3xl8j2suau8b22 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberSearch(11518026904@chatroom, {"name":"wechaty-alias"})
12:04:55 VERB PuppetPadchat roomMemberList(11518026904@chatroom)
12:04:55 VERB PuppetPadchatManager getRoomMemberIdList(11518026904)
12:04:55 VERB PuppetPadchatManager getRoomMemberIdList(11518026904) length=4
12:04:55 SILL PuppetPadchat roomMemberList()=4
12:04:55 VERB Puppet contactSearch(query={"name":"wechaty-alias"}, idList.length = 4)
12:04:55 VERB Puppet contactQueryFilterFactory({"name":"wechaty-alias"})
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=lizhuohuan dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=qq512436430 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=wxid_zj2cahpwzgie12 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=wxid_3xl8j2suau8b22 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberSearch(11518026904@chatroom, {"contactAlias":"wechaty-alias"})
12:04:55 VERB PuppetPadchat roomMemberList(11518026904@chatroom)
12:04:55 VERB PuppetPadchatManager getRoomMemberIdList(11518026904)
12:04:55 VERB PuppetPadchatManager getRoomMemberIdList(11518026904) length=4
12:04:55 SILL PuppetPadchat roomMemberList()=4
12:04:55 VERB Puppet contactSearch(query={"alias":"wechaty-alias"}, idList.length = 4)
12:04:55 VERB Puppet contactQueryFilterFactory({"alias":"wechaty-alias"})
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=lizhuohuan dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=qq512436430 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=wxid_zj2cahpwzgie12 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Puppet roomMemberPayload(roomId=11518026904@chatroom, contactId=wxid_3xl8j2suau8b22 dirty=false)
12:04:55 SILL Puppet roomMemberPayloadCache(id=11518026904@chatroom) @ PuppetPadchat<default>
12:04:55 VERB Room ready()
12:04:55 SILL Puppet roomPayloadCache(11518026904@chatroom) cache MISS
12:04:55 VERB Puppet roomPayload(id=11518026904@chatroom, dirty=false)
12:04:55 SILL Puppet roomPayloadCache(11518026904@chatroom) cache MISS
12:04:55 VERB PuppetPadchat roomRawPayload(11518026904@chatroom)
12:04:55 VERB PuppetPadchatManager roomRawPayload(11518026904@chatroom)
12:04:55 SILL PuppetPadchatManager roomRawPayload(11518026904@chatroom) retry() attempt=1
12:04:55 SILL PadchatRpc rpcCall(WXGetContact, ["11518026904@chatroom"])
12:04:56 SILL PadchatRpc WXGetContact(11518026904@chatroom) result: {"big_head":"","chatroom_id":700000002,"chatroom_owner":"wxid_zj2cahpwzgie12","city":"","country":"","intro":"","label":"","max_member_count":500,"member":"[\"lizhuohuan\",\"qq512436430\",\"wxid_zj2cahpwzgie12\",\"wxid_3xl8j2suau8b22\"]\n","member_count":4,"message":"","nick_name":"ding - created","provincia":"","py_initial":"DINGCREATED","quan_pin":"dingcreated","remark":"","remark_py_initial":"","remark_quan_pin":"","sex":0,"signature":"","small_head":"http://wx.qlogo.cn/mmcrhead/HmVQlX9WkBtia3qXnC8iaEgxlrb3sx29K2RA9tSiaR4TW2nUgNp9LAboKkOibRYiarQvVauicW4ca7OlNhKdOibVs4MCibFas2IAIsB5/0","status":0,"stranger":"v1_2e9a988eb0619b5d36e2dd34e607da5516fba520e55213c604aa2b40ad7631862fead48cf0f9cfd51d80176c8b93beb1@stranger","ticket":"","user_name":"11518026904@chatroom"}
12:04:56 VERB PuppetPadchat roomRawPayloadParser(rawPayload.user_name="11518026904@chatroom")
12:04:56 SILL Puppet roomPayload(11518026904@chatroom) cache SET
12:04:56 VERB PuppetPadchat roomMemberList(11518026904@chatroom)
12:04:56 VERB PuppetPadchatManager getRoomMemberIdList(11518026904)
12:04:56 VERB PuppetPadchatManager getRoomMemberIdList(11518026904) length=4
12:04:56 SILL PuppetPadchat roomMemberList()=4
12:04:56 SILL Accessory #18<Contact> constructor()
12:04:56 SILL Contact constructor(wxid_3xl8j2suau8b22)
12:04:56 SILL Contact ready() @ PuppetPadchat<default>
12:04:56 SILL Contact ready() isReady() true
12:04:56 SILL Contact ready() @ PuppetPadchat<default>
12:04:56 SILL Contact ready() isReady() true
12:04:56 SILL Contact ready() @ PuppetPadchat<default>
12:04:56 SILL Contact ready() isReady() true
12:04:56 SILL Contact ready() @ PuppetPadchat<default>
12:04:56 SILL Contact ready() isReady() true
12:04:56 SILL Contact ready() @ PuppetPadchat<default>
12:04:56 SILL Contact ready() isReady() true
12:04:56 SILL Contact ready() @ PuppetPadchat<default>
12:04:56 SILL Contact ready() isReady() true
12:04:56 VERB Room topic()
12:04:56 INFO Bot EVENT: room-join - Room ding - created got new member 桔小秘, invited by 李佳芮
bot room-join room id: 11518026904@chatroom
12:04:56 VERB Room topic()
12:04:56 VERB Room say(welcome to ding - created!, 桔小秘)
12:04:56 VERB PuppetPadchat messageSend({"roomId":"11518026904@chatroom","contactId":"wxid_3xl8j2suau8b22"}, @桔小秘 welcome to ding - created!)
12:04:56 SILL PadchatRpc rpcCall(WXSendMsg, ["11518026904@chatroom","@桔小秘 welcome to ding - created!",""])
// no important log... just paste here
12:04:56 SILL PadchatRpc onSocketTencent() discard empty message msg_id payoad: {"continue":0,"msg_type":32768,"status":1,"uin":324216852}
12:04:56 SILL PadchatRpc onSocketTencent() discard empty message msg_id payoad: {"continue":0,"msg_type":32768,"status":1,"uin":324216852}
12:05:02 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(40) & Room(239) ...
12:05:02 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔AA_6(6679885738@chatroom)
12:05:02 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6679885738@chatroom) task to delayQueueExecutor
12:05:02 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔AA_7(6444885432@chatroom)
12:05:02 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6444885432@chatroom) task to delayQueueExecutor
12:05:02 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔AA_7(6438884562@chatroom)
12:05:02 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6438884562@chatroom) task to delayQueueExecutor
12:05:02 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试AA_4(8406007304@chatroom)
12:05:02 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8406007304@chatroom) task to delayQueueExecutor
12:05:02 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试AA_5(6307884868@chatroom)
12:05:02 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6307884868@chatroom) task to delayQueueExecutor
12:05:02 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
12:05:02 SILL PadchatRpc rpcCall(WXSyncContact, [])
12:05:02 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
12:05:02 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
12:05:02 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
12:05:04 SILL PuppetPadchatManager syncRoomMember(7274876305@chatroom)
12:05:04 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["7274876305@chatroom"])
12:05:04 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(7274876305@chatroom)) executed
12:05:04 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000001,"count":3,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_zj2cahpwzgie12\",\"nick_name\":\"梦君君\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/132\",\"user_name\":\"mengjunjun001\"},{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver
12:05:04 SILL PuppetPadchatManager syncRoomMember(7274876305@chatroom) total 6 members
12:05:12 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(40) & Room(239) ...
12:05:12 SILL PuppetPadchatManager syncContactsAndRooms() updating Room (6616884709@chatroom)
12:05:12 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6616884709@chatroom) task to delayQueueExecutor
12:05:12 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_0(8385006735@chatroom)
12:05:12 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8385006735@chatroom) task to delayQueueExecutor
12:05:12 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_0(6924884044@chatroom)
12:05:12 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6924884044@chatroom) task to delayQueueExecutor
12:05:12 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_0(6431883765@chatroom)
12:05:12 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6431883765@chatroom) task to delayQueueExecutor
12:05:12 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_0(7108884478@chatroom)
12:05:12 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7108884478@chatroom) task to delayQueueExecutor
12:05:12 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
12:05:12 SILL PadchatRpc rpcCall(WXSyncContact, [])
12:05:12 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
12:05:12 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
12:05:12 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
12:05:19 SILL PuppetPadchatManager syncRoomMember(7040877086@chatroom)
12:05:19 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["7040877086@chatroom"])
12:05:19 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(7040877086@chatroom)) executed
12:05:19 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000001,"count":3,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_zj2cahpwzgie12\",\"nick_name\":\"梦君君\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/132\",\"user_name\":\"mengjunjun001\"},{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver
12:05:19 SILL PuppetPadchatManager syncRoomMember(7040877086@chatroom) total 6 members
12:05:22 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(40) & Room(239) ...
12:05:22 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试AA_4(6713883801@chatroom)
12:05:22 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6713883801@chatroom) task to delayQueueExecutor
12:05:22 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试AA_4(6859884204@chatroom)
12:05:22 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6859884204@chatroom) task to delayQueueExecutor
12:05:22 SILL PuppetPadchatManager syncContactsAndRooms() updating Room (8415007221@chatroom)
12:05:22 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8415007221@chatroom) task to delayQueueExecutor
12:05:22 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_3(7106885109@chatroom)
12:05:22 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7106885109@chatroom) task to delayQueueExecutor
12:05:22 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_4(6630886216@chatroom)
12:05:22 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6630886216@chatroom) task to delayQueueExecutor
12:05:22 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
12:05:22 SILL PadchatRpc rpcCall(WXSyncContact, [])
12:05:23 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
12:05:23 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
12:05:23 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
12:05:33 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(40) & Room(239) ...
12:05:33 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_5(7113883630@chatroom)
12:05:33 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7113883630@chatroom) task to delayQueueExecutor
12:05:33 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_6(7054884806@chatroom)
12:05:33 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7054884806@chatroom) task to delayQueueExecutor
12:05:33 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_7(6986885242@chatroom)
12:05:33 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6986885242@chatroom) task to delayQueueExecutor
12:05:33 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_8(6616884835@chatroom)
12:05:33 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6616884835@chatroom) task to delayQueueExecutor
12:05:33 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试BB_9(6756886689@chatroom)
12:05:33 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6756886689@chatroom) task to delayQueueExecutor
12:05:33 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
12:05:33 SILL PadchatRpc rpcCall(WXSyncContact, [])
12:05:33 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
12:05:33 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
12:05:33 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
12:05:34 SILL PuppetPadchatManager syncRoomMember(6344875523@chatroom)
12:05:34 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["6344875523@chatroom"])
12:05:34 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(6344875523@chatroom)) executed
12:05:34 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000001,"count":3,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_zj2cahpwzgie12\",\"nick_name\":\"梦君君\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/132\",\"user_name\":\"mengjunjun001\"},{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver
12:05:34 SILL PuppetPadchatManager syncRoomMember(6344875523@chatroom) total 6 members
12:05:43 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(40) & Room(239) ...
12:05:43 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_1(8381007330@chatroom)
12:05:43 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8381007330@chatroom) task to delayQueueExecutor
12:05:43 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_2(6523883336@chatroom)
12:05:43 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6523883336@chatroom) task to delayQueueExecutor
12:05:43 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_3(6761885196@chatroom)
12:05:43 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6761885196@chatroom) task to delayQueueExecutor
12:05:43 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_4(8552007371@chatroom)
12:05:43 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8552007371@chatroom) task to delayQueueExecutor
12:05:43 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_5(6554885023@chatroom)
12:05:43 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6554885023@chatroom) task to delayQueueExecutor
12:05:43 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
12:05:43 SILL PadchatRpc rpcCall(WXSyncContact, [])
12:05:43 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
12:05:43 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
12:05:43 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
12:05:49 SILL PuppetPadchatManager syncRoomMember(6770876542@chatroom)
12:05:49 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["6770876542@chatroom"])
12:05:49 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(6770876542@chatroom)) executed
12:05:49 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000001,"count":3,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_zj2cahpwzgie12\",\"nick_name\":\"梦君君\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/132\",\"user_name\":\"mengjunjun001\"},{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver
12:05:49 SILL PuppetPadchatManager syncRoomMember(6770876542@chatroom) total 6 members
12:05:53 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(40) & Room(239) ...
12:05:53 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_5(6881882053@chatroom)
12:05:53 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6881882053@chatroom) task to delayQueueExecutor
12:05:53 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_5(6353883995@chatroom)
12:05:53 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6353883995@chatroom) task to delayQueueExecutor
12:05:53 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_6(7259884226@chatroom)
12:05:53 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7259884226@chatroom) task to delayQueueExecutor
12:05:53 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_6(6648884628@chatroom)
12:05:53 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6648884628@chatroom) task to delayQueueExecutor
12:05:53 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_8(6618886354@chatroom)
12:05:53 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6618886354@chatroom) task to delayQueueExecutor
12:05:53 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
12:05:53 SILL PadchatRpc rpcCall(WXSyncContact, [])
12:05:54 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
12:05:54 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
12:05:54 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
12:06:04 SILL PuppetPadchatManager syncRoomMember(6889867489@chatroom)
12:06:04 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["6889867489@chatroom"])
12:06:04 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(6889867489@chatroom)) executed
12:06:04 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(40) & Room(239) ...
12:06:04 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试CC_9(6866883802@chatroom)
12:06:04 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6866883802@chatroom) task to delayQueueExecutor
12:06:04 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 英语测试群_2(6391884844@chatroom)
12:06:04 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6391884844@chatroom) task to delayQueueExecutor
12:06:04 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 英语测试群_3(6511885362@chatroom)
12:06:04 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6511885362@chatroom) task to delayQueueExecutor
12:06:04 SILL PuppetPadchatManager syncContactsAndRooms() updating Room TEEC东区(6867885005@chatroom)
12:06:04 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6867885005@chatroom) task to delayQueueExecutor
12:06:04 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 机器_6(7285887784@chatroom)
12:06:04 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7285887784@chatroom) task to delayQueueExecutor
12:06:04 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
12:06:04 SILL PadchatRpc rpcCall(WXSyncContact, [])
12:06:04 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
12:06:04 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
12:06:04 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
12:06:04 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000012,"count":4,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/O5NAVwmeMl5n3rWks7QWefY3okwt2QAxPO1eiaBHvEztNPv3t9VBnkNS02cwgZxfx9VqaNRGBxvZMcVnGver1gy7LteMcDGZwn7rNLNqa7no/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"\",\"nick_name\":\"苏轼\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/O5NAVwmeMl5n3rWks7QWefY3okwt2QAxPO1eiaBHvEztNPv3t9VBnkNS02cwgZxfx9VqaNRGBxvZMcVnGver1gy7LteMcDGZwn7rNLNqa7no/132\",\"user_name\":\"wxid_zj2cahpwzgie12\"},{\"big_head\":\"http:
12:06:04 SILL PuppetPadchatManager syncRoomMember(6889867489@chatroom) total 6 members
12:06:14 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(40) & Room(239) ...
12:06:14 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 机器_7(8455009118@chatroom)
12:06:14 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8455009118@chatroom) task to delayQueueExecutor
12:06:14 SILL PuppetPadchatManager syncContactsAndRooms() updating Room (6896888013@chatroom)
12:06:14 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6896888013@chatroom) task to delayQueueExecutor
12:06:14 SILL PuppetPadchatManager syncContactsAndRooms() updating Room (7135887643@chatroom)
12:06:14 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7135887643@chatroom) task to delayQueueExecutor
12:06:14 SILL PuppetPadchatManager syncContactsAndRooms() updating Room (6589888006@chatroom)
12:06:14 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6589888006@chatroom) task to delayQueueExecutor
12:06:14 SILL PuppetPadchatManager syncContactsAndRooms() updating Room (6447887595@chatroom)
12:06:14 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6447887595@chatroom) task to delayQueueExecutor
12:06:14 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
12:06:14 SILL PadchatRpc rpcCall(WXSyncContact, [])
12:06:15 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
12:06:15 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
12:06:15 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
12:06:19 SILL PuppetPadchatManager syncRoomMember(5579278943@chatroom)
12:06:19 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["5579278943@chatroom"])
12:06:19 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(5579278943@chatroom)) executed
12:06:19 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000003,"count":5,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_seytcj5hxxsh12\",\"nick_name\":\"梦君君\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/132\",\"user_name\":\"mengjunjun001\"},{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver
12:06:19 SILL PuppetPadchatManager syncRoomMember(5579278943@chatroom) total 6 members
12:06:25 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(40) & Room(239) ...
12:06:25 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_2(7191887589@chatroom)
12:06:25 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7191887589@chatroom) task to delayQueueExecutor
12:06:25 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_3(6481885712@chatroom)
12:06:25 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6481885712@chatroom) task to delayQueueExecutor
12:06:25 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_4(8404009730@chatroom)
12:06:25 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8404009730@chatroom) task to delayQueueExecutor
12:06:25 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_5(7227887283@chatroom)
12:06:25 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7227887283@chatroom) task to delayQueueExecutor
12:06:25 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_6(8334009691@chatroom)
12:06:25 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8334009691@chatroom) task to delayQueueExecutor
12:06:25 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
12:06:25 SILL PadchatRpc rpcCall(WXSyncContact, [])
12:06:25 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
12:06:25 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
12:06:25 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
12:06:34 SILL PuppetPadchatManager syncRoomMember(7282879698@chatroom)
12:06:34 SILL PadchatRpc rpcCall(WXGetChatRoomMember, ["7282879698@chatroom"])
12:06:34 VERB PuppetPadchatManager startQueues() delayQueueExecutor.subscribe(syncRoomMember(7282879698@chatroom)) executed
12:06:34 SILL PadchatRpc WXGetChatRoomMember() result: {"chatroom_id":700000008,"count":4,"member":"[{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/0\",\"chatroom_nick_name\":\"\",\"invited_by\":\"wxid_zj2cahpwzgie12\",\"nick_name\":\"梦君君\",\"small_head\":\"http://wx.qlogo.cn/mmhead/ver_1/Y9W8tLiasksdThST5JCJpsfhZDhxNFVrQfdTlicudK1T7g1Y93icScbEIlGRfWZH6I7pyyfC9ECF8tw70Q4sLVTLA/132\",\"user_name\":\"mengjunjun001\"},{\"big_head\":\"http://wx.qlogo.cn/mmhead/ver
12:06:34 SILL PuppetPadchatManager syncRoomMember(7282879698@chatroom) total 6 members
12:06:35 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(40) & Room(239) ...
12:06:35 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_7(6410886741@chatroom)
12:06:35 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6410886741@chatroom) task to delayQueueExecutor
12:06:35 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_8(6627887367@chatroom)
12:06:35 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6627887367@chatroom) task to delayQueueExecutor
12:06:35 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_9(8335010073@chatroom)
12:06:35 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8335010073@chatroom) task to delayQueueExecutor
12:06:35 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_10(8416010231@chatroom)
12:06:35 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(8416010231@chatroom) task to delayQueueExecutor
12:06:35 SILL PuppetPadchatManager syncContactsAndRooms() updating Room (7238885511@chatroom)
12:06:35 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7238885511@chatroom) task to delayQueueExecutor
12:06:35 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
12:06:35 SILL PadchatRpc rpcCall(WXSyncContact, [])
12:06:35 SILL PadchatRpc initHeartbeat() throttleQueue.subscribe(ws.on(message))
12:06:35 SILL PuppetPadchat startWatchdog() bridge.on(heartbeat)
12:06:35 SILL PuppetPadchat startWatchdog() watchdog.on(feed, food={type=undefined, data=ws.on(message)})
12:06:45 SILL PuppetPadchatManager syncContactsAndRooms() syncing 5 out of Contact(40) & Room(239) ...
12:06:45 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_12(6603885970@chatroom)
12:06:45 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6603885970@chatroom) task to delayQueueExecutor
12:06:45 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_13(6758888796@chatroom)
12:06:45 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6758888796@chatroom) task to delayQueueExecutor
12:06:45 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_14(6667885817@chatroom)
12:06:45 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6667885817@chatroom) task to delayQueueExecutor
12:06:45 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_15(7022887048@chatroom)
12:06:45 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(7022887048@chatroom) task to delayQueueExecutor
12:06:45 SILL PuppetPadchatManager syncContactsAndRooms() updating Room 小桔测试群_16(6433887586@chatroom)
12:06:45 SILL PuppetPadchatManager syncContactsAndRooms() added sync room(6433887586@chatroom) task to delayQueueExecutor
12:06:45 SILL PuppetPadchatManager syncContactsAndRooms() while() syncing WXSyncContact ...
12:06:45 SILL PadchatRpc rpcCall(WXSyncContact, []) |
Wechaty version:
0.15.170
Reproduce
room-bot.ts
ding
to bot to create a new roomding - create
桔小秘
inding-created
related code in
room-bot.ts
as follows:Expect behavior:
emit
room.on('join', function(inviteeList, inviter)
and get the following log:Actual behavior:
It didn't emit
room.on('join')
, so no log here.All the same with room.on('leave'), room.on('topic').
At the same time, it can emit
.on('room-topic')
,.on('room-join')
and.on('room-leave')
related log as follows:
It can log
EVENT: room-join - Room
in.on('room-join',
, but it cannot logRoom EVENT: join -
inroom.on('join',
The same as
room-leave
androom-topic
At last
If I execute the code again, all works as expect.
The text was updated successfully, but these errors were encountered: