[Gajim-devel] trac error on newticket

henning mueller henning at orgizm.net
Wed Oct 14 17:12:05 CEST 2009


Hey,

when I try to file a new ticket, Trac answers the following traceback
(works by clicking on 'Preview' or 'Create ticket').

Seems to make no difference, which options I choose.


Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 377, in
send_error
    'text/html')
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 725,
in render_template
    req.chrome[type_].append(
  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 195, in
__getattr__
    value = self.callbacks[name](self)
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 489,
in prepare_request
    for category, name, text in contributor.get_navigation_items(req):
  File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 375, in
get_navigation_items
    if req.authname == 'anonymous':
  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 195, in
__getattr__
    value = self.callbacks[name](self)
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 133, in
authenticate
    authname = authenticator.authenticate(req)
  File
"/usr/lib/python2.5/site-packages/CaptchaAuth-0.6-py2.5.egg/captchaauth/auth.py",
line 284, in authenticate
    name, email = self.identify(req)
  File
"/usr/lib/python2.5/site-packages/CaptchaAuth-0.6-py2.5.egg/captchaauth/auth.py",
line 378, in identify
    email = req.args.get('email', None).strip()
AttributeError: 'list' object has no attribute 'strip'


Regards,
henning



More information about the Gajim-devel mailing list