Google App Engine上传失败

苏宾·亚历克斯

我正在忙碌地尝试通过Google App Engine部署一个简单的应用程序,但是由于出现以下错误消息而失败。我尝试了很多次,但仍然是同样的问题。

任何人都可以帮忙吗?

2014-04-01 18:19:50 Running command: "['C:\\Python27\\python.exe', '-u', 'C:\\Program Files (x86)\\Google\\google_appengine\\appcfg.py', '--no_cookies', u'[email protected]', '--passin', 'update', u'C:\\Users\\SUBIN\\Desktop\\LEARN PYTHON\\hfwwhapp-hrd']"
06:19 PM Application: hfwwgapp-hrd; version: 3
06:19 PM Host: appengine.google.com
06:20 PM 
Starting update of app: hfwwgapp-hrd, version: 3
06:20 PM Getting current resource limits.
Password for [email protected]: 2014-04-01 18:21:29,681 ERROR appcfg.py:2229 An error occurred processing file '': <urlopen error [Errno 8] _ssl.c:507: EOF occurred in violation of protocol>. Aborting. 
Traceback (most recent call last):
  File "C:\Program Files (x86)\Google\google_appengine\appcfg.py", line 126, in <module>
    run_file(__file__, globals())
  File "C:\Program Files (x86)\Google\google_appengine\appcfg.py", line 122, in run_file
    execfile(_PATHS.script_file(script_name), globals_)
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 5053, in <module>
    main(sys.argv)
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 5044, in main
    result = AppCfgApp(argv).Run()
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 2730, in Run
    self.action(self)
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 4725, in __call__
    return method()
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 3525, in Update
    self._UpdateWithParsedAppYaml(appyaml, self.basepath)
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 3578, in _UpdateWithParsedAppYaml
    self.UpdateVersion(rpcserver, basepath, appyaml, APP_YAML_FILENAME)
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 3461, in UpdateVersion
    return appversion.DoUpload(paths, openfunc)
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 2222, in DoUpload
    self.rpcserver, self.config, self.error_fh)
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 468, in GetResourceLimits
    resource_limits.update(GetRemoteResourceLimits(rpcserver, config, error_fh))
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 438, in GetRemoteResourceLimits
    version=config.version)
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py", line 409, in Send
    f = self.opener.open(req)
  File "C:\Python27\lib\urllib2.py", line 404, in open
    response = self._open(req, data)
  File "C:\Python27\lib\urllib2.py", line 422, in _open
    '_open', req)
  File "C:\Python27\lib\urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "C:\Python27\lib\urllib2.py", line 1222, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
  File "C:\Program Files (x86)\Google\google_appengine\lib\fancy_urllib\fancy_urllib\__init__.py", line 387, in do_open
    raise url_error
urllib2.URLError: <urlopen error [Errno 8] _ssl.c:507: EOF occurred in violation of protocol>
2014-04-01 18:21:29 (Process exited with code 1)
吉希德·贾瓦比

猜测您必须使用以下命令上传:

appcfg.py update guestbook/

没有什么比遵循官方指南更好:google dev

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

使用Google App Engine上传图片失败

在Google App Engine上部署时部署失败(用于在App Engine上上传)

尝试通过app.yaml上传静态.mp3文件时,Google App Engine失败

在Google App Engine中上传文件

自动化Google App Engine上传

将图片上传到Google App Engine

Google App Engine-ByteString查询失败

Google App Engine + Django +文件传输失败

Google App Engine中的Spring OAuth失败

部署Google App Engine失败,超时

App Engine Google Cloud中的部署失败

Google Cloud App Engine 部署失败 (Django)

使用Python从Google App Engine上的外部URL上传文件

如何使用Google App Engine上传多部分/表单文件?

如何使用Google App Engine(Java)上传和存储图像

MultiValueDictKeyError Django Google App Engine-多个文件上传?

使用Java在Google App Engine上存储上传的图像

从Android对Google App Engine Java Blobstore上传无响应

将大型视频文件上传到Google App Engine

Google App Engine bulkloader在上传时打开空文件

将项目上传到使用Maven创建的Google App Engine

Google App Engine数据存储-测试查询失败

Numpy在Python3 Google App Flexible Engine中失败

Google App Engine多快?

Google App Engine与Firebase

使用Google App Engine Python将图像从外部链接上传到Google云存储

Google App Engine:如何在Google云端存储的PHP循环中提供上传的图片

使用Google App Engine(Python)将文件上传到Google Cloud Storage

使用Google App Engine将大文件上传到Google Cloud Storage