Modify ↓
Opened 13 years ago
Closed 12 years ago
#8915 closed defect (duplicate)
AttributeError: hdf
Reported by: | admin | Owned by: | Stefan Simroth |
---|---|---|---|
Priority: | high | Component: | GoogleCalendarPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
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
System Information
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
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
Component: | SELECT A HACK → GoogleCalendarPlugin |
---|---|
Owner: | changed from anonymous to Stefan Simroth |
comment:2 Changed 13 years ago by
Severity: | normal → blocker |
---|---|
Trac Release: | 0.11 → 0.12 |
see also #9686 -> incompatible with 0.12 or higher
comment:3 Changed 13 years ago by
Priority: | normal → high |
---|
comment:4 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #8128. On 0.12, you can install ClearSilver. However, for Trac >= 1.0, all ClearSilver support has been dropped.
Note: See
TracTickets for help on using
tickets.
Yet another incorrectly filed ticket.