eric-projects opened a new issue, #653: URL: https://github.com/apache/rocketmq-clients/issues/653
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq-clients/issues) and [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Programming Language of the Client Node.js ### Runtime Platform Environment ubuntu20.04.5 ### RocketMQ Version of the Client/Server 5.0 ### Run or Compiler Version nodejs 18.17.0,18.0.0,16.19.0 ### Describe the Bug Producer [class Producer extends BaseClient] Error: 1 CANCELLED: Call cancelled at callErrorFromStatus (/root/rocketmq-clients/nodejs/node_modules/@grpc/grpc-js/build/src/call.js:31:19) at Object.onReceiveStatus (/root/rocketmq-clients/nodejs/node_modules/@grpc/grpc-js/build/src/client.js:192:76) at Object.onReceiveStatus (/root/rocketmq-clients/nodejs/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:360:141) at Object.onReceiveStatus (/root/rocketmq-clients/nodejs/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:323:181) at /root/rocketmq-clients/nodejs/node_modules/@grpc/grpc-js/build/src/resolving-call.js:99:78 at process.processTicksAndRejections (node:internal/process/task_queues:77:11) for call at at ServiceClientImpl.makeUnaryRequest (/root/rocketmq-clients/nodejs/node_modules/@grpc/grpc-js/build/src/client.js:160:32) at ServiceClientImpl.queryRoute (/root/rocketmq-clients/nodejs/node_modules/@grpc/grpc-js/build/src/make-client.js:105:19) at /root/rocketmq-clients/nodejs/dist/client/RpcClient.js:62:20 at new Promise (<anonymous>) at RpcClient.queryRoute (/root/rocketmq-clients/nodejs/dist/client/RpcClient.js:61:16) at RpcClientManager.queryRoute (/root/rocketmq-clients/nodejs/dist/client/RpcClientManager.js:66:32) at #fetchTopicRoute (/root/rocketmq-clients/nodejs/dist/client/BaseClient.js:178:54) at Producer.getRouteData (/root/rocketmq-clients/nodejs/dist/client/BaseClient.js:170:57) at #getPublishingLoadBalancer (/root/rocketmq-clients/nodejs/dist/producer/Producer.js:216:47) at #send (/root/rocketmq-clients/nodejs/dist/producer/Producer.js:142:67) { code: 1, details: 'Call cancelled', metadata: Metadata { internalRepr: Map(0) {}, options: {} } } ### Steps to Reproduce 1、pull rocketmq-clients code 2、pull proto code 3、 cd rocketmq-clients/nodejs 4、 npm install 5、 npm run init 6、 npm run build 7、 use dist folder run Producer test ### What Did You Expect to See? message send success ### What Did You See Instead? run error :Error: 1 CANCELLED: Call cancelled ### Additional Context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org