Skip to content

Instantly share code, notes, and snippets.

@gaomar

gaomar/error.txt Secret

Created December 7, 2020 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaomar/6f9e743e0a791d998704a182aa0beb9e to your computer and use it in GitHub Desktop.
Save gaomar/6f9e743e0a791d998704a182aa0beb9e to your computer and use it in GitHub Desktop.
error
Error: 12 UNIMPLEMENTED: Method not found.
at Object.callErrorFromStatus (/Users/Documents/Project/nodejs/dialogflow-cx-nodejs/node_modules/@grpc/grpc-js/build/src/call.js:31:26)
at Object.onReceiveStatus (/Users/Documents/Project/nodejs/dialogflow-cx-nodejs/node_modules/@grpc/grpc-js/build/src/client.js:176:52)
at Object.onReceiveStatus (/Users/Documents/Project/nodejs/dialogflow-cx-nodejs/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:342:141)
at Object.onReceiveStatus (/Users/Documents/Project/nodejs/dialogflow-cx-nodejs/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:305:181)
at /Users/Documents/Project/nodejs/dialogflow-cx-nodejs/node_modules/@grpc/grpc-js/build/src/call-stream.js:124:78
at processTicksAndRejections (internal/process/task_queues.js:79:11) {
code: 12,
details: 'Method not found.',
metadata: Metadata {
internalRepr: Map { 'grpc-server-stats-bin' => [Array] },
options: {}
},
note: 'Exception occurred in retry method that was not classified as transient'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment