Salutations Edu, This error generally pops up when your app hits the serving deadline (60 seconds for Frontend) while there is either a URLFetch or API call in progress. You should check to see what is making the call and see if you can reduce the time it takes to complete.
On Thursday, April 15, 2010 at 6:47:48 PM UTC-4, Jairo Vasquez wrote: > > I got this error: > > The API call urlfetch.Fetch() was explicitly cancelled > > Thanks > > -- > Jairo Vasquez Moreno > Mentez Developer > www.mentez.com > Medellin - Colombia > > -- > 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. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d63f7d05-2ef8-47e5-91ea-dd1bffc9709b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
