I am trying to run a query within the remote shell of Google App Engine (GAE) Python standard, and I get an zsh abort when trying to query datastore from the shell. No errors printed to the terminal, but the python shell is terminated. Any thoughts on how I can debug this?
App Engine remote_api shell Python 2.7.16 (default, Jun 5 2020, 22:59:21) [GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.29.20) (-macos10.15-objc- The db, ndb, users, urlfetch, and memcache modules are imported. m~staging> from models import Model m~staging> Model.query().get() zsh: abort python ~/dev/google-cloud-sdk/platform/google_appengine/remote_api_shell.py -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/11ed934e-37da-4c73-a1de-a84c7368bd54n%40googlegroups.com.
