← Back to team overview

graphite-dev team mailing list archive

[Question #169546]: graphType=pie doesn't work in 0.9.8

 

New question #169546 on Graphite:
https://answers.launchpad.net/graphite/+question/169546

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.

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.