Advertisement
Guest User

Untitled

a guest
Mar 27th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 701, in __call__
  3. handler.get(*groups)
  4. File "/base/data/home/apps/sympy3/3.357478322308662649/app/main.py", line 111, in get
  5. t = Task.get(id)
  6. File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1220, in get
  7. results = get(keys, **kwargs)
  8. File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1509, in get
  9. return get_async(keys, **kwargs).get_result()
  10. File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1468, in get_async
  11. keys, multiple = datastore.NormalizeAndTypeCheckKeys(keys)
  12. File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 178, in NormalizeAndTypeCheckKeys
  13. keys = [_GetCompleteKeyOrError(key) for key in keys]
  14. File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 2660, in _GetCompleteKeyOrError
  15. key = Key(arg)
  16. File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore_types.py", line 372, in __init__
  17. raise datastore_errors.BadKeyError('Invalid string key %s.' % encoded)
  18. BadKeyError: Invalid string key .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement