我多次看到这个屏幕:
Server error
The website encountered an error while retrieving http://localhost:8080/. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error):
An unexpected condition was encountered while the server was attempting to fulfill the request.
显然,这绝对没有提供任何有用的信息。所以我必须系统地撤销我之前编写的所有代码,每一步都重新加载页面,看看我是否找到了应用引擎不喜欢的东西,整个过程只是......令人沮丧。
我只花了半个小时来挖掘我的代码,试图找出有什么问题。结果 GAE 不喜欢我正在导入的模块——请注意,我仍然不知道它为什么不喜欢它,但这不是重点。
我的问题是,有没有办法报告任何和所有错误?我将 Debug 设置为 true,但是对于何时实际打印出堆栈跟踪非常挑剔。