You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: