Modify ↓
Opened 15 years ago
Closed 15 years ago
#6914 closed defect (duplicate)
TypeError: milestone_stats_data() takes at least 4 arguments (3 given)
Reported by: | anonymous | Owned by: | Bhuricha Deen Sethanandha |
---|---|---|---|
Priority: | high | Component: | TracMetrixPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
How to Reproduce
While doing a GET operation on /pdashboard
, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 (.NET CLR 3.5.30729)
System Information
Trac | 0.11.7
|
Python | 2.4.3 (#1, Mar 27 2007, 00:20:52) [GCC 4.1.1 20061011 (Red Hat 4.1.1-30)]
|
setuptools | 0.6c6
|
SQLite | 3.3.6
|
pysqlite | 1.1.7
|
Genshi | 0.5
|
mod_python | 3.2.8
|
Subversion | 1.4.2 (r22196)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/web/main.py", line 206, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-i686/egg/tracmetrixplugin/web_ui.py", line 179, in process_request File "build/bdist.linux-i686/egg/tracmetrixplugin/web_ui.py", line 197, in _render_view TypeError: milestone_stats_data() takes at least 4 arguments (3 given)
Attachments (0)
Note: See
TracTickets for help on using
tickets.
duplicate ticket #6149