Guest User

Untitled

a guest
Jul 12th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. {
  2. "id": 0,
  3. "error": [
  4. "int() argument must be a string or a number, not 'dict'",
  5. "Traceback (most recent call last):\n File \"/opt/tryton-40/local/lib/python27/site-packages/trytond/wsgipy\", line 47, in dispatch_request\n return endpoint(request, **requestview_args)\n File \"/opt/tryton-40/local/lib/python27/site-packages/trytond/protocols/dispatcherpy\", line 59, in rpc\n request, database_name, *requestparams)\n File \"/opt/tryton-40/local/lib/python27/site-packages/trytond/wsgipy\", line 39, in auth_required\n return wrapped(*args, **kwargs)\n File \"/opt/tryton-40/local/lib/python27/site-packages/trytond/protocols/dispatcherpy\", line 40, in wrapper\n return func(request, pool, *args, **kwargs)\n File \"/opt/tryton-40/local/lib/python27/site-packages/trytond/protocols/dispatcherpy\", line 197, in _dispatch\n = rpcconvert(obj, *args, **kwargs)\n File \"/opt/tryton-40/local/lib/python27/site-packages/trytond/rpcpy\", line 56, in convert\n args[i] = instance(data)\n File \"/opt/tryton-40/local/lib/python27/site-packages/trytond/rpcpy\", line 51, in instance\n return objbrowse(data)\n File \"/opt/tryton-40/local/lib/python27/site-packages/trytond/model/modelstoragepy\", line 454, in browse\n ids = map(int, ids)\nTypeError: int() argument must be a string or a number, not 'dict'\n"
  6. ]
  7. }
Add Comment
Please, Sign In to add comment