Mondego / rcat

A web server for massively multi-user online applications
8 stars 3 forks source link

When playing as Guest, add_to_user_score raises an error #85

Closed gentimouton closed 11 years ago

gentimouton commented 11 years ago

mapper.py:462 - ERROR - [mapper]: Could not add user score. Traceback (most recent call last): File "/home/tdebeauv/workspace/rcat/src/examples/jigsaw/server/mapper/mapper.py", line 450, in add_to_user_score user = session.query(User).filter(User.uid==userid).one() File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 2020, in one raise orm_exc.NoResultFound("No row was found for one()") NoResultFound: No row was found for one()