Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code 13 error on wake #522

Closed
henrylearn2rock opened this issue Jul 14, 2019 · 3 comments
Closed

Code 13 error on wake #522

henrylearn2rock opened this issue Jul 14, 2019 · 3 comments

Comments

@henrylearn2rock
Copy link

{ Error
    at Http2CallStream.call.on (/srv/node_modules/@grpc/grpc-js/build/src/client.js:101:45)
    at emitOne (events.js:121:20)
    at Http2CallStream.emit (events.js:211:7)
    at process.nextTick (/srv/node_modules/@grpc/grpc-js/build/src/call-stream.js:71:22)
    at _combinedTickCallback (internal/process/next_tick.js:132:7)
    at process._tickDomainCallback (internal/process/next_tick.js:219:9)
  code: 13,
  details: '',
  metadata: Metadata { options: undefined, internalRepr: Map {} },
  note: 'Exception occurred in retry method that was not classified as transient' }

Functions v3.1.0 on Node 8

@google-oss-bot
Copy link
Collaborator

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@thechenky
Copy link
Contributor

@henrylearn2rock Please follow the template and fill out all required fields. This is not enough information to understand how to help.

@agcty
Copy link

agcty commented Jul 23, 2019

I got the same issue, I'm uploading images with the firebase sdk for web clients. I assign custom metadata so that images can be matched to a specific document in firestore.

let metaData = {
        customMetadata: {
          restaurantId: payload.restaurantId,
          dishId: dishId
        }
      };

The weird thing is that this happens approximately once out of 4 uploads with no clear sign why it does't work sometimes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants