puppet-xp icon indicating copy to clipboard operation
puppet-xp copied to clipboard

Error: message not found for id: ckxee0mwt000szkby9rtehins

Open craping opened this issue 3 years ago • 0 comments

When the robot is pulled into the group by friends, an error occurs when the group receives a message

Windows 10
Wechat 3.3.0.115
Node v16.13.1
Python 3.10.1
15:59:29 WARN Room findAll() message.ready() rejection: TypeError: iterator is not iterable
node:internal/process/promises:246
          triggerUncaughtException(err, true /* fromPromise */);
          ^

GError: message not found for id: ckxee0mwt000szkby9rtehins
    at PuppetXp.<anonymous> (file:///E:/workspace/git/wechaty/node_modules/wechaty/dist/esm/src/wechaty-mixins/puppet-mixin.js:213:43)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
Emitted 'error' event on WechatyImpl instance at:
    at WechatyImpl.emit (file:///E:/workspace/git/wechaty/node_modules/wechaty/dist/esm/src/wechaty-mixins/gerror-mixin.js:45:26)
    at PuppetXp.<anonymous> (file:///E:/workspace/git/wechaty/node_modules/wechaty/dist/esm/src/wechaty-mixins/puppet-mixin.js:229:38)
    at processTicksAndRejections (node:internal/process/task_queues:96:5) {
  code: 2,
  details: 'Error: message not found for id: ckxee0mwt000szkby9rtehins\n' +
    '    at PuppetXp.<anonymous> (file:///E:/workspace/git/wechaty/node_modules/wechaty/dist/esm/src/wechaty-mixins/puppet-mixin.js:213:43)\n' +
    '    at processTicksAndRejections (node:internal/process/task_queues:96:5)'
}

craping avatar Dec 20 '21 08:12 craping