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
-~----------~----~----~----~------~----~------~--~---