[google-appengine] DownloadError: ApplicationError: 2 when using Amazon FPS

2010-08-30 Thread JimJty
I am using Amazon's Flexible Payment service to verify the signature in a return url using their Simple Pay buttons. When I use the urlfetch method I get the following error: DownloadError: ApplicationError: 2 (In python) The url is using the REST interface at this address https://fps.amazonaws.co

[google-appengine] DownloadError: ApplicationError: 2

2010-07-23 Thread Victor Doss
urlfetch was working fine in the site. But suddenly today I am starting to get... DownloadError: ApplicationError: 2 Anything changed ? Site: http://www.tweetaboogle.com/ - Click on "Login to Twitter" -Victor -- You received this message because you are subscribed to the Google Groups "Googl

[google-appengine] DownloadError: ApplicationError: 2

2009-08-21 Thread Nogwater
I'm having some trouble loading an RSS feed in my app. It works locally, but as soon as I deploy, it crashes. From the searching I've done, I've seen that timeouts can be an issue when using urlfetch, but this error shows up within a second or so, so it shouldn't be anywhere near the five second

[google-appengine] DownloadError: ApplicationError: 2 nonnumeric port: ''

2009-05-15 Thread Jose Vidal
I am trying to read a spreadsheet from app engine using text_db and authsub. I read http://code.google.com/appengine/articles/gdata.html and got it to work. Then I read http://code.google.com/p/gdata-python-client/wiki/AuthSubWithTextDB and I tried to merge the two in the file below (step4.py) b

[google-appengine] "DownloadError: ApplicationError: 2 timed out" when fetching something from localhost

2009-02-06 Thread reyjexter
I'm developing a client/server application. What i'm trying to do is fetch a certain url but im getting the error above. This is my code: from google.appengine.api import urlfetch url = 'http://localhost:8081/serversample' response = urlfetch.fetch(url=url, method=urlfetch.GET, headers= {'Accept-

[google-appengine] DownloadError: ApplicationError: 2 Too many redirects

2009-01-14 Thread gvs...@gmail.com
Problem: I created two applications and hosted them in google app engine.On using urlfetch() function in one application with a POST to the web form in the other application, ApplicationError pops up. I am not so sure about the urlfetch() due to less documentation.It works fine without the

[google-appengine] DownloadError: ApplicationError: 2 ?

2008-10-09 Thread Jean-Lou Dupont
What is the significance of "DownloadError: ApplicationError: 2" errors? I got to " user_service_pb.py " but couldn't find any meaningful explanation. I get this error whilst accessing Freebase through their API e.g. http://www.freebase.com/api/service/mqlread?queries= jld. --~--~-~--