Skip to content
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

puppet-mixin.js puppet.on('room-join' xxx playload missing [inviteeIdList] property #85

Open
pangchia opened this issue Aug 17, 2024 · 1 comment

Comments

@pangchia
Copy link

20240817223022


{"inviteeIdList":[null],"inviterId":"@f442ed84baa484f36f8e0c533cdd99487a3988d513f6e46585bba40ba079dd12","roomId":"@@e5958527250499b1cb56280647c811a62d0fa372b310fc297a132b21d4486f85","timestamp":1723902388}


inviteeIdList is null ,occur under error :

uncaughtException GError: query must provide at least one key. current query is empty.
at PuppetWechat4u.contactQueryFilterFactory (file:///E:/abc/git/smc-wechaty-bot/node_modules/wechaty-puppet/dist/esm/src/mixins/contact-mixin.js:117:23)
at PuppetWechat4u.contactSearch (file:///E:/abc/git/smc-wechaty-bot/node_modules/wechaty-puppet/dist/esm/src/mixins/contact-mixin.js:64:41)
at async WechatifiedContactImpl.findAll (file:///E:/abc/git/smc-wechaty-bot/node_modules/wechaty/dist/esm/src/user-modules/contact.js:129:35)
at async WechatifiedContactImpl.find (file:///E:/abc/git/smc-wechaty-bot/node_modules/wechaty/dist/esm/src/user-modules/contact.js:84:29)
at async Promise.all (index 0)
at async PuppetWechat4u. (file:///E:/abc/git/smc-wechaty-bot/node_modules/wechaty/dist/esm/src/wechaty-mixins/puppet-mixin.js:273:56) {
code: 2,
details: 'Error: query must provide at least one key. current query is empty.\n' +
' at PuppetWechat4u.contactQueryFilterFactory (file:///E:/abc/git/smc-wechaty-bot/node_modules/wechaty-puppet/dist/esm/src/mixins/contact-mixin.js:117:23)\n' +
' at PuppetWechat4u.contactSearch (file:///E:/abc/git/smc-wechaty-bot/node_modules/wechaty-puppet/dist/esm/src/mixins/contact-mixin.js:64:41)\n' +
' at async WechatifiedContactImpl.findAll (file:///E:/abc/git/smc-wechaty-bot/node_modules/wechaty/dist/esm/src/user-modules/contact.js:129:35)\n' +
' at async WechatifiedContactImpl.find (file:///E:/abc/git/smc-wechaty-bot/node_modules/wechaty/dist/esm/src/user-modules/contact.js:84:29)\n' +
' at async Promise.all (index 0)\n' +
' at async PuppetWechat4u. (file:///E:/abc/git/smc-wechaty-bot/node_modules/wechaty/dist/esm/src/wechaty-mixins/puppet-mixin.js:273:56)'

@pangchia
Copy link
Author

wechaty 1.20.2
wechaty-puppet-wechat4u 1.14.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant