Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#320 closed defect (fixed)

AttributeError exception on repo search

Reported by: anonymous Owned by: Alec Thomas
Priority: normal Component: RepoSearchPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.9

Description

Getting a Trac 'Oops' page when trying a repo-search:

Traceback (most recent call last):
  File "C:\Python23\Lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "C:\Python23\Lib\site-packages\trac\Search.py", line 158, in process_request
    results += list(source.get_search_results(req, query, filters))
  File "build\bdist.win32\egg\tracreposearch\search.py", line 104, in get_search_results
  File "build\bdist.win32\egg\tracreposearch\search.py", line 85, in full_walker
AttributeError: 'NoneType' object has no attribute 'read'

Attachments (0)

Change History (2)

comment:1 Changed 18 years ago by Alec Thomas

Resolution: fixed
Status: newclosed

(In [676]) * Fixes #320

comment:2 Changed 18 years ago by anonymous

Cc: anonymous added; public.trac-hacks@… removed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.