Submitting a website (after logging in successfully) yields a Python Traceback.
I.e. on
http://demand.openid.net/ I put "http://github.com/" in the box and click "Demand", this is the result:
"Traceback (most recent call last):
File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 501, in __call__
handler.get(*groups)
File "/base/data/home/apps/openid-please/1.329385682230646281/please.py", line 448, in get
website, msg = self.vote_for(url, voter)
File "/base/data/home/apps/openid-please/1.329385682230646281/please.py", line 420, in vote_for
db.run_in_transaction(make_vote, w, voter)
File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1718, in RunInTransaction
DEFAULT_TRANSACTION_RETRIES, function, *args, **kwargs)
File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1809, in RunInTransactionCustomRetries
result = function(*args, **kwargs)
File "/base/data/home/apps/openid-please/1.329385682230646281/please.py", line 416, in make_vote
if wv.count() == 0:
File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1401, in count
return self._get_query().Count(limit=limit)
File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 979, in Count
self._ToPb(limit=limit), resp)
File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1143, in _ToPb
'Only ancestor queries are allowed inside transactions.')
BadRequestError: Only ancestor queries are allowed inside transactions."