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

Error: 13 INTERNAL: Received RST_STREAM with code 2 triggered by internal client error: read ECONNRESET #812

Closed
htrappmaier opened this issue Apr 8, 2021 · 2 comments
Labels
api: datastore Issues related to the googleapis/nodejs-datastore API. priority: p2 Moderately-important priority. Fix may not be included in next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@htrappmaier
Copy link

GCP transcoder job, started by firebase function on upload
=> functions.storage.object().onFinalize(async (object) => {

const request = {
       parent: transcoderServiceClient.locationPath(projectId, location),
       job: {
        inputUri: inputUri,
        outputUri: outputUri,
        config: jobconfig
       }
    };
     // Run request
     const [response] = await transcoderServiceClient.createJob(request);

It only happens with a user not created via Expo RN in App, but created via JS in WebApp.

  • OS: IOS
  • Node.js version: 12.18.3
  • npm version: 7.5.2
  • @google-cloud/datastore version: firebase 9.8.0
  1. Create User in webclient vs. Create User in App
  2. start GCP Transcoder API job
  3. update reference doc in firestore (not sure, when the error occures)

thx,
Hermann

@product-auto-label product-auto-label bot added the api: datastore Issues related to the googleapis/nodejs-datastore API. label Apr 8, 2021
@dmahugh dmahugh added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Apr 9, 2021
@yoshi-automation yoshi-automation added 🚨 This issue needs some love. and removed 🚨 This issue needs some love. labels Jul 13, 2021
@crwilcox crwilcox removed their assignment Sep 21, 2021
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Nov 3, 2021
@meredithslota
Copy link
Contributor

A fix for a possibly similar issue has been released, copied comment/info from here: googleapis/nodejs-firestore#1023 (comment)

I promise it's not a belated April Fool's, but we actually have a fix: grpc/grpc-node#2084 This will be part of the next @grpc/grpc-js release.

It looks like the release that contained this fix is here: https://github.com/grpc/grpc-node/releases/tag/%40grpc%2Fgrpc-js%401.6.3 and just needs to propagate through and see if it also fixes this issue.

@meredithslota
Copy link
Contributor

Since investigation and discussion were centralized in googleapis/nodejs-firestore#1023 and we believe this issue to be fixed, please add additional repro info to that issue if this is still happening for you once you upgrade dependencies. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the googleapis/nodejs-datastore API. priority: p2 Moderately-important priority. Fix may not be included in next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

5 participants