Modify ↓
Opened 17 years ago
Closed 9 years ago
#1686 closed defect (wontfix)
"Trac detected an internal error" after login
Reported by: | bmalkow | Owned by: | cygnus |
---|---|---|---|
Priority: | normal | Component: | OpenidPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
After login Trac show me
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-i686/egg/openidauth/auth.py", line 166, in process_request File "build/bdist.linux-i686/egg/openidauth/auth.py", line 226, in _handle_return File "/usr/lib/python2.4/site-packages/openid/consumer/consumer.py", line 396, in complete response = self.consumer.complete(message, endpoint, return_to) File "/usr/lib/python2.4/site-packages/openid/consumer/consumer.py", line 595, in complete return self._doIdRes(message, endpoint) File "/usr/lib/python2.4/site-packages/openid/consumer/consumer.py", line 684, in _doIdRes self._idResCheckNonce(message, endpoint) File "/usr/lib/python2.4/site-packages/openid/consumer/consumer.py", line 725, in _idResCheckNonce if (self.store is not None and File "/usr/lib/python2.4/site-packages/openid/store/sqlstore.py", line 18, in wrapped return self._callInTransaction(func, self, *args, **kwargs) File "/usr/lib/python2.4/site-packages/openid/store/sqlstore.py", line 164, in _callInTransaction ret = func(*args, **kwargs) File "/usr/lib/python2.4/site-packages/openid/store/sqlstore.py", line 257, in txn_useNonce except self.dbapi.IntegrityError: File "/usr/lib/python2.4/site-packages/openid/store/sqlstore.py", line 152, in __getattr__ raise AttributeError('Attribute %r not found' % (attr,)) AttributeError: Attribute 'dbapi' not found
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Plugin is deprecated. See AuthOpenIdPlugin for an alternative.
Note: See
TracTickets for help on using
tickets.
If you want you can test this problem with AuthOpenIdPlugin which uses newer version of OpenID library which is potential source of problem.