Hi,
I was happily using the datastore emulator for many months (from my local instance of flexible go app).
However, a few days ago I had to restart my computer due to an update (macOS 10.12.6), and since then the datastore emulator won't start:
$ gcloud beta emulators datastore start
ERROR: gcloud crashed (TypeError): GetHostPort() takes exactly 1 argument (0 given)
I reinstalled the entire Cloud SDK, with gcloud, set the environment variables, just to be sure. Unfortunately these didn't help, I still get the same error. Python 2.7.10, Java 1.8.0_131
Can you help me how I could solve this problem?
Thanks in advance!
Gabor