-
Notifications
You must be signed in to change notification settings - Fork 595
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
Local Datastore problems since version 0.30.0 #1220
Comments
See the Important things section from the release notes. @pcostell is there any documentation around using the gcd.sh emulator? |
We just went through this in |
Oh, cool. Thanks! Will this work with the gcloud SDK emulator or is the gcd.sh still required? |
IIRC, node uses gRPC, right? gRPC is not built into the emulator that ships with the gcloud command line On Sat, Apr 9, 2016, 7:57 AM Stephen Sawchuk [email protected]
|
We do use gRPC, yes. I was just wondering if there was any documentation that we can point folks to after they download the .sh file. |
Ah sorry didn't see the important not sections. You still need the special Sorry, we are working on either better docs and getting it into gcloud CLI, On Sat, Apr 9, 2016, 9:03 AM Patrick Costello [email protected] wrote:
|
No problem, thanks for clarifying. @susanlinsfu I'm going to close the issue, but if you run into any issues using the gcd.sh emulator, feel free to ask any questions here. |
Thanks. I got it running with gcd.sh tool and it is working now, but noticed there is no admin tool? I ran http://localhost:8080/_ah/admin and nothing was found. Does the admin console exist with this tool? Cheers |
Unfortunately it does not yet have an admin page. If you need it, you can turn off gcd then point the version of gcd in the Some technical background: the old gcd.sh tool (and in fact the production On Sat, Apr 9, 2016, 9:39 AM susanlinsfu [email protected] wrote:
|
Thank you for the explanation! |
Using a version prior to version 0.30.0 everything worked. This is how I would insert a record into my local datastore:
The record would show up in the datastore.
I then updated to version 0.30.0 (tried also the newest and the same issue occurred). When I try to connect and insert/get (any operation) an entity I am unable to. I get the following error from my nodejs console:
The code I am using to insert records for 0.30.0+ is:
My local datastore was installed today using the command gcloud components install gcd-eumulator so it is the version as of April/8th/2016.
I tried this on two separate environments (Ubuntu 15.04 and Windows 10) and the same error was occurring for environments.
The text was updated successfully, but these errors were encountered: