Over quota error on http://pubsubhubbub-subscriber.appspot.com/

264 views
Skip to first unread message

Richard Davies

unread,
Jan 10, 2012, 2:59:06 PM1/10/12
to pubsub...@googlegroups.com
I'm currently getting the following error message when I try to load http://pubsubhubbub-subscriber.appspot.com/


Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 701, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/pubsubhubbub-subscriber/1.334767123321209624/main.py", line 116, in get
    context = dict(entries=SomeUpdate.gql('ORDER BY updated DESC').fetch(50))
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 2084, in fetch
    return list(self.run(limit=limit, offset=offset, **kwargs))
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 2237, in next
    return self.__model_class.from_entity(self.__iterator.next())
  File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2655, in next
    next_batch = self.__batcher.next()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2525, in next
    return self.next_batch(self.AT_LEAST_ONE)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2562, in next_batch
    batch = self.__next_batch.get_result()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 592, in get_result
    return self.__get_result_hook(self)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2317, in __query_result_hook
    self._conn.check_rpc_success(rpc)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1182, in check_rpc_success
    rpc.check_success()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 558, in check_success
    self.__rpc.CheckSuccess()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess
    raise self.exception
OverQuotaError: The API call datastore_v3.RunQuery() required more quota than is available.

Is there anything that can be done to fix this?

Julien Genestoux

unread,
Jan 10, 2012, 3:03:46 PM1/10/12
to pubsub...@googlegroups.com
The best thing you can do is pull the code for this web app in the PubSubHubub code and deploy it under your own GAE credentials.
Another option involves hunting Brett Slatkin and ask him to put a little more money in this a app :)

If you're looking for another publisher page, we (superfeedr) maintain one at http://push-pub.appspot.com/ (and we pay the extra credits needed when they arise).
thanks,

Richard Davies

unread,
Jan 10, 2012, 3:33:45 PM1/10/12
to pubsub...@googlegroups.com
Thanks, but I'm looking for a subscriber app, not a publisher.

Is http://pubsubhubbub-subscriber.appspot.com/ not an officially sanctioned/created GAE project? I would think that it should have some sort of exception to the regular usage/pricing model.

Julien Genestoux

unread,
Jan 10, 2012, 4:13:45 PM1/10/12
to pubsub...@googlegroups.com
I think it's this app : http://code.google.com/p/pubsubhubbub/source/browse/#svn%2Ftrunk%2Fsubscriber%253Fstate%253Dclosed
Not sure about specific pricing. Someone from GAE should be able to answer this.

Thanks,
Reply all
Reply to author
Forward
0 new messages