Hey ppl,

I have this small problem which is been raising an exception while i
am trying to update my application to google app engine.
We use a proxy server here and i donno the proxy server name.
I have tried setting http_proxy and https_proxy from the cmd with the
lan ip's and it still doesn't work.
I would like to know why this exception arises and how it could get
fixed.
I would deeply appreciate any gesture regarding this.

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 230, in _Authenticate
    auth_token = self._GetAuthToken(credentials[0], credentials[1])
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 174, in _GetAuthToken
    response = self.opener.open(req)
  File "C:\Python25\lib\urllib2.py", line 374, in open
    response = self._open(req, data)
  File "C:\Python25\lib\urllib2.py", line 392, in _open
    '_open', req)
  File "C:\Python25\lib\urllib2.py", line 353, in _call_chain
    result = func(*args)
  File "C:\Python25\lib\urllib2.py", line 1108, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
  File "C:\Python25\lib\urllib2.py", line 1075, 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 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