Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. {
  2. "error": {
  3. "code": -32700,
  4. "data": null,
  5. "executable": "/home/ovz116user/Ecma/env/bin/uwsgi",
  6. "message": "ParseError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)",
  7. "name": "ParseError",
  8. "stack": "Traceback (most recent call last):\n File \"/home/ovz116user/Ecma/env/lib/python3.5/site-packages/flask_jsonrpc/site.py\", line 374, in dispatch\n D = json.loads(raw_data)\n File \"/home/ovz116user/Ecma/env/lib/python3.5/site-packages/flask/json.py\", line 146, in loads\n return _json.loads(s, **kwargs)\n File \"/usr/local/opt/python-3.5.1/lib/python3.5/json/__init__.py\", line 332, in loads\n return cls(**kw).decode(s)\n File \"/usr/local/opt/python-3.5.1/lib/python3.5/json/decoder.py\", line 339, in decode\n obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n File \"/usr/local/opt/python-3.5.1/lib/python3.5/json/decoder.py\", line 355, in raw_decode\n obj, end = self.scan_once(s, idx)\njson.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/ovz116user/Ecma/env/lib/python3.5/site-packages/flask_jsonrpc/site.py\", line 376, in dispatch\n raise ParseError(getattr(e, 'message', e.args[0] if len(e.args) > 0 else None))\nflask_jsonrpc.exceptions.ParseError\n"
  9. },
  10. "id": null,
  11. "jsonrpc": "2.0"
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement