[google-appengine] Domains used by Blobstore URLs?

2011-10-19 Thread Pamela Fox
Hey there - I need to whitelist domains used by my PhoneGap/iPhone app, and I use Blobstore images in it. Currently all the images are at http://lh3.ggpht.com/ but I don't know if blobstore uses other (sub)domains as well. Can someone confirm the domains used by blobstore? Thanks! - pamela --

[google-appengine] SSL Security Error with app version

2011-11-07 Thread pamela fox
Heyaz - When I visit https://version.myappid.appspot.com in the browser, it shows a security warning (on Android it says "The name of the site does not match the name on the certificate."). When I visit https://myappid.appspot.com, its fine. I suspect the name is meant to be *.*.appspot.com to mat

[google-appengine] Unable to upload prod data to development server using upload_data

2011-11-26 Thread pamela fox
Hey there - I am trying to mirror my production data to my development server but am running into issues with the upload_data/download_data commands. Here's what I've done so far: - Added remote_api as a builtin, re-deployed - Disabled authentication for remote_api on local dev server - Run this

Re: [google-appengine] Re: images.GetUrlBase deadline problems since yesterday morning

2012-01-25 Thread Pamela Fox
Here's how I am currently dealing with it, if it helps: 1) I upload blobs using the deferred queue, and save the blob_key to an entity. I try to save the URLs in the entity via get_serving_url, but if it fails, I set them to a designated empty URL (e.g. "blank.png") 2) On a cron job (run every 20

Re: [google-appengine] Re: Generic error with get_serving_url

2012-04-04 Thread Pamela Fox
Thanks, I figured that was the issue after adding some extra logging. It'd be nice if it was a Not Valid Image error - I initially filed it away in my "Flaky App Engine" bugs folder instead of addressing it immediately as an actual app error. On Wed, Apr 4, 2012 at 5:10 AM, Stuart Langley wrote:

Re: [google-appengine] Re: 500 Server Error

2012-06-05 Thread Pamela Fox
I raised the instances to 2 and seemed to experience a 5 minute outage last night. Are the instances per version or across the whole app? I regularly serve traffic from 3 versions (1 for web, 1 for android, 1 for iphone), and I don't particularly want any of them to go out. Thanks! On Fri, Jun 1,

[google-appengine] Strange import errors in logs (fatal)

2012-06-23 Thread Pamela Fox
My app went down for 10 minutes, and when I look at the logs, I see a lot of: "Traceback (most recent call last): File "/base/python27_runtime/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 187, in Handle handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) Fi