id summary reporter owner description type status priority component severity resolution keywords cc release 5914 RepoSearchPlugin: TypeError when starting indexing cstoecklin@… Ryan J Ollos "Hi folks, I have installed the RepoSearchPlugin on a 0.11.5 trac environment. When I start a search request i get following error message: .... 2009-10-04 22:30:58,235 Trac[indexer] DEBUG: Repository search index: /tmp/trac/index 2009-10-04 22:30:58,651 Trac[indexer] DEBUG: Indexing repository (either repository or indexing criteria have changed) 2009-10-04 22:31:14,078 Trac[indexer] DEBUG: Reindexing SMD.Archive_Script.txt 2009-10-04 22:31:14,114 Trac[chrome] DEBUG: Prepare chrome data for request 2009-10-04 22:31:14,339 Trac[main] ERROR: Internal Server Error: Traceback (most recent call last): File ""/usr/lib/python2.6/site-packages/trac/web/main.py"", line 444, in _dispatch_request dispatcher.dispatch(req) File ""/usr/lib/python2.6/site-packages/trac/web/main.py"", line 205, in dispatch resp = chosen_handler.process_request(req) File ""/usr/lib/python2.6/site-packages/trac/search/web_ui.py"", line 107, in process_request results += list(source.get_search_results(req, terms, filters)) File ""build/bdist.linux-i686/egg/tracreposearch/search.py"", line 80, in get_search_results self.indexer.reindex() File ""build/bdist.linux-i686/egg/tracreposearch/indexer.py"", line 97, in wrap return f(*args, **kw) File ""build/bdist.linux-i686/egg/tracreposearch/indexer.py"", line 248, in reindex self._reindex_node(node) File ""build/bdist.linux-i686/egg/tracreposearch/indexer.py"", line 223, in _reindex_node self.revs[node.path.encode('utf-8')] = unicode(node.rev) File ""/usr/lib/python2.6/dumbdbm.py"", line 164, in __setitem__ raise TypeError, ""keys and values must be strings"" TypeError: keys and values must be strings ... I have tried to debug the code .. but no have no idea what the problem could be. Regards, Christian " defect closed normal RepoSearchPlugin normal worksforme 0.11