Created
November 8, 2018 13:23
-
-
Save rbikbov/557b98db1b007807ec83aa6d1d2f5655 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "error": { | |
| "data": { | |
| "name": "werkzeug.exceptions.BadRequest", | |
| "exception_type": "internal_error", | |
| "arguments": [], | |
| "debug": "Traceback (most recent call last):\n File \"/mnt/odoo-source/odoo/http.py\", line 653, in _handle_exception\n return super(JsonRequest, self)._handle_exception(exception)\n File \"/mnt/odoo-source/odoo/http.py\", line 312, in _handle_exception\n raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])\n File \"/mnt/odoo-source/odoo/tools/pycompat.py\", line 87, in reraise\n raise value\n File \"/mnt/odoo-source/odoo/http.py\", line 695, in dispatch\n result = self._call_function(**self.params)\n File \"/mnt/odoo-source/odoo/http.py\", line 320, in _call_function\n raise werkzeug.exceptions.BadRequest(msg % params)\nwerkzeug.exceptions.BadRequest: 400: Bad Request\n", | |
| "message": "400: Bad Request" | |
| }, | |
| "message": "Odoo Server Error", | |
| "code": 200 | |
| }, | |
| "id": null, | |
| "jsonrpc": "2.0" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment