Are you still having this issue? What happens if you deploy using Python 2.5?
I also know that we've seen some issues with deploys and clock skew. Could that be what is happening here? On Sat, Apr 10, 2010 at 5:37 AM, Camus <[email protected]> wrote: > I have update another apps and it works like a charm, but got error > when I try to update BirdNest.Someone can help on this? Just try to > build a twitter proxy :( > Thanks !! > > ==The Error Messageļ¼== > C:\Google\google_appengine>appcfg.py update BirdNest > C:\Google\google_appengine\appcfg.py:41: DeprecationWarning: the sha > module is deprecated; use the hashlib module instead > os.path.join(DIR_PATH, 'lib', 'antlr3'), > C:\Google\google_appengine\google\appengine\tools > \dev_appserver_login.py:33: DeprecationWarning: the md5 module is > deprecated; use hashlib instead import md5 > Application: MYAPPID; version: 1. > Server: appengine.google.com. > Scanning files on local disk. > Initiating update. > 2010-04-10 19:35:00,726 ERROR appcfg.py:1568 An unexpected error > occurred. Aborting. > Traceback (most recent call last): > File "C:\Google\google_appengine\google\appengine\tools\appcfg.py", > line 1535, in DoUpload missing_files = self.Begin() > File "C:\Google\google_appengine\google\appengine\tools\appcfg.py", > line 1305, in Begin version=self.version, > payload=self.config.ToYAML()) > > File "C:\Google\google_appengine\google\appengine\tools > \appengine_rpc.py", line 346, in Send f = self.opener.open(req) > File "C:\Python26\lib\urllib2.py", line 391, in open response = > self._open(req, data) > File "C:\Python26\lib\urllib2.py", line 409, in _open '_open', > req) > File "C:\Python26\lib\urllib2.py", line 369, in _call_chain > result = func(*args) > > File "C:\Google\google_appengine\google\appengine\tools > \https_wrapper.py", line 136, in https_open return > self.do_open(http_class_wrapper, req) > File "C:\Python26\lib\urllib2.py", line 1136, in do_open raise > URLError(err) > URLError: <urlopen error [Errno 11004] getaddrinfo failed> > Traceback (most recent call last): > File "C:\Google\google_appengine\appcfg.py", line 68, in <module> > run_file(__file__, globals()) > File "C:\Google\google_appengine\appcfg.py", line 64, in run_file > execfile(script_path, globals_) > File "C:\Google\google_appengine\google\appengine\tools\appcfg.py", > line 2709, in <module> main(sys.argv) > File "C:\Google\google_appengine\google\appengine\tools\appcfg.py", > line 2700, in main result = AppCfgApp(argv).Run() > File "C:\Google\google_appengine\google\appengine\tools\appcfg.py", > line 1763, in Run self.action(self) > File "C:\Google\google_appengine\google\appengine\tools\appcfg.py", > line 2580, in __call__ return method() > File "C:\Google\google_appengine\google\appengine\tools\appcfg.py", > line 2070, in Update lambda path: open(os.path.join(basepath, > path), 'rb')) > File "C:\Google\google_appengine\google\appengine\tools\appcfg.py", > line 1535, in DoUpload missing_files = self.Begin() > File "C:\Google\google_appengine\google\appengine\tools\appcfg.py", > line 1305, in Begin version=self.version, > payload=self.config.ToYAML()) > > File "C:\Google\google_appengine\google\appengine\tools > \appengine_rpc.py", line 346, in Send f = self.opener.open(req) > File "C:\Python26\lib\urllib2.py", line 391, in open response = > self._open(req, data) > File "C:\Python26\lib\urllib2.py", line 409, in _open '_open', > req) > File "C:\Python26\lib\urllib2.py", line 369, in _call_chain > result = func(*args) > > File "C:\Google\google_appengine\google\appengine\tools > \https_wrapper.py", line 136, in https_open return > self.do_open(http_class_wrapper, req) > File "C:\Python26\lib\urllib2.py", line 1136, in do_open raise > URLError(err)urllib2.URLError: <urlopen error [Errno 11004] > getaddrinfo failed> > > C:\Google\google_appengine> > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- 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.
