Opened 18 years ago
Closed 18 years ago
#1403 closed defect (fixed)
Traceback on GoogleSitemapPlugin
Reported by: | darwinscusp | Owned by: | Christian Aust |
---|---|---|---|
Priority: | normal | Component: | GoogleSitemapPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I just loaded the GoogleSitemapPlugin, enabled it in trac.ini and recycled by webserver for good measure. The plugin appears enabled in the admin section of the site, but the URL /sitemap.xml generates the following traceback:
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 356, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 224, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-i686/egg/sitemap/api.py", line 144, in process_request File "build/bdist.linux-i686/egg/sitemap/ticket.py", line 53, in get_data
AttributeError: 'TicketData' object has no attribute 'exclude_default'
This might well be user error, but I'm not sure what to check.
Corrected in changeset 18