Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#7243 closed defect (invalid)

TypeError: get_changes() takes exactly 2 arguments (3 given)

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

Description

How to Reproduce

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

(please provide additional details here)

Request parameters:

{'path': '/'}

System Information

Trac 0.11b1
Python 2.4.4 (#1, Jun 1 2007, 12:35:29)
[GCC 3.4.6 [FreeBSD] 20060305]
setuptools 0.6c5
SQLite 3.3.16
pysqlite 2.0.7
Genshi 0.4.4
Subversion 1.4.3 (r23084)

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/main.py", line 398, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/main.py", line 195, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.freebsd-6.2-RELEASE-i386/egg/codereview/peerReviewBrowser.py", line 110, in process_request
  File "build/bdist.freebsd-6.2-RELEASE-i386/egg/codereview/peerReviewBrowser.py", line 156, in _render_directory
TypeError: get_changes() takes exactly 2 arguments (3 given)

Attachments (0)

Change History (1)

comment:1 by anonymous, 17 years ago

Resolution: invalid
Status: newclosed

This seems to be a plugin issue.

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.