juzibot / donut-tester

40 stars 4 forks source link

room.say()不定时发送消息失败 #65

Open funky-tiger opened 3 years ago

funky-tiger commented 3 years ago

Important:Please file the issue follow the template, or we won't help you to solve the problem.

0. Report Issue Guide

  1. Please run the following command and check whether the problem has been fixed:

    rm -rf package-lock.json
    rm -rf node_modules
    npm install
  2. Please search in FAQ List first, and make sure your problem has not been solved before.

  3. Please search in the issue first, and make sure your problem had not been reported before

1. Versions

2. Describe the bug

3. To Reproduce

4. Expected behavior

5. Actual behavior

If applicable, add screenshots to help explain your problem. But do not paste log screenshots here.

6. Full Output Logs

Set env WECHATY_LOG=silly in order to set log level to silly, then we can get the full log (If you dosen't set log env, log level is info as default, we cannot get the full log)

{ Error: 13 INTERNAL: TIMEOUT, can not get message callback response, data: {"content":"发送的消息","to_wxid":"23349952018@chatroom"} 2020-12-07 09:12:58:     at Object.exports.createStatusError (/app/node_modules/grpc/src/common.js:91:15) 2020-12-07 09:12:58:     at Object.onReceiveStatus (/app/node_modules/grpc/src/client_interceptors.js:1209:28) 2020-12-07 09:12:58:     at InterceptingListener._callNext (/app/node_modules/grpc/src/client_interceptors.js:568:42) 2020-12-07 09:12:58:     at InterceptingListener.onReceiveStatus (/app/node_modules/grpc/src/client_interceptors.js:618:8) 2020-12-07 09:12:58:     at callback (/app/node_modules/grpc/src/client_interceptors.js:847:24) 2020-12-07 09:12:58:   code: 13, 2020-12-07 09:12:58:   metadata: Metadata { _internal_repr: {}, flags: 0 }, 2020-12-07 09:12:58:   details: 2020-12-07 09:12:58:    'TIMEOUT, can not get message callback response, data: {"content":"发送的消息","to_wxid":"23349952018@chatroom"}' }

$ WECHATY_LOG=silly node yourbot.js

Question: Paste your FULL(DO NOT ONLY PROVIDE FRAGMENTS) log messages
Answer:

7. Additional context

Add any other context about the problem here.

[bug]