Full proto too large to save, cleared variables

django, google-app-engine, python

Solution

Are you using appstats? It looks like this can happen when appstats is recording state about your app, especially if you're storing lots of data on the stack. It isn't harmful, but you won't be able to see everything when inspecting calls in appstats.

Problem

I got this error while rendering google app engine code. Do any body have knowledge about this error?

Original source