Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#7787 closed defect (wontfix)

AttributeError: 'NoneType' object has no attribute 'getValue'

Reported by: carlos.migliavacca@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /burndown, Trac issued an internal error.

(please provide additional details here)

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3

System Information

Trac 0.11.1
Python 2.5.2 (r252:60911, Jul 31 2008, 17:49:46)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
setuptools 0.6c8
SQLite 3.4.2
pysqlite 2.4.0
Genshi 0.6dev-r960
mod_python 3.3.1
Subversion 1.4.6 (r28521)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 197, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/trac/uninfo/plugins/TracBurndown-1.9-py2.5.egg/burndown/burndown.py", line 197, in process_request
    self.log.debug(req.hdf['draw_graph'])
  File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/clearsilver.py", line 167, in __getitem__
    value = self.get(name, None)
  File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/clearsilver.py", line 161, in get
    value = self.hdf.getValue(str(name), '<<NONE>>')
AttributeError: 'NoneType' object has no attribute 'getValue'

Attachments (0)

Change History (3)

comment:1 by Christian Boos, 15 years ago

Resolution: wontfix
Status: newclosed

WrongTrac, see TracHacks:ScrumBurndownPlugin.

Chasing the plugin name from the TracBurndown egg name made me think I should really finish #5516 for the next (0.11.3) release…

comment:2 by manibharath159@…, 11 years ago

AttributeError: hdf in trac downloader plugin when i click downloader button i got that above error.

comment:3 by Ryan J Ollos <ryan.j.ollos@…>, 11 years ago

If you are referring to th:TracDownloaderPlugin, then this is not the correct site to inquire about your issues. Most likely, the issue you are experiencing has been captured in th:#10725. If you are using Trac < 1.0, then you only need to install ClearSilver.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.