Edgewall Software

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#6803 closed defect (invalid)

After getting login to Trac, it is showing some internal error massage. It in not showing link to "view ticket" or create ticket. — at Version 2

Reported by: umesh.gupta@… Owned by: Christian Boos
Priority: normal Milestone:
Component: version control/browser Version:
Severity: normal Keywords: internal error, trac
Cc: umesh.gupra@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

This is massage I am getting. _Umesh

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.4/site-packages/trac/web/main.py", line 374, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 200, in dispatch
    req.authname = self.authenticate(req)
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 154, in authenticate
    authenticator.fetch_ad_info(req, authname)
  File "/usr/local/lib/python2.4/site-testpackages/trac/web/auth.py", line 137, in fetch_ad_info
    [ name, arg ] = re.split(':', field)
ValueError: too many values to unpack

Change History (2)

comment:1 by umesh.gupta@…, 16 years ago

Cc: umesh.gupra@… added
Component: generalbrowser
Keywords: internal error trac added
Owner: changed from Jonas Borgström to Christian Boos

comment:2 by Christian Boos, 16 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed
File "/usr/local/lib/python2.4/site-testpackages/trac/web/auth.py", line 137, in fetch_ad_info

Sorry, not our code. That file was patched, check with the patch author.

Note: See TracTickets for help on using tickets.