Hello, Last two weeks or so, I have received a lot of issues related to URLFetch timeouts and errors when communicating with Worksnaps API. Firstly, I received only URLFetch timeouts but when I increased deadline parameters using urlfetch.set_default_fetch_deadline, I began to catch the errors like this:
An error occured while connecting to the server: Unable to fetch URL: http: //www.worksnaps.net/api/projects.xml As I could figure out, it happens because the URLFetchServiceError.FETCH_ERROR is raised. But I couldn't find the reason of this error. It really annoys me because it works perfectly for my localhost. Can anyone chime in with similar experience? Thanks, Kirill -- 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. For more options, visit https://groups.google.com/groups/opt_out.
