Clearly is some kind of error with UTF-8 or entities containing HTML I don't exactly. For me isn't a big problem because I can access them programatically anyway; but I noticed the error, I saw your message and, well, let's ping googlers for fix the issue =)
In the meanwhile Tim, you can add this to app.yaml: - url: /dev-admin/.* script: $PYTHON_LIB/google/appengine/ext/admin login: admin And then access http://yourappid.appspot.com/dev-admin/. It's the same datastore viewer the SDK has, but for me works without errors for that entity. 2011/7/16 Tim Gerrits <[email protected]> > i've got exactly the same issue.. but haven't had any support yet, > can't even find how to get support for this problem that is clearly a > bug or problem on the server of google .. and since there is no real > error log you can't possibly know what is going on.. > see my post a while back - same thing :( > > On Jul 16, 7:59 am, Ernesto Oltra <[email protected]> wrote: > > I get a server error when viewing this entity: > https://appengine.google.com/datastore/edit?app_id=s~frosty-vamp&name... > > > > Server Error > > > > A server error has occurred. > > > > Return to Applications screen ยป <https://appengine.google.com/> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
