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

群一次邀请两个及以上好友入群,发生如下错误 #73

Open
c517718004 opened this issue Mar 10, 2024 · 0 comments
Open

群一次邀请两个及以上好友入群,发生如下错误 #73

c517718004 opened this issue Mar 10, 2024 · 0 comments

Comments

@c517718004
Copy link

nodejs版本:v16.20.2
wechaty版本:1.20.2
wechaty-puppet-wechat4u版本: 1.14.14
错误内容:
uncaughtException GError: query must provide at least one key. current query is empty.
at PuppetWechat4u.contactQueryFilterFactory (file:///D:/test-bot/node_modules/wechaty-puppet/dist/esm/src/mixins/contact-mixin.js:117:23)
at PuppetWechat4u.contactSearch (file:///D:/test-bot/node_modules/wechaty-puppet/dist/esm/src/mixins/contact-mixin.js:64:41)
at runNextTicks (node:internal/process/task_queues:61:5)
at processImmediate (node:internal/timers:437:9)
at async Function.findAll (file:///D:/test-bot/node_modules/wechaty/dist/esm/src/user-modules/contact.js:129:35)
at async Function.find (file:///D:/test-bot/node_modules/wechaty/dist/esm/src/user-modules/contact.js:84:29)
at async Promise.all (index 0)
at async PuppetWechat4u. (file:///D:/test-bot/node_modules/wechaty/dist/esm/src/wechaty-mixins/puppet-mixin.js:299:55) {
code: 2,
details: 'Error: query must provide at least one key. current query is empty.\n' +
' at PuppetWechat4u.contactQueryFilterFactory (file:///D:/test-bot/node_modules/wechaty-puppet/dist/esm/src/mixins/contact-mixin.js:117:23)\n' +
' at PuppetWechat4u.contactSearch (file:///D:/test-bot/node_modules/wechaty-puppet/dist/esm/src/mixins/contact-mixin.js:64:41)\n' +
' at runNextTicks (node:internal/process/task_queues:61:5)\n' +
' at processImmediate (node:internal/timers:437:9)\n' +
' at async Function.findAll (file:///D:/test-bot/node_modules/wechaty/dist/esm/src/user-modules/contact.js:129:35)\n' +
' at async Function.find (file:///D:/test-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:///D:/test-bot/node_modules/wechaty/dist/esm/src/wechaty-mixins/puppet-mixin.js:299:55)'
}
uncaughtException GError: query must provide at least one key. current query is empty.
at PuppetWechat4u.contactQueryFilterFactory (file:///D:/test-bot/node_modules/wechaty-puppet/dist/esm/src/mixins/contact-mixin.js:117:23)
at PuppetWechat4u.contactSearch (file:///D:/test-bot/node_modules/wechaty-puppet/dist/esm/src/mixins/contact-mixin.js:64:41)
at async Function.findAll (file:///D:/test-bot/node_modules/wechaty/dist/esm/src/user-modules/contact.js:129:35)
at async Function.find (file:///D:/test-bot/node_modules/wechaty/dist/esm/src/user-modules/contact.js:84:29)
at async Promise.all (index 0)
at async PuppetWechat4u. (file:///D:/test-bot/node_modules/wechaty/dist/esm/src/wechaty-mixins/puppet-mixin.js:299:55) {
code: 2,
details: 'Error: query must provide at least one key. current query is empty.\n' +
' at PuppetWechat4u.contactQueryFilterFactory (file:///D:/test-bot/node_modules/wechaty-puppet/dist/esm/src/mixins/contact-mixin.js:117:23)\n' +
' at PuppetWechat4u.contactSearch (file:///D:/test-bot/node_modules/wechaty-puppet/dist/esm/src/mixins/contact-mixin.js:64:41)\n' +
' at async Function.findAll (file:///D:/test-bot/node_modules/wechaty/dist/esm/src/user-modules/contact.js:129:35)\n' +
' at async Function.find (file:///D:/test-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:///D:/test-bot/node_modules/wechaty/dist/esm/src/wechaty-mixins/puppet-mixin.js:299:55)'
}

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