运行我的节点应用程序一段时间后,这个未捕获的异常被抛出,我不知道为什么或在哪里处理它。
我尝试为错误添加 eventEmitters,但没有成功。
Error: 502:Bad Gateway
at ClientDuplexStream._emitStatusIfDone (/node_modules/grpc/src/client.js:255:19)
at ClientDuplexStream._receiveStatus (/node_modules/grpc/src/client.js:233:8)
at /node_modules/grpc/src/client.js:762:12
调用堆栈:
Client.js 233:8: _receiveStatus | this._emitStatusIfDone();
Client.js 258:12: _emitStatusIfDone | this.emit('error', error);
events.js 127:13: emit | Reflect.apply(handler, this, args);
streaming.js 130:17 google-gax/lib | self.emit.apply(self, args);
events.js | throw er;
如果有人可以帮助我查明引发此错误的位置/原因,将不胜感激。