Discussions » Troubleshooting

Problem after login

(2 posts)

No tags yet.

  1. I'm trying to log in using my google account, but I'm seeing the following error:

    Traceback (most recent call last):
    File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__
    handler.get(*groups)
    File "/base/data/home/apps/ideadiamond/22.340104531056349487/models/__init__.py", line 43, in get
    profile = ServiceUtil.getUserProfile(user)
    File "/base/data/home/apps/ideadiamond/22.340104531056349487/services/classes/requests.py", line 540, in getUserProfile
    profile = config.queryUserProfile.get()
    File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1564, in get
    results = self.fetch(1, rpc=rpc)
    File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1616, in fetch
    raw = raw_query.Get(limit, offset, rpc=rpc)
    File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1183, in Get
    limit=limit, offset=offset, prefetch_count=limit, **kwargs)._Get(limit)
    File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1110, in _Run
    datastore_pb.QueryResult(), rpc)
    File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 177, in _MakeSyncCall
    rpc.check_success()
    File "/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 474, in check_success
    self.__rpc.CheckSuccess()
    File "/base/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 126, in CheckSuccess
    raise self.exception
    Error: An error occurred for the API request datastore_v3.RunQuery().

    Can you fix it quickly?

    Posted 6 months ago #

RSS feed for this topic

Reply

Allowed markup: a blockquote code em strong ul ol li.
You can also put code in between backtick ( ` ) characters.