Skip to content

Instantly share code, notes, and snippets.

@fanzeyi
Created May 22, 2012 13:40
Show Gist options
  • Save fanzeyi/2769136 to your computer and use it in GitHub Desktop.
Save fanzeyi/2769136 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/tornado/web.py", line 988, in _execute
getattr(self, self.request.method.lower())(*args, **kwargs)
File "/www/v2ex/galaxy/handlers/web/notifications.py", line 49, in get
one = self.store.find(Member, Member.notification_token == token).one()
File "/usr/lib/python2.6/site-packages/storm-0.19-py2.6-linux-x86_64.egg/storm/store.py", line 1145, in one
raise NotOneError("one() used with more than one result available")
NotOneError: one() used with more than one result available
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment