Question #199790 on Graphite changed:
https://answers.launchpad.net/graphite/+question/199790
wingZero posted a new comment:
Hi,
When saving the graph in the Graphite composer currently on 0.9.10 it
does not seem to be saving the times on saved graphs.
Tried amending the composer.js to the amend specified above however it
brings back the following error now.
Details:
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 "/usr/local/graphite/webapp/graphite/render/views.py", line 45, in
renderView
(graphOptions, requestOptions) = parseOptions(request)
File "/usr/local/graphite/webapp/graphite/render/views.py", line 239, in
parseOptions
fromTime = parseATTime( queryParams['from'] )
File "/usr/local/graphite/webapp/graphite/render/attime.py", line 45, in
parseATTime
return tzinfo.localize(parseTimeReference(ref), daylight) +
parseTimeOffset(offset)
File "/usr/local/graphite/webapp/graphite/render/attime.py", line 119, in
parseTimeReference
raise Exception, "Unknown day reference"
Exception: Unknown day reference
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.
_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~graphite-dev
More help : https://help.launchpad.net/ListHelp