Ticket #3945 (closed defect: duplicate)
Trac SEARCH does not work at all
| Reported by: | testinggirl@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | search system | Version: | 0.10 |
| Severity: | blocker | Keywords: | |
| Cc: |
Description (last modified by mgood) (diff)
Trying to do a simple search on the word "completion" at http://www.aptana.com/trac/search
Trac is throwing all sorts of errors. See http://www.aptana.com/trac/search?q=completion&noquickjump=1&ticket=on&wiki=on
This is really frustrating. Hope you can fix this show-stopper bug very soon.
Here's a copy of all the errors on that page:
Oops…
Trac detected an internal error:
If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.
Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.
TracGuide — The Trac User and Administration Guide
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 356, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 224, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/trac/Search.py", line 181, in process_request
results += list(source.get_search_results(req, terms, filters))
File "/usr/lib/python2.3/site-packages/trac/ticket/api.py", line 265, in get_search_results
for summary, desc, author, keywords, tid, date, status in cursor:
File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 40, in __iter__
row = self.cursor.fetchone()
File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py", line 73, in fetchone
return row and self._convert_row(row) or None
File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py", line 69, in _convert_row
return tuple([(isinstance(v, str) and [v.decode('utf-8')] or [v])[0]
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa3 in position 5277: unexpected code byte
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


