Edgewall Software
Modify

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

This is fixed in Trac 0.11: #7021.

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
View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from (none). Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.