Hi, Everything was working fine, till today. Seems like appengine doesnt like any of my requests anymore.
http://fanvenues1.appspot.com/seatwave/12505/360x227/circle.jpg This request is suppose to return a jpg image (about 17KB) stored in the datastore. It used to work fine earlier but now I get the following: 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/fanvenues1/1.338340892144330219/main.py", line 105, in get currenthits = section.layout.hits File "/base/python_lib/versions/1/google/appengine/ext/db/ __init__.py", line 2907, in __get__ instance = get(reference_id) File "/base/python_lib/versions/1/google/appengine/ext/db/ __init__.py", line 1182, in get entities = datastore.Get(keys) File "/base/python_lib/versions/1/google/appengine/api/ datastore.py", line 257, in Get raise _ToDatastoreError(err) Timeout Why is this happening when I actually have a paid account? Thanks Oliver -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
