Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

list index out of range Exception #25

Description

@woodsaj

seeing lots of these in the logs.

2016-04-26 07:10:02 ERROR    flask.app       {"event": "Exception on /render [GET]", "exception": "Traceback (most recent call last):
  File \"/usr/share/python/graphite/local/lib/python2.7/site-packages/flask/app.py\", line 1817, in wsgi_app
    response = self.full_dispatch_request()
  File \"/usr/share/python/graphite/local/lib/python2.7/site-packages/flask/app.py\", line 1477, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File \"/usr/share/python/graphite/local/lib/python2.7/site-packages/flask/app.py\", line 1381, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File \"/usr/share/python/graphite/local/lib/python2.7/site-packages/flask/app.py\", line 1475, in full_dispatch_request
    rv = self.dispatch_request()
  File \"/usr/share/python/graphite/local/lib/python2.7/site-packages/flask/app.py\", line 1461, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File \"/usr/share/python/graphite/local/lib/python2.7/site-packages/graphite_api/app.py\", line 384, in render
    data_store = fetchData(context, paths)
  File \"/usr/share/python/graphite/local/lib/python2.7/site-packages/graphite_api/render/datalib.py\", line 160, in fetchData
    time_info, series = finder.fetch_multi(nodes, startTime, endTime)
  File \"/usr/share/python/graphite/local/lib/python2.7/site-packages/graphite_raintank.py\", line 186, in fetch_multi
    data = self.fetch_from_tank(nodes, start_time, end_time)
  File \"/usr/share/python/graphite/local/lib/python2.7/site-packages/graphite_raintank.py\", line 254, in fetch_from_tank
    if datapointList[pos][i][0] is not None:
IndexError: list index out of range"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions