Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "/trytond/wsgi.py", line 47, in dispatch_request
- return endpoint(request, **request.view_args)
- File "/trytond/protocols/dispatcher.py", line 41, in rpc
- request, database_name, *request.rpc_params)
- File "/trytond/wsgi.py", line 39, in auth_required
- return wrapped(*args, **kwargs)
- File "/trytond/protocols/wrappers.py", line 105, in wrapper
- return func(request, pool, *args, **kwargs)
- File "/trytond/protocols/dispatcher.py", line 162, in _dispatch
- result = rpc.result(meth(*c_args, **c_kwargs))
- File "/trytond/model/modelsql.py", line 1190, in search
- cursor.execute(*select)
- File "/trytond/backend/postgresql/database.py", line 60, in execute
- cursor.execute(self, sql, args)
- ProgrammingError: operator does not exist: text #>> unknown
- LINE 1: ...FROM "sii_record" AS "b" WHERE ((CAST(("b"."json" #>> '{Regi...
- ^
- 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