I still haven't found an explanation for this but I did find that increasing the urlfetch default timeout of 5 seconds reduced the occurrences of this issue.
On Feb 14, 8:23 am, JimJty <[email protected]> wrote: > I have a Facebook app on GAE that makes good use of theurlfetch > function by making calls the Facebook graph api. I have noticed that a > small percentage of calls tourlfetchwill returnNone. I log the urls > that fail and they work fine when I test manually. > My understanding is thaturlfetchshould return a failed status_code > or exception on error. > Theseurlfetchmisses cause issues in my application so my confidence > in theurlfetchservice is really low at this point. I have even tried > making repeat calls onNone, but they still fail. It is almost like > theurlfetchservice goes down at times. Has anyone else experienced > this issue? > > 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.
