我应用了在 Google App Engine Endpoints 上部署时遇到的 HTTP 代码 302中找到的答案
302 问题消失了,API 已在部署的应用程序中可见,但现在我收到此错误:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "internalError",
"message": "Internal Error"
}
],
"code": 500,
"message": "Internal Error"
}
}
应用程序日志显示了此请求的 200 响应:
2013-03-07 18:57:10.992 /_ah/spi/DeviceSyncEndPoint.listDevices 200 185ms 0kb Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11
216.31.219.19 - - [07/Mar/2013:18:57:10 -0800] "POST /_ah/spi/DeviceSyncEndPoint.listDevices HTTP/1.1" 200 86 - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11" "racermanager-hrd.appspot.com" ms=186 cpu_ms=47 cpm_usd=0.000010 instance=00c61b117ceb47410221ae438f2cbe7fc958
500 错误来自哪里,我该如何解决?