Hi
Last night I had several requests that failed. The errors were logged by a script that was making the requests but I can't find any indication of these failures in the App Engine logs. The body of the failed response was
<title>500 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered an error and could not complete your request.<p>If the problem persists, please <A HREF="
http://code.google.com/appengine/community.html">report</A> your problem and mention this error message and the query that caused it.</h2>
<h2></h2>
</body></html>
This appears to be a generic 500 error. Is this coming from something upstream of my application? Is there any I can/should do about this? Anyone else happen to see anything similar?
Thanks,
Chris