#7787 closed defect (wontfix)
AttributeError: 'NoneType' object has no attribute 'getValue'
| Reported by: | 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 , 17 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
comment:2 by , 13 years ago
AttributeError: hdf in trac downloader plugin when i click downloader button i got that above error.
comment:3 by , 13 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.



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…