Hi Kashif, It looks like this might be an issue with DNS or some part of the network. Are you behind a proxy?
Thank you, Jeff On Thu, Aug 6, 2009 at 9:53 AM, Kashif <[email protected]> wrote: > > All, I am running into the following error when running appcfg.py > update command - any guidance will be appreciated > > G:\GAE>"g:\Program Files (x86)\Google\google_appengine\appcfg.py" > update helloworld/ > Scanning files on local disk. > Initiating update. > Email: [email protected] > Password for [email protected]: > 2009-08-06 09:48:47,328 ERROR appcfg.py:1272 An unexpected error > occurred. Abort > ing. > Traceback (most recent call last): > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pcfg.py", line 1250, in DoUpload > missing_files = self.Begin() > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pcfg.py", line 1045, in Begin > version=self.version, payload=self.config.ToYAML()) > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pengine_rpc.py", line 356, in Send > self._Authenticate() > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pengine_rpc.py", line 391, in _Authenticate > super(HttpRpcServer, self)._Authenticate() > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pengine_rpc.py", line 271, in _Authenticate > auth_token = self._GetAuthToken(credentials[0], credentials[1]) > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pengine_rpc.py", line 214, in _GetAuthToken > response = self.opener.open(req) > File "G:\Python25\lib\urllib2.py", line 381, in open > response = self._open(req, data) > File "G:\Python25\lib\urllib2.py", line 399, in _open > '_open', req) > File "G:\Python25\lib\urllib2.py", line 360, in _call_chain > result = func(*args) > File "G:\Python25\lib\urllib2.py", line 1115, in https_open > return self.do_open(httplib.HTTPSConnection, req) > File "G:\Python25\lib\urllib2.py", line 1082, in do_open > raise URLError(err) > URLError: <urlopen error (11004, 'getaddrinfo failed')> > Traceback (most recent call last): > File "G:\Program Files (x86)\Google\google_appengine\appcfg.py", > line 60, in < > module> > run_file(__file__, globals()) > File "G:\Program Files (x86)\Google\google_appengine\appcfg.py", > line 57, in r > un_file > execfile(script_path, globals_) > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pcfg.py", line 2303, in <module> > main(sys.argv) > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pcfg.py", line 2294, in main > result = AppCfgApp(argv).Run() > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pcfg.py", line 1458, in Run > self.action(self) > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pcfg.py", line 2182, in __call__ > return method() > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pcfg.py", line 1730, in Update > lambda path: open(os.path.join(basepath, path), 'rb')) > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pcfg.py", line 1250, in DoUpload > missing_files = self.Begin() > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pcfg.py", line 1045, in Begin > version=self.version, payload=self.config.ToYAML()) > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pengine_rpc.py", line 356, in Send > self._Authenticate() > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pengine_rpc.py", line 391, in _Authenticate > super(HttpRpcServer, self)._Authenticate() > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pengine_rpc.py", line 271, in _Authenticate > auth_token = self._GetAuthToken(credentials[0], credentials[1]) > File "G:\Program Files (x86)\Google\google_appengine\google\appengine > \tools\ap > pengine_rpc.py", line 214, in _GetAuthToken > response = self.opener.open(req) > File "G:\Python25\lib\urllib2.py", line 381, in open > response = self._open(req, data) > File "G:\Python25\lib\urllib2.py", line 399, in _open > '_open', req) > File "G:\Python25\lib\urllib2.py", line 360, in _call_chain > result = func(*args) > File "G:\Python25\lib\urllib2.py", line 1115, in https_open > return self.do_open(httplib.HTTPSConnection, req) > File "G:\Python25\lib\urllib2.py", line 1082, in do_open > raise URLError(err) > urllib2.URLError: <urlopen error (11004, '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 -~----------~----~----~----~------~----~------~--~---
