Ticket #6017 (closed defect: wontfix)
When searching I get "OperationalError: Could not decode to UTF-8 column"
| Reported by: | daniel.beckham@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | search system | Version: | 0.10.3.1 |
| Severity: | major | Keywords: | |
| Cc: | daniel.beckham@… |
Description
When searching in Trac, I see the following error:
OperationalError: Could not decode to UTF-8 column
I've isolated the problem to searches that match a specific ticket in the system. Any search that would match the description in that ticket throws the error. Searches for keywords that do not exist in that ticket's description work properly.
Full Traceback:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, 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/Search.py", line 181, in process_request
results += list(source.get_search_results(req, terms, filters))
File "/usr/lib/python2.4/site-packages/trac/ticket/api.py", line 269, in get_search_results
if status == 'closed':
OperationalError: Could not decode to UTF-8 column 'description' with text 'We need to full explore the possibilities for the RSS feeds.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


