Edgewall Software

Ticket #2950 (closed defect: worksforme)

Opened 3 years ago

Last modified 2 years ago

Internal Error when Searching Tickets

Reported by: greg.deakyne@… Owned by: jonas
Priority: high Milestone:
Component: search system Version: devel
Severity: major Keywords: needinfo
Cc:

Description (last modified by athomas) (diff)

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

Change History

Changed 3 years ago by athomas

  • description modified (diff)

Changed 2 years ago by mgood

  • keywords needinfo added
  • status changed from new to closed
  • resolution set to worksforme

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

Add/Change #2950 (Internal Error when Searching Tickets)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.