On Sat, Nov 2, 2013 at 12:37 PM, Bay <[email protected]> wrote: > Hi! For my python google app engine app I'm relying on some functions > being picked up from external providers at "l.macbay.dk" > This has worked neatly for a year or so, but a couple of days ago > appengine simply stopped allowing fetch of this address not just returning > "Unable > to fetch URL". No other explanation. What can I do? > >
Error messages are usually much more detailed than that. Are you seeing anything else included in the errors? Specifically, I'm looking for the name of the error/exception ( something similar to *DownloadError*, *ApplicationError* or *ResponseTooLargeError* ) and possibly a stack trace of where the error originated. Feel free to screenshot the error message if that's easier for you. Failing that, is your application having difficulty accessing that whole domain? Can it access a different subdomain and/or path off that domain? Lastly, I visited the *l. macbay . dk* link you gave, and it shows a default web server page: http://imgur.com/iKBxmuA . This implies that someone reinstalled the application recently, and hasn't reconfigured it to serve. What is the exact address that you're trying to fetch to (domain including path and parameters)? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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.
