Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/trytond/wsgi.py", line 109, in dispatch_request
  3. return endpoint(request, **request.view_args)
  4. File "/trytond/protocols/dispatcher.py", line 47, in rpc
  5. return methods.get(request.rpc_method, _dispatch)(
  6. File "/trytond/wsgi.py", line 77, in auth_required
  7. return wrapped(*args, **kwargs)
  8. File "/trytond/protocols/wrappers.py", line 131, in wrapper
  9. return func(request, pool, *args, **kwargs)
  10. File "/trytond/protocols/dispatcher.py", line 181, in _dispatch
  11. result = rpc.result(meth(*c_args, **c_kwargs))
  12. File "/trytond/model/descriptors.py", line 33, in newfunc
  13. return self.func(owner, *args, **kwargs)
  14. File "/trytond/model/modelview.py", line 694, in wrapper
  15. return func(cls, records, *args, **kwargs)
  16. File "/trytond/modules/company/ir.py", line 95, in run_once
  17. super(Cron, cls).run_once([cron])
  18. File "/trytond/model/descriptors.py", line 33, in newfunc
  19. return self.func(owner, *args, **kwargs)
  20. File "/trytond/model/modelview.py", line 694, in wrapper
  21. return func(cls, records, *args, **kwargs)
  22. File "/trytond/ir/cron.py", line 112, in run_once
  23. getattr(Model, method)()
  24. File "/trytond/modules/web_shop_vue_storefront/web.py", line 166, in vsf_update
  25. es.index(
  26. File "/trytond/modules/web_shop_vue_storefront/web.py", line 28, in wrapper
  27. return func(*args, **kwargs)
  28. File "/trytond/modules/web_shop_vue_storefront/web.py", line 36, in index
  29. return super().index(**kwargs)
  30. File "/site-packages/elasticsearch/client/utils.py", line 84, in _wrapped
  31. return func(*args, params=params, **kwargs)
  32. File "/site-packages/elasticsearch/client/__init__.py", line 394, in index
  33. return self.transport.perform_request(
  34. File "/site-packages/elasticsearch/transport.py", line 351, in perform_request
  35. status, headers_response, data = connection.perform_request(
  36. File "/site-packages/elasticsearch/connection/http_urllib3.py", line 261, in perform_request
  37. self._raise_error(response.status, raw_data)
  38. File "/site-packages/elasticsearch/connection/base.py", line 181, in _raise_error
  39. raise HTTP_EXCEPTIONS.get(status_code, TransportError)(
  40. elasticsearch.exceptions.RequestError: RequestError(400, 'invalid_type_name_exception', "Document mapping type name can't start with '_', found: [_doc]")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement