Trac is broke
Jeff Singleton
gvibe06 at gmail.com
Mon Nov 3 19:28:07 PST 2014
On 11/3/14 9:23 PM, Lawrence Velázquez wrote:
> On Nov 3, 2014, at 8:00 PM, Jeff Singleton <gvibe06 at gmail.com> wrote:
>
>> Not sure if anyone else has noticed, but Trac is broken. All I see is this in Chrome, Firefox, and Safari:
>>
>> Traceback (most recent call last):
>> File "/usr/lib/python2.6/site-packages/trac/web/api.py", line 441, in send_error
>> data, 'text/html')
>> File "/usr/lib/python2.6/site-packages/trac/web/chrome.py", line 828, in render_template
>> message = req.session.pop('chrome.%s.%d' % (type_, i))
>> File "/usr/lib/python2.6/site-packages/trac/web/api.py", line 216, in __getattr__
>> value = self.callbacks[name](self)
>> File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 309, in _get_session
>> return Session(self.env, req)
>> File "/usr/lib/python2.6/site-packages/trac/web/session.py", line 207, in __init__
>> self.get_session(sid)
>> File "/usr/lib/python2.6/site-packages/trac/web/session.py", line 234, in get_session
>> self.bake_cookie()
>> File "/usr/lib/python2.6/site-packages/trac/web/session.py", line 215, in bake_cookie
>> assert self.sid, 'Session ID not set'
>> AssertionError: Session ID not set
>
> I just used Trac and did not notice anything amiss. Are you still experiencing this problem?
>
> vq
>
>
Hmm seems to be a Chrome Version 38.0.2125.111 issue.
Safari works now, and Firefox works now.
Chrome still shows that same issue about AssertionError: Session ID not set.
More information about the macports-users
mailing list