Hello everyone,

I must be the onlyone having problems with this, sin no one has said 
anything, but the Twisted Trac keeps on bugging out on me, I get :

Traceback (most recent call last):
  File "/srv/trac/.local/lib/python2.5/site-packages/trac/web/api.py", line 
382, in send_error
    'text/html')
  File "/srv/trac/.local/lib/python2.5/site-packages/trac/web/chrome.py", line 
475, in render_template
    return stream.render(method, doctype=doctype)
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/core.py", line 146, 
in render
    output = u''.join(list(generator))
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/output.py", line 
200, in __call__
    for kind, data, pos in stream:
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/output.py", line 
486, in __call__
    for kind, data, pos in chain(stream, [(None, None, None)]):
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/output.py", line 
436, in __call__
    for kind, data, pos in stream:
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/core.py", line 207, 
in _ensure
    for event in stream:
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/core.py", line 207, 
in _ensure
    for event in stream:
  File "/srv/trac/.local/lib/python2.5/site-packages/trac/web/chrome.py", line 
478, in _strip_accesskeys
    for kind, data, pos in stream:
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/filters.py", line 
313, in __call__
    for kind, data, pos in stream:
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/template.py", line 
1145, in _match
    content = list(content)
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/filters.py", line 
313, in __call__
    for kind, data, pos in stream:
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/template.py", line 
1120, in _match
    for event in stream:
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/template.py", line 
1109, in _strip
    event = stream.next()
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/template.py", line 
941, in _eval
    for event in substream:
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/template.py", line 
920, in _eval
    ctxt):
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/template.py", line 
930, in _eval
    result = data.evaluate(ctxt)
  File "/srv/trac/.local/lib/python2.5/site-packages/genshi/eval.py", line 101, 
in evaluate
    {'data': data})
  File "/home/trac/.local/share/trac/templates/error.html", line 36, in 
<Expression u"get_reporter_id(req)">
    <input type="hidden" name="reporter" value="${get_reporter_id(req)}" />
  File "/srv/trac/.local/lib/python2.5/site-packages/trac/util/__init__.py", 
line 50, in get_reporter_id
    name = req.session.get('name', None)
AttributeError: 'NoneType' object has no attribute 'get'



when I try to access it, it has been doing this for several days now.

Cheers,
Gabriel

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to