[google-appengine] Re: 1.5.2 SDK Prerelease

2011-07-12 Thread kamens
This sounds like a great release -- thanks proppy! On Jul 12, 1:59 am, Johan Euphrosine wrote: > Hi everyone, > > Prerelease SDK for 1.5.2 is ready for testing, feel free to download > and give it a try for local > verification:http://code.google.com/p/googleappengine/downloads/list > > See rele

[google-appengine] Re: Error

2011-06-28 Thread kamens
Was same here for a while...same for visiting appspot.com. app id: khanexercises On Jun 28, 6:20 am, Atif Gulzar wrote: > Same here. > > -- > Best Regards, > Atif Gulzar > > I Unicode, ɹɐzlnƃ ɟıʇɐ > > On Tue, Jun 28, 2011 at 6:16 PM, Massimiliano < > > > > > > > > massimiliano.pietr...@gmail

[google-appengine] Re: Is AppEngine Down ??

2011-06-27 Thread kamens
Same problems here, consistently for many hours. app id: 'khanexercises' On Jun 27, 2:19 am, Joops wrote: > Just to add a likely irrelevant point of data. > My very low traffic HR app is fine. > > On Jun 27, 10:01 am, Waleed Abdulla wrote: > > > > > > > > > Same here. A lot of writes are timing

[google-appengine] Re: Seemingly random TemplateNotFound errors only on specific instances

2011-05-02 Thread kamens
This is now fixed. Was caused by some instances being spun up by / mapreduce requests, which are initially handled by a non-main.py handler, which meant that our django settings (specifically the template loader) were not being configured correctly. On Apr 30, 9:09 am, kamens wrote: > We

[google-appengine] Seemingly random TemplateNotFound errors only on specific instances

2011-04-30 Thread kamens
We've started seeing bursts of TemplateNotFound errors when invoking fairly standard template rendering code: __ from django.template.loader import render_to_string path = os.path.join(os.path.dirname(__file__), 'video_comments_content.html') html = render_to_s

[google-appengine] Re: Subclassing webapp.RequestHandler and GAE error logging

2011-02-20 Thread kamens
t. On Feb 20, 11:13 am, kamens wrote: > Does Google App Engine's error logging (as seen on the Dashboard) rely > on webapp.RequestHandler.handle_exception being called? > > In other words, if I subclass webapp.RequestHandler, implement > handle_exception, and one

[google-appengine] Subclassing webapp.RequestHandler and GAE error logging

2011-02-20 Thread kamens
Does Google App Engine's error logging (as seen on the Dashboard) rely on webapp.RequestHandler.handle_exception being called? In other words, if I subclass webapp.RequestHandler, implement handle_exception, and one of my code paths does not call webapp.RequestHandler.handle_exception, will the da

[google-appengine] Re: Hourly bursts of deadline exceeded errors

2011-01-12 Thread kamens
Is there an Issue open for this so we can track when the change has been made? Same problem on our app (id: khanexercises). On Jan 12, 2:54 pm, "Ikai Lan (Google)" wrote: > Hey guys, sorry about the delay getting back to you on this, but I wanted to > get the answer before posting. > > There was

[google-appengine] Re: Unable to deploy since 3.10pm EST

2010-12-22 Thread kamens
If it helps: App ID: khanexercises On Dec 22, 3:22 pm, kamens wrote: > Same exact situation/error here. > > On Dec 22, 3:20 pm, Sundar wrote: > > > > > > > > > I keep getting the following from about 3.10pm EST, when trying to deploy my > > application

[google-appengine] Re: Unable to deploy since 3.10pm EST

2010-12-22 Thread kamens
Same exact situation/error here. On Dec 22, 3:20 pm, Sundar wrote: > I keep getting the following from about 3.10pm EST, when trying to deploy my > application: > > Error 500: --- begin server output --- > > > > 500 Server Error > > > Error: Server Error > The server encountered an error and

[google-appengine] Re: etags and webkit's response -- any way to disable in GAE?

2010-12-15 Thread kamens
est for > all the resources, just check the background logs. > > -- > keakon > > My blog(Chinese):www.keakon.net > Blog source code:https://bitbucket.org/keakon/doodle/ > > > > > > > > On Wed, Dec 15, 2010 at 9:50 AM, kamens w

[google-appengine] etags and webkit's response -- any way to disable in GAE?

2010-12-15 Thread kamens
Situation: running a Google App Engine site with my static content's default_expiration set to "14d" Problem: in Chrome and Safari, visiting a URL (not reloading, just putting the cursor in the address bar and hitting Enter), causes a ton of requests to be fired with If-None-Match headers. The res