graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #04567
Re: [Question #241912]: Graphite events not working
Question #241912 on Graphite changed:
https://answers.launchpad.net/graphite/+question/241912
Status: Open => Answered
Jason Dixon proposed the following answer:
Looks like you're running a newer version of Django that breaks
compatibility with HttpRequest#raw_post_data. You'll either need to
downgrade to 1.4 or patch events/views.py to use HttpRequest#body
instead.
e.g. Line 44 should read:
event = json.loads(request.body)
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.