Scrolling Transport Error Elastic Search with python

Hi,
I get below error while doing scrolling with python.
Any one encountered such error before.?

Scrolling...
Traceback (most recent call last):
File , line 78, in
page = es.scroll(scroll_id= sid,scroll='2m')
File "D:\Users\rob00001\AppData\Local\Programs\Python\Python36\lib\site-packages\elasticsearch\client\utils.py", line 84, in wrapped
return func(*args, params=params, **kwargs)
File "D:\Users\rob00001\AppData\Local\Programs\Python\Python36\lib\site-packages\elasticsearch\client_init
.py", line 1315, in scroll
"GET", "/_search/scroll", params=params, body=body
File "D:\Users\rob00001\AppData\Local\Programs\Python\Python36\lib\site-packages\elasticsearch\transport.py", line 353, in perform_request
timeout=timeout,
File "D:\Users\rob00001\AppData\Local\Programs\Python\Python36\lib\site-packages\elasticsearch\connection\http_requests.py", line 155, in perform_request
self._raise_error(response.status_code, raw_data)
File "D:\Users\rob00001\AppData\Local\Programs\Python\Python36\lib\site-packages\elasticsearch\connection\base.py", line 178, in _raise_error
status_code, error_message, additional_info
elasticsearch.exceptions.TransportError: TransportError(413, '')

Thanks.

Hi @roma_sodha,

I never get this error but get a lot of other :grin:

Look like the problm is here Error 413

More detail here about signification of http 413

Can you give more detail about the data you search on? and your query?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.