Modify ↓
Opened 18 years ago
Closed 17 years ago
#4663 closed defect (fixed)
TypeError: visit() got multiple values for keyword argument 'locals_'
Reported by: | 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 , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #4647.