graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #02919
Re: [Question #202162]: integral(multiplySeries(x, y)) does not work
Question #202162 on Graphite changed:
https://answers.launchpad.net/graphite/+question/202162
Status: Needs information => Open
Adam Mitchell gave more information on the question:
This is the stack trace:
Graphite encountered an unexpected error while handling your request.
Please contact your site administrator if the problem persists.
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/opt/graphite/webapp/graphite/render/views.py", line 104, in renderView
seriesList = evaluateTarget(requestContext, target)
File "/opt/graphite/webapp/graphite/render/evaluator.py", line 10, in evaluateTarget
result = evaluateTokens(requestContext, tokens)
File "/opt/graphite/webapp/graphite/render/evaluator.py", line 21, in evaluateTokens
return evaluateTokens(requestContext, tokens.expression)
File "/opt/graphite/webapp/graphite/render/evaluator.py", line 29, in evaluateTokens
return func(requestContext, *args)
File "/opt/graphite/webapp/graphite/render/functions.py", line 678, in integral
for val in series:
TypeError: 'NoneType' object is not iterable
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.