Advertisement
xcodinas

Untitled

Apr 6th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/trytond/wsgi.py", line 47, in dispatch_request
  3. return endpoint(request, **request.view_args)
  4. File "/trytond/protocols/dispatcher.py", line 41, in rpc
  5. request, database_name, *request.rpc_params)
  6. File "/trytond/wsgi.py", line 39, in auth_required
  7. return wrapped(*args, **kwargs)
  8. File "/trytond/protocols/wrappers.py", line 105, in wrapper
  9. return func(request, pool, *args, **kwargs)
  10. File "/trytond/protocols/dispatcher.py", line 162, in _dispatch
  11. result = rpc.result(meth(*c_args, **c_kwargs))
  12. File "/trytond/model/modelsql.py", line 1190, in search
  13. cursor.execute(*select)
  14. File "/trytond/backend/postgresql/database.py", line 60, in execute
  15. cursor.execute(self, sql, args)
  16. ProgrammingError: operator does not exist: text #>> unknown
  17. LINE 1: ...FROM "sii_record" AS "b" WHERE ((CAST(("b"."json" #>> '{Regi...
  18. ^
  19. HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement