Skip to content

Instantly share code, notes, and snippets.

@ers81239
Created February 28, 2012 18:29
Show Gist options
  • Save ers81239/1934159 to your computer and use it in GitHub Desktop.
Save ers81239/1934159 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/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 105, 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 24, in evaluateTokens
return fetchData(requestContext, tokens.pathExpression)
File "/opt/graphite/webapp/graphite/render/datalib.py", line 227, in fetchData
dbResults = dbFile.fetch( timestamp(startTime), timestamp(endTime) )
File "/opt/graphite/webapp/graphite/storage.py", line 295, in fetch
(timeInfo,values) = whisper.fetch(self.fs_path, startTime, endTime)
File "/usr/local/lib/python2.7/dist-packages/whisper.py", line 643, in fetch
return file_fetch(fh, fromTime, untilTime)
File "/usr/local/lib/python2.7/dist-packages/whisper.py", line 659, in file_fetch
raise InvalidTimeInterval("Invalid time interval")
InvalidTimeInterval: Invalid time interval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment