Skip to content

Possible invalid processing of 404 from google storage #475

@koteisaev

Description

@koteisaev

Uhnahndled exception causing our application server crash. Possible cause - invalid handling of 404-alike case from google storage.
I reprting this issue here because only functions from this library mentioned in exception callstack.
at /opt/app/backend/node_modules/google-gax/lib/api_callable.js:356:17 'TypeError: Cannot read property \'length\' of undefined\n at BundleExecutor.schedule (/opt/app/backend/node_modules/google-gax/lib/bundling.js:334:34)\n at /opt/app/backend/node_modules/google-gax/lib/bundling.js:474:20\n at Canceller.call (/opt/app/backend/node_modules/google-gax/lib/api_callable.js:110:19)\n at Bundleable.call (/opt/app/backend/node_modules/google-gax/lib/bundling.js:473:12)\n at /opt/app/backend/node_modules/google-gax/lib/api_callable.js:356:17'

var bundledField = request[this._descriptor.bundledField]; var elementCount = bundledField.length; << bundledField is undefined. How?!

Metadata

Metadata

Labels

🚨This issue needs some love.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions