-
Notifications
You must be signed in to change notification settings - Fork 227
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
Metadata key contains illegal characters #667
Comments
@pjm17971 0.30.0 made the switch to grpc-js, so it likely is a duplicate of googleapis/nodejs-datastore#415. You might consider pinning to 0.29.0 until we get this sorted out. FYI @sduskis @alexander-fenster I'm going to close this out, but I would suggest subscribing to the aforementioned Datastore issue for updates. |
@callmehiphop we've rolled back to 0.29.0. Just wanted to make sure you guys were aware that the grpc-js library change affected the pubsub client too. But I guess you're on it. Thanks! |
This fix includes grpc/grpc-node#962 which is a work around for a bad metadata keys problem that many customer see across several libraries (googleapis/nodejs-datastore#415, googleapis/nodejs-logging#527, googleapis/nodejs-pubsub#667 are just a few).
This fix includes grpc/grpc-node#962 which is a work around for a bad metadata keys problem that many customer see across several libraries (googleapis/nodejs-datastore#415, googleapis/nodejs-logging#527, googleapis/nodejs-pubsub#667 are just a few).
Hi @pjm17971, We have released google-gax v1.1.5 that pulls @grpc/grpc-js v0.5.2 in which the invalid headers (that are coming from Node.js http2 module) are printed in a warning, but do not throw exception. Please upgrade your dependencies, it should fix the problem for you. Thanks! |
We still have the error Any idea? Thanks, |
Hi @mahaben, This error comes from Node.js
Starting from We keep trying to catch and debug it, but since it's something happening in Node.js core, it might take more time. |
Seeing many of these per day:
Maybe related:
googleapis/nodejs-datastore#415
Environment details
@google-cloud/pubsub
version: 0.30.0The text was updated successfully, but these errors were encountered: