Hi, Please see the bottom of this page for configuring App Engine uploads behind a proxy: http://code.google.com/appengine/docs/appcfgpy.html
-Marzia On Sun, Dec 21, 2008 at 8:00 PM, musenfox <[email protected]> wrote: > > what if when i use a proxy server? > > On Nov 27, 2:47 am, Thyako <[email protected]> wrote: > > I got this error once when my internet connection was down. It solved > > after I reconnected (in Ubuntu 8.10). > > > > ~Thiago > > > > On Nov 26, 11:52 am, davva <[email protected]> wrote: > > > > > Anyone know whats causing this error message when i try and do an > > > upload. > > > > > D:\PROFILES>appcfg.py update d:\googleapps\helloworld\ > > > > > ( I enter my username and password twice here ) > > > > > 2008-11-26 13:49:07,232 ERROR appcfg.py:1336 An unexpected error > > > occurred. Aborting. > > > Traceback (most recent call last): > > > File "C:\Program Files\Google\google_appengine\appcfg.py", line 55, > > > in <module> > > > execfile(script_path, globals()) > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \appcfg.py", line 1954, in <module> > > > main(sys.argv) > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \appcfg.py", line 1947, in main > > > AppCfgApp(argv).Run() > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \appcfg.py", line 1524, in Run > > > self.action.function(self) > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \appcfg.py", line 1736, in Update > > > lambda path: open(os.path.join(basepath, path), "rb")) > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \appcfg.py", line 1315, in DoUpload > > > missing_files = self.Begin() > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \appcfg.py", line 1176, in Begin > > > version=self.version, payload=self.config.ToYAML()) > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \appcfg.py", line 282, in Send > > > self._Authenticate() > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \appcfg.py", line 321, in _Authenticate > > > super(HttpRpcServer, self)._Authenticate() > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \appcfg.py", line 261, in _Authenticate > > > self._GetAuthCookie(auth_token) > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \appcfg.py", line 203, in _GetAuthCookie > > > response = self.opener.open(req) > > > File "D:\Python25\lib\urllib2.py", line 381, in open > > > response = self._open(req, data) > > > File "D:\Python25\lib\urllib2.py", line 399, in _open > > > '_open', req) > > > File "D:\Python25\lib\urllib2.py", line 360, in _call_chain > > > result = func(*args) > > > File "D:\Python25\lib\urllib2.py", line 1107, in http_open > > > return self.do_open(httplib.HTTPConnection, req) > > > File "D:\Python25\lib\urllib2.py", line 1082, in do_open > > > raise URLError(err) > > > urllib2.URLError: <urlopen error (11001, 'getaddrinfo failed')> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
