On Tue, Sep 10, 2013 at 3:49 AM, Sergio Cuenca <[email protected]> wrote:
> Some request done to my app are returning a 500 INTERNAL SERVER ERROR. > There is not a problem of the application because other request are working > ok. For example this request is working > ok= /users/search_user_by_keyword/aaa/ but this one is returning the > error=/users/search_user_by_keyword/gmail/ > The same situation is happening with other requests. There are no errors > in LOG console. > If App Engine is returning 500 Server Error, then there should be an error logged in the Logs section. Are you looking at each version's logs? Go to the Logs section of the App Engine console, there should be a dropdown box showing different versions of your application. Make sure you view each versions logs and that there are no errors. You can also download application logs via appcfg - see if any more details are logged there. See https://developers.google.com/appengine/docs/python/tools/uploadinganapp#Python_Downloading_logs ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
