Modify ↓
Opened 19 years ago
Closed 18 years ago
#2950 closed defect (worksforme)
Internal Error when Searching Tickets
Reported by: | 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 )
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 , 19 years ago
Description: | modified (diff) |
---|
comment:2 by , 18 years ago
Keywords: | needinfo added |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
There's insufficient information to debug this problem. Since there's been no activity in 6 months I'm closing this ticket.