bgolub / blog

A simple Google App Engine blog

Home Page:http://www.benjamingolub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error

utkun opened this issue · comments

Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/init.py", line 511, in call
handler.get(_groups)
File "/base/data/home/apps/utkunuyar/1.343926168946715336/main.py", line 414, in get
entries = self.get_main_page_entries()
File "/base/data/home/apps/utkunuyar/1.343926168946715336/main.py", line 145, in get_main_page_entries
entries = db.Query(Entry).order("-published").fetch(limit=num)
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/init.py", line 1758, in fetch
return [self._model_class.from_entity(e) for e in raw]
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/init.py", line 1195, in from_entity
instance = cls(None, _from_entity=True, *_entity_values)
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/init.py", line 769, in init
prop.set(self, value)
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/init.py", line 503, in set
value = self.validate(value)
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/init.py", line 2312, in validate
value = super(UnindexedProperty, self).validate(value)
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/init.py", line 530, in validate
raise BadValueError('Property %s is required' % self.name)
BadValueError: Property body is required

This was what I got

I don't maintain this project anymore. Look at http://github.com/bgolub/tornado-blog instead