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

gRPC leak #1152

Closed
callmehiphop opened this issue Mar 3, 2016 · 0 comments
Closed

gRPC leak #1152

callmehiphop opened this issue Mar 3, 2016 · 0 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

@callmehiphop
Copy link
Contributor

Possibly relates to #1140

I received this error locally running Node v0.12.7.

1) PubSub subscribe should create a Topic object from a string:
   Uncaught Error: .google.pubsub.v1.Subscription#a is not a field: undefined
      at Error (native)
      at MessagePrototype.set (node_modules/grpc/node_modules/protobufjs/dist/ProtoBuf.js:2440:58)
      at MessagePrototype.set (node_modules/grpc/node_modules/protobufjs/dist/ProtoBuf.js:2434:38)
      at Message (node_modules/grpc/node_modules/protobufjs/dist/ProtoBuf.js:2363:34)
      at serialize (node_modules/grpc/src/node/src/common.js:76:23)
      at Client.makeUnaryRequest [as createSubscription] (node_modules/grpc/src/node/src/client.js:303:19)
      at PubSub.GrpcService.request (lib/common/grpc-service.js:214:28)
      at lib/common/grpc-service.js:187:12
      at lib/common/grpc-service.js:285:5
      at addScope (node_modules/google-auto-auth/index.js:74:5)
      at callback (node_modules/google-auto-auth/node_modules/google-auth-library/lib/auth/googleauth.js:41:5)
      at node_modules/google-auto-auth/node_modules/google-auth-library/lib/auth/googleauth.js:124:9
@callmehiphop callmehiphop 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. testing labels Mar 3, 2016
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

1 participant