Skip to content

catch Exceptions in pubsub #1465

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

Closed
mytholog opened this issue Aug 3, 2016 · 3 comments
Closed

catch Exceptions in pubsub #1465

mytholog opened this issue Aug 3, 2016 · 3 comments
Assignees
Labels
api: pubsub Issues related to the Pub/Sub API. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@mytholog
Copy link

mytholog commented Aug 3, 2016

Environment details

  • OS: Mac (Capitan)
  • Node.js version: 4.4.7
  • gcloud-node version: 0.37.0

Steps to reproduce

  1. require gcloud-node
  2. run code from https://github.com/GoogleCloudPlatform/nodejs-getting-started/tree/master/6-pubsub
"stack":[
  "Error: Deadline Exceeded",
  " at Function.GrpcService.decorateError_ (/node_modules/gcloud/lib/common/grpc-service.js:482:34)",
  " at Object.callback (/node_modules/gcloud/lib/common/grpc-service.js:247:35)",
  " at /node_modules/gcloud/node_modules/grpc/src/node/src/client.js:420:14"
],
"level":"error",
"message":"uncaughtException: Deadline Exceeded"
@stephenplusplus stephenplusplus added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. api: pubsub Issues related to the Pub/Sub API. labels Aug 3, 2016
@stephenplusplus
Copy link
Contributor

Thanks for the report. We have a couple of blocking PRs to get to first, but I will look into this as soon as I can.

@stephenplusplus
Copy link
Contributor

This issue was moved to GoogleCloudPlatform/nodejs-getting-started#68

@stephenplusplus
Copy link
Contributor

I tried to reproduce and so far things are working as expected. I moved the issue over to the tutorial's repo. I'm subscribed to the new issue, so I'll be watching to see if something needs to be done in this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. 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

2 participants