id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 7094 "Traceback: ""IntegrityError: columns sid, authenticated are not unique""" peter.arrenbrecht@… Remy Blank "I tried to log on while viewing a ticket I wanted to close. Then I got the following: {{{ Traceback (most recent call last): File ""/var/lib/python-support/python2.4/trac/web/main.py"", line 387, in dispatch_request dispatcher.dispatch(req) File ""/var/lib/python-support/python2.4/trac/web/main.py"", line 184, in dispatch req.session = Session(self.env, req) File ""/var/lib/python-support/python2.4/trac/web/session.py"", line 52, in __init__ self.promote_session(sid) File ""/var/lib/python-support/python2.4/trac/web/session.py"", line 152, in promote_session (self.req.authname, int(time.time()))) File ""/var/lib/python-support/python2.4/trac/db/util.py"", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) File ""/var/lib/python-support/python2.4/trac/db/sqlite_backend.py"", line 56, in execute args or []) File ""/var/lib/python-support/python2.4/trac/db/sqlite_backend.py"", line 48, in _rollback_on_error return function(self, *args, **kwargs) IntegrityError: columns sid, authenticated are not unique }}} " defect closed normal 0.12.3 general 0.10.3 major fixed Thijs Triemstra