Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#2950 closed defect (worksforme)

Internal Error when Searching Tickets

Reported by: greg.deakyne@… Owned by: Jonas Borgström
Priority: high Milestone:
Component: search system Version: devel
Severity: major Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Alec Thomas)

We get the following error when searching for any text. The error does not occur when we exclude Tickets from the search, ie we can search on wiki and changesets just fine.

Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 306, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 175, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.4/site-packages/trac/Search.py", line 181, in process_request
    results += list(source.get_search_results(req, terms, filters))
  File "/usr/local/lib/python2.4/site-packages/trac/ticket/api.py", line 199, in get_search_results
    yield (self.env.href.ticket(tid),
TypeError: cannot concatenate 'str' and 'NoneType' objects

Attachments (0)

Change History (2)

comment:1 by Alec Thomas, 18 years ago

Description: modified (diff)

comment:2 by Matthew Good, 18 years ago

Keywords: needinfo added
Resolution: worksforme
Status: newclosed

There's insufficient information to debug this problem. Since there's been no activity in 6 months I'm closing this ticket.

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.