Hi,
I just upgraded to GoogleAppEngine_1.1.3 and when I go into the
Development Console/datastore I get these errors.
I only get them if I have something in the Datastore. I tried deleting
everything and recreating and I still get these errors. If I don't
have anything in the datastore, then I get a regular page saying that
I need to create the entities before viewing them.
Is it a bug in the latest release?
Thanks,
Tony
http://localhost:8080/_ah/admin/datastore
---
Traceback (most recent call last):
File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\ext\webapp\__init__.py", line 496, in __call__
handler.get(*groups)
File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\ext\admin\__init__.py", line 558, in get
'kinds': self.get_kinds(),
File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\ext\admin\__init__.py", line 485, in get_kinds
schema = datastore_admin.GetSchema()
File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\api\datastore_admin.py", line 58, in GetSchema
_Call('GetSchema', req, resp)
File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\api\datastore_admin.py", line 124, in _Call
apiproxy_stub_map.MakeSyncCall('datastore_v3', call, req, resp)
File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\api\apiproxy_stub_map.py", line 46, in MakeSyncCall
stub.MakeSyncCall(service, call, request, response)
File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\api\datastore_file_stub.py", line 263, in MakeSyncCall
(getattr(self, "_Dynamic_" + call))(request, response)
File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\api\datastore_file_stub.py", line 626, in _Dynamic_GetSchema
value_pb.set_doublevalue(float('-inf'))
ValueError: invalid literal for float(): -inf