Modify ↓
Opened 17 years ago
Closed 17 years ago
#7580 closed defect (invalid)
TypeError: __init__() takes at most 12 arguments (13 given)
| Reported by: | dylanj | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | general | Version: | 0.11b2 |
| Severity: | critical | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /hours, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008043010 Fedora/3.0-0.60.beta5.fc9 Firefox/3.0b5
System Information
| Trac | 0.11b2
|
| Python | 2.5.1 (r251:54863, Mar 7 2008, 04:14:33) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)]
|
| setuptools | 0.6c8
|
| pyPgSQL | 2.5.1
|
| Genshi | 0.6dev-r932
|
| mod_python | 3.3.1
|
| Pygments | 0.8.1
|
| Subversion | 1.4.4 (r25188)
|
| jQuery: | 1.2.3
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/web/main.py", line 419, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/web/main.py", line 196, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.5/site-packages/TracHoursPlugin-0.1-py2.5.egg/trachours/hours.py", line 131, in process_request
return self.process_timeline(req)
File "/usr/lib/python2.5/site-packages/TracHoursPlugin-0.1-py2.5.egg/trachours/hours.py", line 398, in process_timeline
max)
TypeError: __init__() takes at most 12 arguments (13 given)
please let me know — thanks
| dcjaneke@… |
Attachments (0)
Note:
See TracTickets
for help on using tickets.



This is an error in the th:TracHoursPlugin. You should report the bug there.