Modify ↓
Opened 18 years ago
Closed 16 years ago
#1954 closed defect (worksforme)
TracRepoSearchPlugin' object has no attribute 'framework'
| Reported by: | Owned by: | Ryan J Ollos | |
|---|---|---|---|
| Priority: | normal | Component: | RepoSearchPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Hello,
When I try to search something in source repository I've got such error:
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.5/site-packages/trac/Search.py", line 181, in process_request
results += list(source.get_search_results(req, terms, filters))
File "build/bdist.freebsd-6.2-RELEASE-i386/egg/tracreposearch/__init__.py", line 158, in get_search_results
File "build/bdist.freebsd-6.2-RELEASE-i386/egg/tracreposearch/__init__.py", line 191, in _update_index
AttributeError: 'TracRepoSearchPlugin' object has no attribute 'framework'
trac.ini
[components] tracreposearch.* = enabled [repo-search] include = *.py:*.txt exclude = *.pyc:*.png:*.jpg:*.gif:*/README index = /data/trac/projectname/cache indexer = hype:///tmp/reposearch-hype.idx
tracreposearch-0.3
pyndexter-0.2
FreeBSD 6.2
Trac 0.10.4
Python 2.5
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
| Owner: | changed from Alec Thomas to Ryan J Ollos |
|---|
comment:3 Changed 16 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
We'd need to discuss further in order to try and solve this issue. Since some time has passed I don't anticipate the Reporter will follow up, but feel free to reopen and I will try to help you solve the issue.
Note: See
TracTickets for help on using
tickets.



Reassigning ticket after changing maintainer of plugin.