use*_*953 6 python google-app-engine
我正在实施快速入门中的步骤.
我确实注意到了另一个问题.我仔细检查了该env_variables
app.yaml中部分有正确的价值观为ENDPOINTS_SERVICE_NAME
和ENDPOINTS_SERVICE_VERSION
.
../_ah/api/explorer未在"服务"下显示任何端点.
这个错误是什么以及如何解决?
错误日志显示:
(/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/runtime/wsgi.py:263)
Traceback (most recent call last):
File "/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 240, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler
handler, path, err = LoadObject(self._handler)
File "/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 85, in LoadObject
obj = __import__(path[0])
File "/base/data/home/apps/s~test-app-129421/20170217t185546.399267289806711006/main.py", line 103, in <module>
api = endpoints.api_server([EchoApi])
File "/base/data/home/apps/s~test-app-129421/20170217t185546.399267289806711006/lib/endpoints/apiserving.py", line 520, in api_server
controller)
File "/base/data/home/apps/s~test-app-129421/20170217t185546.399267289806711006/lib/google/api/control/wsgi.py", line 121, in add_all
a_service = loader.load()
File "/base/data/home/apps/s~test-app-129421/20170217t185546.399267289806711006/lib/google/api/control/service.py", line 110, in load
return self._load_func(**kw)
File "/base/data/home/apps/s~test-app-129421/20170217t185546.399267289806711006/lib/google/api/config/service_config.py", line 78, in fetch_service_config
_log_and_raise(Exception, message_template.format(status_code))
File "/base/data/home/apps/s~test-app-129421/20170217t185546.399267289806711006/lib/google/api/config/service_config.py", line 126, in _log_and_raise
raise exception_class(message)
Exception: Fetching service config failed (status code 404)
Run Code Online (Sandbox Code Playgroud)
小智 1
如果获取服务配置失败并返回 404,则该gcloud service-management deploy
步骤可能无法按预期工作。我会再次尝试该步骤,确保所有内容都配置正确,并确保命令完成时没有错误。