Skip to content

Instantly share code, notes, and snippets.

@zhendi
Created April 8, 2012 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhendi/2337167 to your computer and use it in GitHub Desktop.
Save zhendi/2337167 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 701, in __call__
handler.get(*groups)
File "/base/data/home/apps/v2ex/1.358042775711964017/topic.py", line 415, in get
template_values['page_description'] = topic.content[:60] + ' - ' + topic.member.username
AttributeError: 'NoneType' object has no attribute 'username'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment