How to Reproduce
While doing a GET operation on /calendar, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{}
User agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17
| Trac | 0.13dev-r10696
|
| Genshi | 0.6
|
| MySQL | server: "5.1.51", client: "5.1.51", thread-safe: 1
|
| MySQLdb | 1.2.3
|
| Python | 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. build 5646)]
|
| pytz | 2010o
|
| setuptools | 0.6c12
|
| Subversion | 1.6.5 (r38866)
|
| jQuery | 1.5.1
|
Enabled Plugins
| GoogleCalendar | 0.1.2
|
| SvnAuthzAdminPlugin | 0.1.2.-Moved.to.Trac.0.11-
|
| TracAccountManager | 0.3dev
|
| TracTocMacro | 11.0.0.3
|
Python Traceback
Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/Trac-0.13dev_r10696-py2.6.egg/trac/web/main.py", line 473, in _dispatch_request
dispatcher.dispatch(req)
File "/Library/Python/2.6/site-packages/Trac-0.13dev_r10696-py2.6.egg/trac/web/main.py", line 193, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.macosx-10.6-universal/egg/googlecalendar/googlecalendar.py", line 30, in process_request
req.hdf['title'] = 'Calendar'
File "/Library/Python/2.6/site-packages/Trac-0.13dev_r10696-py2.6.egg/trac/web/api.py", line 306, in __getattr__
raise AttributeError(name)
AttributeError: hdf