如何以及在哪里处理此错误并阻止我的应用程序崩溃? $ node app.js
Server Started at port 3000
events.js:200
throw er; // Unhandled 'error' event
^
Error: 14 UNAVAILABLE: Name resolution failed for target firestore.googleapis.com:443
at Object.callErrorFromStatus (D:\food_list\node_modules\@grpc\grpc-
尝试按照示例代码通过设置cryptoHashConfig生成代理散列时出现以下错误 { Error: In KmsWrappedCryptoKey
at Http2CallStream.call.on (/home/stoyak/Aritzia/dlp_api/node_modules/@google-cloud/dlp/node_modules/@grpc/grpc-js/build/src/client.js:103:45)
at Http2CallStream.emit (events.js:187:15)
at Http2CallStream.endCall
我对这件事有点困惑,所以就这么说:
我正在尝试用一个搜索栏来做一个React应用程序,这个搜索栏将调用谷歌的自然语言API (),作为其中的一部分,我当然安装了‘@google/ Language’包。但是,当我试图在任何一个文件(我的具体例子是const Language = require('@google-cloud/language');)中要求它,然后尝试运行webpack-dev-server时,它就找不到.我觉得有我的模块吗?实际上,这只是一个巨大的“模块找不到”错误的墙,例如
Error in ./~/grpc/~/node-pre-gyp/lib/info.j
我正在使用一个由HTTPS和自签名证书托管的GRPC服务。当我使用如下语法连接时:
const client = new productService('https://grpc-server-xxx.com:9090',
grpc.credentials.createInsecure())
我得到的错误如下
{ Error: 14 UNAVAILABLE: DNS resolution failed
at Object.exports.createStatusError (C:\grpc\node_modules\grpc\src\common.js:91:15)
at Ob
当链码容器保持空闲一段时间后,它会停止并返回错误:
ERROR [lib/handler.js] Chat stream with peer - on error: "Error: 14 UNAVAILABLE: EOF\n at createStatusError (/usr/local/src/node_modules/grpc/src/client.js:64:15)\n at ClientDuplexStream._emitStatusIfDone (/usr/local/src/node_modules/grpc/src/client.js:270:19)\n a
在创建调度程序时获得了此错误,之前我在本地获得了代码,它正在工作,但当我将代码部署到gcp本身上时,它开始失败,并显示了此错误。
Error: 7 PERMISSION_DENIED: Request had insufficient authentication scopes.
at Object.callErrorFromStatus (/app/node_modules/@grpc/grpc-js/build/src/call.js:31:26)
at Object.onReceiveStatus (/app/node_modules/@grpc/grpc-js/bu
我在从云函数连接到我的firestore DB时遇到了问题。
我得到以下错误:
i functions: Beginning execution of "test"
> Error: 14 UNAVAILABLE: No connection established
> at Object.callErrorFromStatus (/Users/michael/project/functions/node_modules/@grpc/grpc-js/build/src/call.js:30:26)
> at Object.onRecei
当从Firebase函数将任务添加到Google任务时,我得到了一个名为NOT_FOUND的错误。这只是我尝试添加的一项任务。不知道为什么会发生这种事。
队列是存在的,从命令行来看,它可以正常工作。
下面是详细的错误日志:
Error: 5 NOT_FOUND: Requested entity was not found.
at Object.callErrorFromStatus (/workspace/node_modules/@grpc/grpc-js/build/src/call.js:31:26)
at Object.onReceiveStatus (/worksp
我无法更新我的firebase函数。它显示错误-
C:\Users\MYName\AppData\Roaming\npm\node_modules\firebase-tools\node_modules\@grpc\grpc-js\build\src\index.js:47
throw new Error(`@grpc/grpc-js only works on Node ${supportedNodeVersions}`);
^
Error: @grpc/grpc-js only works on Node ^8.13.0 || >=10.10
我正在跟踪一个来列出所有队列。但是,我得到了以下错误:
Error: 3 INVALID_ARGUMENT: Invalid resource field value in the request.
at Object.callErrorFromStatus (/workspace/node_modules/@grpc/grpc-js/build/src/call.js:31:19)
at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client.js:190:52)
a
我正在运行我的NodeJs应用程序,我得到了一个错误。
sudo /usr/local/bin/node app.js
Error: Failed to load gRPC binary module because it was not installed for the current system
Expected directory: node-v57-linux-x64-glibc
Found: [node-v59-linux-x64-glibc]
This problem can often be fixed by running "npm rebuild&
我正在尝试将我的代码从使用存储在.env文件中的API密钥迁移到使用。我遵循了的指令,但是我遇到了一个错误,说我没有权限访问这个秘密。
import * as admin from "firebase-admin"
import { SecretManagerServiceClient } from "@google-cloud/secret-manager"
admin.initializeApp()
const secretClient = new SecretManagerServiceClient()
async function main() {