We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2021-06-02T15:42:39.548968+00:00 app[web.1]: 15:42:39 WARN Room findAll() room.ready() rejection: 2021-06-02T15:42:39.548968+00:00 app[web.1]: TypeError: Cannot read property 'roomPayload' of undefined 2021-06-02T15:42:39.548969+00:00 app[web.1]: at PuppetService.roomRawPayload (/app/node_modules/wechaty-puppet-service/dist/src/client/puppet-service.js:684:73) 2021-06-02T15:42:39.548969+00:00 app[web.1]: at PuppetService.roomPayload (/app/node_modules/wechaty-puppet/dist/src/puppet.js:772:39)
Related code:
https://github.com/wechaty/wechaty-puppet-service/blob/c565454cd8ed4d7c3376b2cfde42aad14f5a7eb7/src/client/puppet-service.ts#L1127-L1131
I believe it's related to some race conditions when the this.grpcClient has been set to undefined.
this.grpcClient
undefined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related code:
https://github.com/wechaty/wechaty-puppet-service/blob/c565454cd8ed4d7c3376b2cfde42aad14f5a7eb7/src/client/puppet-service.ts#L1127-L1131
I believe it's related to some race conditions when the
this.grpcClient
has been set toundefined
.The text was updated successfully, but these errors were encountered: