greetings! i can better assist you if you answer a few questions...

1. are you still running into this situation now?
2. are you using the Python or Java API and which version?
3. how you tried to use the new Blobstore API instead of an entity
with a BlobProperty?

it is possible that there may be delays, but they shouldn't be *that*
long. you mentioned that the next time you try to load the same image,
it works... how much time elapsed since you originally saved it?

thanks,
-- wesley
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Core Python Programming", Prentice Hall, (c)2007,2001
"Python Fundamentals", Prentice Hall, (c)2009
   http://corepython.com

wesley.j.chun :: [email protected]
developer relations :: google app engine



On Jan 11, 7:05 am, Daniel Aguilar <[email protected]> wrote:
> Hi there,
>
> I'm just running into an issue trying to store an image in a blob property,
> and trying to load it afterwards.
> The process is as follows:
> 1. My front-end (a Flash application) sends the data to be stored to GAE
> (i'm using pyamf)
> 2. The remote function stores the data (I save the image in a blob property)
> and replies back (success/error)
> 3. The Flash application receives the result, and if ok, tries to load the
> image I just saved.
>
> This works perfectly locally (local GAE development environment), but when
> running it online I get an Error 500 on step 3, as if the image was never
> saved.
> Next time I try to load the same image, it works.
>
> So am I running some kind of delay-related issue here? Of course I tried
> waitting a couple of seconds (even a minute) before attempting to load the
> saved images, but didn't work either.
>
> Does anyone know what may be happening here?
>
> Thanks!
-- 
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.


Reply via email to