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 getting
ApplicationError: 2, when trying to fetch
http://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
raise DownloadError(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 what DownloadError:ApplicationError: 3 means?
>
> 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
> raise DownloadError(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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---