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 again

Regards

Sylvain



On 8 déc, 10:38, Sylvain <[EMAIL PROTECTED]> wrote:
> 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 (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.fetch('http://www.hordes.fr/')
> > resp.content
>
> > Thank you,
>
> > Jeff
>
> > On Dec 5, 11:51 am, Jeff S <[EMAIL PROTECTED]> wrote:
>
> > > 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 fetches this url :http://www.hordes.fr
>
> > > > But monday, the IP for this server (www.hordes.fr) has changed (they
> > > > moved), but currently I always fetch the bad URL/bad server.
>
> > > > I've tested with different applications in appspot and it is the same
> > > > error :
>
> > > > Here what appspot see :http://www.mirrorrr.com/www.hordes.fr
> > > > Here what it should be :http://www.hordes.fr
>
> > > > So now, my app does not work anymore.
>
> > > > Could you check/reset,... your DNS ?
>
> > > > Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to