Ticket #7607 (closed defect: duplicate)
Opened 3 years ago
Last modified 3 years ago
error in custom query
| Reported by: | taranjeets@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.10.4 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/trac/ticket/query.py", line 443, in process_request
self.display_html(req, query)
File "/usr/lib/python2.4/site-packages/trac/ticket/query.py", line 552, in display_html
tickets = query.execute(req, db)
File "/usr/lib/python2.4/site-packages/trac/ticket/query.py", line 171, in execute
val = int (val)
ValueError?: invalid literal for int():
Attachments
Change History
comment:1 Changed 3 years ago by ebray
- Resolution set to duplicate
- Status changed from new to closed
comment:2 Changed 3 years ago by eblot
- Milestone 0.10.6 deleted
- Priority changed from highest to normal
- Severity changed from blocker to normal



This is fixed in Trac 0.11: #7021.