Edgewall Software
Modify

Opened 17 years ago

Closed 16 years ago

#4663 closed defect (fixed)

TypeError: visit() got multiple values for keyword argument 'locals_'

Reported by: russell@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /changeset/1152, Trac issued an internal error.

I was just trying to view a changeset by clicking it from the timeline.

Request parameters:

{'new': u'1152'}

System Information

Trac 0.11dev
Python 2.4.3 (#1, Jun 13 2006, 16:41:45)
[GCC 4.0.2 20051125 (Red Hat 4.0.2-8)]
SQLite 3.1.2
pysqlite 1.1.6
Genshi 0.3.3
Subversion 1.2.3

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 401, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 227, in dispatch
    content_type)
  File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 536, in render_template
    template = self.load_template(filename, method=method)
  File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 520, in load_template
    return self.templates.load(filename, cls=cls)
  File "build/bdist.linux-x86_64/egg/genshi/template.py", line 1376, in load
  File "build/bdist.linux-x86_64/egg/genshi/template.py", line 996, in __init__
  File "build/bdist.linux-x86_64/egg/genshi/template.py", line 810, in __init__
  File "build/bdist.linux-x86_64/egg/genshi/template.py", line 1037, in _parse
  File "build/bdist.linux-x86_64/egg/genshi/template.py", line 750, in __init__
  File "build/bdist.linux-x86_64/egg/genshi/eval.py", line 78, in __init__
  File "build/bdist.linux-x86_64/egg/genshi/eval.py", line 156, in _compile
  File "build/bdist.linux-x86_64/egg/genshi/eval.py", line 235, in visit
  File "build/bdist.linux-x86_64/egg/genshi/eval.py", line 238, in visitExpression
  File "build/bdist.linux-x86_64/egg/genshi/eval.py", line 235, in visit
  File "build/bdist.linux-x86_64/egg/genshi/eval.py", line 269, in _visitBoolOp
  File "build/bdist.linux-x86_64/egg/genshi/eval.py", line 235, in visit
  File "build/bdist.linux-x86_64/egg/genshi/eval.py", line 244, in visitCallFunc
  File "build/bdist.linux-x86_64/egg/genshi/eval.py", line 235, in visit
  File "build/bdist.linux-x86_64/egg/genshi/eval.py", line 384, in visitGetattr
  File "build/bdist.linux-x86_64/egg/genshi/eval.py", line 235, in visit
  File "build/bdist.linux-x86_64/egg/genshi/eval.py", line 348, in visitSlice
TypeError: visit() got multiple values for keyword argument 'locals_'

Attachments (0)

Change History (3)

comment:1 by Christian Boos, 17 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #4647.

comment:2 by anonymous, 16 years ago

Resolution: duplicate
Status: closedreopened

comment:3 by anonymous, 16 years ago

Resolution: fixed
Status: reopenedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.