Created
August 23, 2013 23:45
-
-
Save michelp/6325046 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [2013-08-23 16:31:48,671 - wsgi - 2120] Exception while rendering <mom.model.trap.Trap object at 0x5009810> | |
| [2013-08-23 16:31:48,671 - wsgi - 2120] id: 2025015 | |
| [2013-08-23 16:31:48,671 - wsgi - 2120] No row was found for one() | |
| Traceback (most recent call last): | |
| File "/trapit/elzar/e8302574-0c48-11e3-9662-68a86d2bfd7c/.virt/local/lib/python2.7/site-packages/elzar/wsgi.py", line 514, in contained | |
| output = from_resource(req, output).value | |
| File "/trapit/elzar/e8302574-0c48-11e3-9662-68a86d2bfd7c/.virt/local/lib/python2.7/site-packages/elzar/resources/trapqueue.py", line 99, in from_resource | |
| return items_from_domain_expanded(req, queue_docs, context=context) | |
| File "/trapit/elzar/e8302574-0c48-11e3-9662-68a86d2bfd7c/.virt/local/lib/python2.7/site-packages/elzar/schemas/__init__.py", line 139, in __call__ | |
| thing = getter(req, domain_object, context) | |
| File "/trapit/elzar/e8302574-0c48-11e3-9662-68a86d2bfd7c/.virt/local/lib/python2.7/site-packages/elzar/schemas/trapqueue.py", line 84, in records_getter_expanded | |
| return [item_from_domain_expanded(req, i, context).value for i in items] | |
| File "/trapit/elzar/e8302574-0c48-11e3-9662-68a86d2bfd7c/.virt/local/lib/python2.7/site-packages/elzar/schemas/__init__.py", line 139, in __call__ | |
| thing = getter(req, domain_object, context) | |
| File "/trapit/elzar/e8302574-0c48-11e3-9662-68a86d2bfd7c/.virt/local/lib/python2.7/site-packages/elzar/schemas/trapqueue.py", line 154, in origin_getter | |
| origin = mom.Trap.one(obj.origin_uid, req.db) | |
| File "/trapit/elzar/e8302574-0c48-11e3-9662-68a86d2bfd7c/.virt/local/lib/python2.7/site-packages/mom/db.py", line 23, in one | |
| return session.query(cls).filter_by(uid=uid, **filters).one() | |
| File "/trapit/elzar/e8302574-0c48-11e3-9662-68a86d2bfd7c/.virt/local/lib/python2.7/site-packages/sqlalchemy/orm/query.py", line 2312, in one | |
| raise orm_exc.NoResultFound("No row was found for one()") | |
| NoResultFound: No row was found for one() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment