-
Notifications
You must be signed in to change notification settings - Fork 107
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
'Error: Stream removed\n at /user_code/node_modules/grpc/src/client.js:554:15' #35
Comments
I got same error on my GCF project.
After crashed, I accessed to run datastore code then those code success... |
Related issue: grpc/grpc-node#130 @callmehiphop Do we just need to downgrade all of the places we have a |
@stephenplusplus I believe that is correct :( |
Anything we can do locally to workaround Google's bureaucracy with updates? This error is happening frequently here. |
@dgadelha I ended up downgrading to datastore version 1.1.0 for the meantime and I am not seeing the errors in that version. It will be good if there is a more permanent official solution soon. |
cc @bricktownseo who reported this in googleapis/nodejs-spanner#76 |
New and re-installations of |
Updated everything, didn't experience the issue so far. |
Great, thanks for testing. Let me know if it reappears. |
Hey Stephen, I've been now experiencing this issue:
|
Could you open a new issue with details of the versions you're running, the environment you're in, and reproduction code? |
@stephenplusplus opened #39 |
Environment details
Steps to reproduce
This results in the above error. Same code works fine when run locally in Node (outside of cloud functions). I don't know whether this is more of a Cloud Functions bug or Cloud Datastore bug?
The text was updated successfully, but these errors were encountered: