-
Notifications
You must be signed in to change notification settings - Fork 230
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
TypeError: Cannot read property 'length' of undefined #739
Comments
👋 @avokhmin thanks for reporting this! We've actually been seeing the same issue in a few of our other clients (googleapis/nodejs-text-to-speech#266, googleapis/nodejs-scheduler#131). @alexander-fenster just an FYI |
Yeah, seems like there is some weird usecase where @avokhmin Can I bother you installing the version of this library with some extra logging and pasting the output here? Just do
(it will install the library right from my GitHub branch) Thank you for helping us fix it! |
I have the same problem. Here is console log after install googleapis/nodejs-pubsub#debug.
|
Same problem here using |
Seems to be an issue with using an older version of Either PubSub needs to use the older version properly or update gax |
@Draiken That's a great (and possible) explanation to why To all folks affected by the issue: can you please make your code do But why not - let me send a PR to bump the gax dependency to the latest one and we'll see if it helps you folks. Here we go: #740 |
Can you folks try installing Thank you! |
Thanks, |
This fixed the issue for me too. Thanks |
@Draiken awesome, thanks for stopping by to let us know! |
I was facing this issue when trying to run my script on Google sheets. Is this a similar issue? mithunmanohar/woocommerce-orders-google-sheets-integration#44 |
Having the same issue, I have double-checked everything. |
Environment details
@google-cloud/pubsub
version: 0.32.0Steps to reproduce
and error:
With
0.31.1
all works good.The text was updated successfully, but these errors were encountered: