graphType=pie doesn't work in 0.9.8

Asked by Jorge Calenta

Getting the following trace when adding graphType=pie to my url:

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py", line 92, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/opt/graphite/webapp/graphite/render/views.py", line 143, in renderView
    image = doImageRender(requestOptions['graphClass'], graphOptions)
  File "/opt/graphite/webapp/graphite/render/views.py", line 302, in doImageRender
    img = graphClass(**graphOptions)
  File "/opt/graphite/webapp/graphite/render/glyph.py", line 143, in __init__
    startTime = min([series.start for series in self.data])
AttributeError: 'tuple' object has no attribute 'start'

Used to work fine in prior versions.

Question information

Language:
English Edit question
Status:
Answered
For:
Graphite Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
chrismd (chrismd) said :
#1

Thanks for pointing this out, definitely a bug. I've created Bug #840168 to track this.

Can you help with this problem?

Provide an answer of your own, or ask Jorge Calenta for more information if necessary.

To post a message you must log in.