Modify ↓
Ticket #7527 (closed defect: invalid)
Opened 3 years ago
Last modified 3 years ago
TypeError: int() argument must be a string or a number
| Reported by: | sascha.mevissen@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.1 |
| Severity: | normal | Keywords: | plugin |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
How to Reproduce
While doing a GET operation on /revtree, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1
System Information
| Trac | 0.11.1 |
| Python | 2.4.3 (#2, Mar 7 2008, 01:54:14) [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] |
| setuptools | 0.6c8 |
| SQLite | 3.2.8 |
| pysqlite | 2.0.5 |
| Genshi | 0.5.1 |
| Subversion | 1.3.2 (r19776) |
| jQuery: | 1.2.6 |
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/main.py", line 197, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-x86_64/egg/revtree/web_ui.py", line 246, in process_request
File "build/bdist.linux-x86_64/egg/revtree/web_ui.py", line 294, in _process_revtree
TypeError: int() argument must be a string or a number
Attachments
Change History
comment:1 Changed 3 years ago by eblot
- Keywords plugin added; revtree removed
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



This is an issue with the th:RevtreePlugin. Please report the error on the trac-hacks.org web site. Do no forget to report which version of the plugin you use, and how you've triggered the error.