Skip to content

Instantly share code, notes, and snippets.

@pythiannunez
Created February 18, 2014 17:37
Show Gist options
  • Save pythiannunez/9bb7e4e3b29d9208ae64 to your computer and use it in GitHub Desktop.
Save pythiannunez/9bb7e4e3b29d9208ae64 to your computer and use it in GitHub Desktop.
$ curl "http://localhost/render/?target=constantLine(21)&format=json"
<body style="background-color: #666666; color: black;">
<center>
<h2 style='font-family: "Arial"'>
<p>Graphite encountered an unexpected error while handling your request.</p>
<p>Please contact your site administrator if the problem persists.</p>
</h2>
<br/>
<div style="width: 50%; text-align: center; font-family: monospace; background-color: black; font-weight: bold; color: #ff4422;">
</div>
<div style="width: 70%; text-align: left; background-color: black; color: #44ff22; border: thin solid gray;">
<pre>
Traceback (most recent call last):
File &quot;/usr/lib/python2.7/dist-packages/django/core/handlers/base.py&quot;, line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File &quot;/opt/graphite/webapp/graphite/render/views.py&quot;, line 132, in renderView
timestamps = range(series.start, series.end, series.step)
TypeError: range() integer end argument expected, got float.
</pre>
</div>
</center>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment