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

2013-08-19 Thread Richard Spillane
Thanks for the advice Vinny, much appreciated. On Sun, Aug 18, 2013 at 6:48 PM, Vinny P vinny...@gmail.com wrote: On Sun, Aug 18, 2013 at 5:44 PM, Richard Spillane necro...@gmail.comwrote: Our website has to wait for the image to become available. So, should we poll somehow (repeatedly call

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

2013-08-18 Thread Richard Spillane
)? What is the best way to wait for getServingUrl() to succeed? On Tue, Aug 13, 2013 at 2:03 AM, Vinny P vinny...@gmail.com wrote: On Sun, Aug 11, 2013 at 6:39 PM, Richard Spillane necro...@gmail.comwrote: I've been experiencing this exact same problem, but for the go client. When I upload

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

2013-08-12 Thread Richard Spillane
I've been experiencing this exact same problem, but for the go client. When I upload a small image (1M), then call getServingUrl on the blob key, everything works fine, but when I upload a larger image (8M was what I tried), I consistently got timeout error when calling image.getServingUrl.