מירי
unread,Jun 12, 2023, 6:19:29 AM6/12/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I've been trying for a week to run the simplest code that exists
And despite everything I try, I get the same error:
Error: 1 CANCELED: Call cancelled
at callErrorFromStatus (C:\storage-actions\node_modules\@grpc\grpc-js\build\src\call.js:31:19)
at Object.onReceiveStatus (C:\storage-actions\node_modules\@grpc\grpc-js\build\src\client.js:192:76)
at Object.onReceiveStatus (C:\storage-actions\node_modules\@grpc\grpc-js\build\src\client-interceptors.js:360:141)
at Object.onReceiveStatus (C:\storage-actions\node_modules\@grpc\grpc-js\build\src\client-interceptors.js:323:181)
at C:\storage-actions\node_modules\@grpc\grpc-js\build\src\resolving-call.js:94:78
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
for call at
{
code: 1,
details: 'Call cancelled',
metadata: Metadata { internalRepr: Map(0) {}, options: {} },
note: 'Exception occurred in retry method that was not classified as transient'
}
I am a relatively beginner developer, I would appreciate any help
This is extremely urgent
Thanks