Hi,

The DownloadError: ApplicationError: 3 (not the most descriptive message, I
acknowledge), indicates that the remote server took too long to respond to
the request.  Currently HTTP requests are allotted about 5 seconds to return
the request before receiving an error.

In this case you can catch the error and allow the user to send the request
again, or change the query so that the remote server will take less time to
respond.

-Marzia

On Thu, Sep 25, 2008 at 8:02 AM, Adam Loving <[EMAIL PROTECTED]> wrote:

>
> I'm also seeing
>
> DownloadError: ApplicationError: 3
>
> intermittently when using urlfetch to call the Facebook API.
>
> On Aug 27, 7:44 pm, llad <[EMAIL PROTECTED]> wrote:
> > I am also having this issue with urlfetch.  It works 100% of the time
> > in dev but can't get it to work at all in prod.  I'm
> gettingApplicationError: 2, when trying to fetchhttp://
> twitter.com/statuses/public_timeline.rss.
> >
> > File "/base/data/home/apps/oddsurd/1.21/views.py", line 95, in
> > _get_something
> >     feed_rss = urlfetch.Fetch(feed)
> >   File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py",
> > line 219, in fetch
> >     raiseDownloadError(str(e))DownloadError:ApplicationError: 2
> >
> > On Aug 12, 11:27 pm, jeremysomething <[EMAIL PROTECTED]>
> > wrote:
> >
> > > Hi!
> >
> > > I'm having a bit of trouble. I'm creating a facebook app that
> > > integrates with my google app engine project, and I'm having a hard
> > > time communicating with the facebook servers.
> >
> > > It works from my dev instance (localhost), but once deployed, I'm
> > > getting some errors. This actually used to work once deployed as well,
> > > but the past day, I've been getting this error:
> >
> > > Does anyone know whatDownloadError:ApplicationError:3means?
> >
> > > full trace:
> >
> > > Traceback (most recent call last):
> > >   File "/base/python_lib/versions/1/google/appengine/ext/webapp/
> > > __init__.py", line 501, in __call__
> > >     handler.post(*groups)
> > >   File "/base/data/home/apps/w-w-w/1.150/main.py", line 642, in post
> > >     self.updateFacebookProfile(newpost)
> > >   File "/base/data/home/apps/w-w-w/1.150/main.py", line 223, in
> > > updateFacebookProfile
> > >     facebookIdentity.facebookUID)
> > >   File "<string>", line 9, in setFBML
> > >   File "/base/data/home/apps/w-w-w/1.150/facebook.py", line 378, in
> > > __call__
> > >     return self._client('%s.%s' % (self._name, method), args)
> > >   File "/base/data/home/apps/w-w-w/1.150/facebook.py", line 783, in
> > > __call__
> > >     result = urlfetch.fetch(FACEBOOK_URL, payload=post_data,
> > > method=urlfetch.POST, headers=headers)
> > >   File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py",
> > > line 216, in fetch
> > >     raiseDownloadError(str(e))
> > >DownloadError:ApplicationError:3
> >
> > > 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 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