ms=2116 cpu_ms=5152 api_cpu_ms=3612 cpm_usd=0.143288 instance=00c61b117c9067bd7cc893963797b9a4bbb358
Traceback (most recent call last):
File "/base/python_runtime/python_dist/lib/python2.5/wsgiref/handlers.py", line 92, in run
self.result = application(self.environ, self.start_response)
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 722, in __call__
response.wsgi_write(start_response)
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 330, in wsgi_write
write = start_response('%d %s' % self.__status, self.__wsgi_headers)
File "/base/python_runtime/python_dist/lib/python2.5/wsgiref/handlers.py", line 185, in start_response
assert type(val) is StringType,"Header values must be strings"
AssertionError: Header values must be strings
As you can see, none of my app's code has been launched yet, so it is not related with my coding. Surprisingly, the same request does work sometimes, depending on the instances where it is being launched.