[google-appengine] images.get_serving_url() getting a ImagesServiceError.UNSPECIFIED_ERROR on real server

2011-04-13 Thread Seth Nickell
I'm trying to call images.get_serving_url() on a blob I just created using the (experimental) blobstore write features. Its raising an anonymous error, and was 10 hours ago too. The underlying API error is ImagesServiceError.UNSPECIFIED_ERROR. Everything works great on the local dev server.

Re: RE: [google-appengine] images.get_serving_url() getting a ImagesServiceError.UNSPECIFIED_ERROR on real server

2011-04-13 Thread Seth Nickell
Hi Brandon, I get this error even if the blob contents I write are a short string like TEST + the error seems to occur on the call to get_serving_url(), which seems strange. I think this problem is related to the write support somehow? Or maybe I misunderstood the problem you are working

[google-appengine] Speeding up Deploy w/ Django

2011-02-17 Thread Seth Nickell
I'm just getting started with AppEngine, currently using django- nonrel. 1) Overview question: are a significant number of folks using django- nonrel on appengine? Or is the predominant approach to rely on webapp? You can tell the pioneers by the arrows in their backs... 2) My application is