-
Notifications
You must be signed in to change notification settings - Fork 49
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
NullPointerException on query #77
Comments
"No API environment is registered for this thread" generally means you have not started an App Engine instance in your REPL using ae/start, though I'm surprised things work for you the first time at all. Maybe you started the environment and it then crashed? Also, make sure you are using the stable branch of appengine-magic with all its (old) dependencies — newer stuff on the master branch is not supported right now. https://github.com/gcv/appengine-magic/tree/v0.5.0 |
I am using 0.5.1-SNAPSHOT (0.5.0 didn't work at all for me, I can't remember now why). I am using |
It's same problem and 0.5.0 doesn't work on leiningen 2.0. |
Have you tried 0.5.0 and an earlier version of Leiningen? I have used that combination extensively, and have found it reliable. As I no longer use Google App Engine, 0.5.1-SNAPSHOT is still in (slow) development, and there isn't much I can do to help you track that down right now, unless you give me a clearly reproducible test case. |
Hi,
Consider following:
Then I evaluate following multiple times:
At the beginning everything works as expected (i.e. a sequence of one
Item
is returned). But after some time it throws following exception:I have little knowlegde of the Datastore API, so I'm clueless here.
Răzvan
The text was updated successfully, but these errors were encountered: