New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 736833 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: May 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

500 getting config sets: ValueError: ancestor cannot be an incomplete key

Project Member Reported by hinoka@chromium.org, Jun 26 2017

Issue description

Encountered unexpected error from ProtoRPC method implementation: ValueError (ancestor cannot be an incomplete key)
Traceback (most recent call last):
  File "third_party/protorpc-1.0/protorpc/wsgi/service.py", line 181, in protorpc_service_app
    response = method(instance, request)
  File "components/auth/endpoints_support.py", line 218, in wrapper
    return method(service, *args, **kwargs)
  File "third_party/endpoints-1.0/endpoints/api_config.py", line 1331, in invoke_remote
    return remote_method(service_instance, request)
  File "third_party/protorpc-1.0/protorpc/remote.py", line 414, in invoke_remote_method
    response = method(service_instance, request)
  File "components/auth/endpoints_support.py", line 173, in wrapper
    return func(service, *args, **kwargs)
  File "api.py", line 174, in get_config_sets
    request.config_set, latest_revisions[request.config_set])
  File "storage.py", line 112, in get_file_keys
    ancestor=ndb.Key(ConfigSet, config_set, Revision, revision)).fetch()
  File "appengine/ext/ndb/model.py", line 3435, in _query
    qry = Query(kind=cls._get_kind(), **kwds)
  File "appengine/ext/ndb/utils.py", line 160, in positional_wrapper
    return wrapped(*args, **kwds)
  File "appengine/ext/ndb/query.py", line 827, in __init__
    raise ValueError('ancestor cannot be an incomplete key')
ValueError: ancestor cannot be an incomplete key


https://luci-config.appspot.com/restricted/ereporter2/report?start=1498247702.0&end=1498251303

cwpayton@ mentioned that these are actually 404 errors.
 

Comment 1 by hinoka@chromium.org, Jun 26 2017

Labels: -OS-Mac

Comment 2 by no...@chromium.org, May 25 2018

Status: Fixed (was: Unconfirmed)

Sign in to add a comment