graphType=pie is broken

Bug #840168 reported by chrismd
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Graphite
Fix Released
High
Unassigned

Bug Description

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.

chrismd (chrismd)
Changed in graphite:
status: New → Confirmed
importance: Undecided → High
Revision history for this message
nickethier (nickethier) wrote :

Is there any sort of eta on this bug fix?

Revision history for this message
nickethier (nickethier) wrote :

Also getting a slightly different error than the one described above:

'tuple' object has no attribute 'options'

Revision history for this message
chrismd (chrismd) wrote :

Fixed in trunk. This will be in the forthcoming 0.9.9 release. ETA for that is whenever I get through the bug queue, hopefully in the next week or two.

Changed in graphite:
status: Confirmed → Fix Committed
Revision history for this message
Michael Leinartas (mleinartas) wrote :

Released in 0.9.9

Changed in graphite:
milestone: none → 1.0.0
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.