Ticket #6515 (new defect)
Trac detected an internal error
| Reported by: | franz.x.maier@… | Owned by: | rblank |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.13 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | alexandre.rossi@… |
Description (last modified by rblank) (diff)
Oops… Trac detected an internal error:
If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.
Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.
TracGuide — The Trac User and Administration Guide Python Traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 184, in dispatch
req.session = Session(self.env, req)
File "/usr/local/lib/python2.5/site-packages/trac/web/session.py", line 48, in __init__
self.get_session(sid)
File "/usr/local/lib/python2.5/site-packages/trac/web/session.py", line 90, in get_session
self.bake_cookie()
File "/usr/local/lib/python2.5/site-packages/trac/web/session.py", line 56, in bake_cookie
assert self.sid, 'Session ID not set'
AssertionError: Session ID not set
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


