Opened 18 years ago
Closed 18 years ago
#2248 closed defect (duplicate)
got error when trying to show any graph
| Reported by: | Owned by: | Markus Pelkonen | |
|---|---|---|---|
| Priority: | normal | Component: | TimeVisualizerPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Markus Pelkonen | Trac Release: | 0.10 | 
Description
I installed this plugin and tried to show full graph for project using URL: http://localhost/trac/dba/tractimevisualizer
Insted of graph I have error:
Traceback (most recent call last):
File "/usr/share/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request File "/usr/share/python2.4/site-packages/trac/web/main.py", line 237, in dispatch File "build/bdist.linux-i686/egg/tractimevisualizerplugin/pluginwrapper.py", line 31, in process_request File "build/bdist.linux-i686/egg/tractimevisualizerplugin/impl.py", line 326, in process_request File "build/bdist.linux-i686/egg/tractimevisualizerplugin/impl.py", line 101, in build_svg
AttributeError: 'NoneType' object has no attribute 'fetchall'
Regards Łukasz
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
| Cc: | Markus Pelkonen added; anonymous removed | 
|---|
comment:2 Changed 18 years ago by
| Resolution: | → duplicate | 
|---|---|
| Status: | new → closed | 
0.5 RC1 should fix this, please report any further issues to #2223, which already addresses this same issue. Closing ticket..



Magnus reported similar issue and has made a patch, see #2223. Could u try that and tell if it did help.