kentical / gappproxy

Automatically exported from code.google.com/p/gappproxy
GNU General Public License v3.0
0 stars 0 forks source link

deploy老是出错,帮忙看看 #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
在本地运行都好好的,一deploy就这样.我保证EMAIL和密码没输错

2010-06-15 14:17:10 Running command: "['C:\\Python26\\pythonw.exe', 
'C:\\Program Files\\Google\\google_appengine\\appcfg.py', '--no_cookies', 
u'--email=imtoumao@gmail.com', '--passin', 'update', 'C:\\Program 
Files\\Google\\google_appengine\\fetchserver\\imtoumao']"
C:\Program Files\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:\Program 
Files\Google\google_appengine\google\appengine\tools\dev_appserver_login.py:33: 
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
Application: imtoumao; version: 1.
Server: appengine.google.com.
Scanning files on local disk.
Initiating update.
2010-06-15 14:17:13,000 ERROR appcfg.py:1568 An unexpected error occurred. 
Aborting. 
Traceback (most recent call last):
  File "C:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 1535, in DoUpload
    missing_files = self.Begin()
  File "C:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 1305, in Begin
    version=self.version, payload=self.config.ToYAML())
  File "C:\Program Files\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 383, in open
    response = self._open(req, data)
  File "C:\Python26\lib\urllib2.py", line 401, in _open
    '_open', req)
  File "C:\Python26\lib\urllib2.py", line 361, in _call_chain
    result = func(*args)
  File "C:\Program Files\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 1105, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 10054] >
Traceback (most recent call last):
  File "C:\Program Files\Google\google_appengine\appcfg.py", line 68, in <module>
    run_file(__file__, globals())
  File "C:\Program Files\Google\google_appengine\appcfg.py", line 64, in run_file
    execfile(script_path, globals_)
  File "C:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 2757, in <module>
    main(sys.argv)
  File "C:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 2748, in main
    result = AppCfgApp(argv).Run()
  File "C:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 1763, in Run
    self.action(self)
  File "C:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 2619, in __call__
    return method()
  File "C:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 2070, in Update
    lambda path: open(os.path.join(basepath, path), 'rb'))
  File "C:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 1535, in DoUpload
    missing_files = self.Begin()
  File "C:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 1305, in Begin
    version=self.version, payload=self.config.ToYAML())
  File "C:\Program Files\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 383, in open
    response = self._open(req, data)
  File "C:\Python26\lib\urllib2.py", line 401, in _open
    '_open', req)
  File "C:\Python26\lib\urllib2.py", line 361, in _call_chain
    result = func(*args)
  File "C:\Program Files\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 1105, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno 10054] >
2010-06-15 14:17:13 (Process exited with code 1)

You can close this window now.

Original issue reported on code.google.com by imtou...@gmail.com on 15 Jun 2010 at 6:19