Ticket #8915 (closed defect: duplicate)

Opened 2 years ago

Last modified 4 days ago

AttributeError: hdf

Reported by: admin Assigned to: StefanSimroth
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

Change History

02/05/12 11:21:19 changed by rjollos

  • owner set to StefanSimroth.
  • component changed from SELECT A HACK to GoogleCalendarPlugin.

Yet another incorrectly filed ticket.

02/05/12 18:29:21 changed by StefanSimroth

  • release changed from 0.11 to 0.12.
  • severity changed from normal to blocker.

see also #9686 -> incompatible with 0.12 or higher

02/05/12 18:31:42 changed by StefanSimroth

  • priority changed from normal to high.

05/20/13 09:58:39 changed by rjollos

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate of #8128. On 0.12, you can install ClearSilver. However, for Trac >= 1.0, all ClearSilver support has been dropped.


Add/Change #8915 (AttributeError: hdf)




Change Properties
Action