-
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
Failed to "modifyAckDeadline": Metadata key contains illegal characters #680
Comments
Going to close this out as a duplicate to #667. I would suggest pinning to 0.29.0 for a temporary workaround. |
Now both issues are closed... But I guess you keep these issues tracked on an internal issue tracker? Just curious what your plan is to solve this issue 😄 |
@katmatt ahh, no, if you read through #667 you would come across googleapis/nodejs-datastore#415 which is the tracking issue. The bug is something we're seeing all over and isn't something for the client itself to fix. |
Actually, going down the rabbit hole this was marked as resolved. @katmatt do you know what version of |
According to our |
And this version is pulled in from
Which corresponds to Line 65 in ca8fe65
|
@katmatt sorry for the late response but the |
@callmehiphop Thanks for the follow up, but updating our
|
@katmatt it sounds like |
@bcoe We updated to version
|
CC: @alexander-fenster ☝️ is it |
Yeah, and it behaves as expected. We did not fix the issue, we just made it so it does not crash, because the issue itself is beyond our control. @katmatt To give you some details: the error is actually coming from Node.js So, to make this work, we decided we'd just warn users if an invalid header is received, but we won't crash. These are the lines in Long story short: your code won't crash anymore, but it will still bug you until the upstream Node.js problem is fixed. |
@alexander-fenster I see and that means that we can ignore the logged message. Thanks a lot for your help! |
@katmatt 👍 awesome. Going to go ahead and close this issue, please let us know if you bump into any related issues. |
Environment details
@google-cloud/pubsub
version: 0.30.1Steps to reproduce
We use code similar to the sample
nodejs-pubsub/samples/subscriptions.js
Line 225 in ede5784
We see the following error messages in our logs:
We haven't seen this message before we updated to version
0.30.0
and this error is still reported after updating to version0.30.1
.The text was updated successfully, but these errors were encountered: