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.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : graphite-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to