Modify ↓
#5736 closed defect (wontfix)
TypeError: a float is required
| 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 /admin/ticket/comments/200, Trac issued an internal error.
I was using the "Delete Changes" function in the admin console
Request parameters:
{'cat_id': u'ticket', 'page_id': u'comments', 'path_info': u'200'}
System Information
| Trac | 0.11dev-r5683
|
| Python | 2.4.3 (#1, Oct 23 2006, 14:19:47) [GCC 4.1.1 20060525 (Red Hat 4.1.1-1)]
|
| setuptools | 0.6c3
|
| SQLite | 3.3.3
|
| pysqlite | 1.1.7
|
| Genshi | 0.4.1
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5683-py2.4.egg/trac/web/main.py", line 432, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5683-py2.4.egg/trac/web/main.py", line 217, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.4.egg/webadmin/web_ui.py", line 109, in process_request
path_info)
File "build/bdist.linux-i686/egg/ticketdelete/web_ui.py", line 101, in process_admin_request
TypeError: a float is required
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
comment:2 by , 18 years ago
| Milestone: | → 0.10.5 |
|---|
comment:3 by , 18 years ago
| Milestone: | 0.10.5 |
|---|
Note:
See TracTickets
for help on using tickets.



2 problems: