I have a Facebook app on GAE that makes good use of the urlfetch function by making calls the Facebook graph api. I have noticed that a small percentage of calls to urlfetch will return None. I log the urls that fail and they work fine when I test manually. My understanding is that urlfetch should return a failed status_code or exception on error. These urlfetch misses cause issues in my application so my confidence in the urlfetch service is really low at this point. I have even tried making repeat calls on None, but they still fail. It is almost like the urlfetch service 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.
