-
Notifications
You must be signed in to change notification settings - Fork 21
Description
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?!