- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 googles 内置工具连接到远程 api,所以我的客户端或 app.yaml 中甚至没有我可以更改的信息。我不知道为什么我突然无法连接。
[ rever ~/Documents/buybottmerge/buybott-gae ] remote_api_shell.py -s myappname.appspot.com
Traceback (most recent call last):
File "/usr/local/bin/remote_api_shell.py", line 171, in <module>
run_file(__file__, globals())
File "/usr/local/bin/remote_api_shell.py", line 167, in run_file
execfile(script_path, globals_)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/remote_api_shell.py", line 152, in <module>
main(sys.argv)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/remote_api_shell.py", line 148, in main
appengine_rpc.HttpRpcServer)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/remote_api_shell.py", line 76, in remote_api_shell
rpc_server_factory=rpc_server_factory)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py", line 725, in ConfigureRemoteApi
app_id = GetRemoteAppIdFromServer(server, path, rtok)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py", line 568, in GetRemoteAppIdFromServer
response = server.Send(path, payload=None, **urlargs)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/appengine_rpc.py", line 393, in Send
f = self.opener.open(req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 400, in open
response = meth(req, response)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 513, in http_response
'http', request, response, code, msg, hdrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 438, in error
return self._call_chain(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 372, in _call_chain
result = func(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 521, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found
我也可以在仪表板的日志中看到错误。所以有些东西运行得很好,可以在失败之前走那么远。
2013-09-05 18:13:35.735 /_ah/remote_api?rtok=569217424211 404 4ms 0kb Google-remote_api/1.0 Darwin/12.4.0 Python/2.7.2.final.0 gzip
50.53.136.79 - - [05/Sep/2013:18:13:35 -0700] "GET /_ah/remote_api?rtok=569217424211 HTTP/1.1" 404 130 - "Google-remote_api/1.0 Darwin/12.4.0 Python/2.7.2.final.0 gzip" "myappname.appspot.com" ms=4 cpu_ms=0 cpm_usd=0.000015 app_engine_release=1.8.4 instance=00c61b117cbd87090d90186a5635840f196c4d14
最佳答案
我知道这有点晚了,但是你在你的应用程序上使用 git push-to-deploy 功能吗?
我发现 app.yaml 中定义的“内置”在推送部署后不起作用(它们返回 404),但进行正常的 appcfg 更新会使它们再次起作用。
在使用 remote_api 和 deferred 进行推送部署后,我遇到了这些 404 错误。
关于python - Google App Engine remote_api 使用 remote_api_shell.py 返回 404,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18648382/
如何使用 remote_shell_api.py 进行连接到以 dev_appserver.py 开头的 Google App Engine 开发实例(1.9.26+)? 从命令行我得到: $ rem
我想记录我正在使用 appengine 存储的图像的所有当前 url。但是,当使用 appengine 的 remote_api_shell.py 控制台时,我无法使用 get_serving_url
我最近将我的 gcloud 库从 118.0.0 更新到 132.0.0,remote_api_shell 立即失效。我经历了一系列重新登录的排列,通过 gcloud 设置应用程序默认凭据,并使用服务
我有一个使用 Django 1.2 的 Python 2.7 GAE 应用程序。通常一切正常。 我正在尝试使用 remote_api_shell.py,但是当我导入我的 models.py 时,出现此
这是我的困境:我必须遍历实体列表以检查某些重复的属性(我正在使用 NDB)是否为空。如果是,那么我给它赋值并 put()。否则我会跳过实体。我正在尝试在 google app engine 附带的远程
我正在使用 googles 内置工具连接到远程 api,所以我的客户端或 app.yaml 中甚至没有我可以更改的信息。我不知道为什么我突然无法连接。 [ rever ~/Documents/buyb
我是一名优秀的程序员,十分优秀!