[google-appengine] Re: url.fetch DNS cache (IP server changes)

2014-09-18 Thread Wanderi James
my application fetches https://api.kazang.net/apimanager/api_v2/ but i get this error DNSLookupFailedError: DNS lookup failed for URL: https://api.kazang.net/apimanager/api_v2/ Can you refresh your cache On Thursday, 4 December 2008 18:06:01 UTC+3, Sylvain wrote: > > Hi, > > My application fetc

[google-appengine] Re: url.fetch DNS cache (IP server changes)

2008-12-11 Thread Marzia Niccolai
Hi, The engineering team has looked in to this, and it should now be functioning as normal. -Marzia On Wed, Dec 10, 2008 at 5:27 PM, julian.amaya <[EMAIL PROTECTED]>wrote: > > Hi, > > my app (tigrillotigrillotigrillo) is having this issue with last.fm > submission url : > > http://post.audioscr

[google-appengine] Re: url.fetch DNS cache (IP server changes)

2008-12-10 Thread julian.amaya
Hi, my app (tigrillotigrillotigrillo) is having this issue with last.fm submission url : http://post.audioscrobbler.com/ What can I do?? Thanx Julian On 10 dic, 19:55, Marzia Niccolai <[EMAIL PROTECTED]> wrote: > Hi, > > Our engineering team looked at it, and it seems that this is now resol

[google-appengine] Re: url.fetch DNS cache (IP server changes)

2008-12-10 Thread Marzia Niccolai
Hi, Our engineering team looked at it, and it seems that this is now resolved (again). Thanks for your patience. -Marzia On Wed, Dec 10, 2008 at 12:24 AM, Sylvain <[EMAIL PROTECTED]> wrote: > > Hi, > > Since yesterday, the error is back. > > from google.appengine.api import urlfetch > resp = u

[google-appengine] Re: url.fetch DNS cache (IP server changes)

2008-12-10 Thread Sylvain
Hi, Since yesterday, the error is back. from google.appengine.api import urlfetch resp = urlfetch.fetch('http://www.hordes.fr/') -> DownloadError: ApplicationError: 5 But it should work I think, urlfetch is fetching the bad IP server. Currently, I can't use the IP adress. So my app is down a

[google-appengine] Re: url.fetch DNS cache (IP server changes)

2008-12-08 Thread Sylvain
Hi Jeff, Thank you for your help. I've checked my site saturday morning (UTC) and it was working again. Good news ;) Regards Sylvain On 6 déc, 02:26, Jeff S <[EMAIL PROTECTED]> wrote: > Hi again Sylvain, > > We've fixed the cache issue, urlfetch should now get from the correct > server (tho

[google-appengine] Re: url.fetch DNS cache (IP server changes)

2008-12-05 Thread Jeff S
Hi again Sylvain, We've fixed the cache issue, urlfetch should now get from the correct server (though mirrorrr will still show the incorrect content at the moment because we didn't reset it's page cache). I verified on shell.appspot.com. from google.appengine.api import urlfetch resp = urlfetch

[google-appengine] Re: url.fetch DNS cache (IP server changes)

2008-12-05 Thread Jeff S
Hi Sylvain, Thank you for reporting this. We have been looking into this issue. Would it be possible to replace the hostname with the new IP address until this is resolved to avoid the DNS lookup? Cheers, Jeff On Dec 4, 7:06 am, Sylvain <[EMAIL PROTECTED]> wrote: > Hi, > > My application fetch