Read time out error

Imran
Imran edited November 2018 in Python client
while accessing historical data read timeout error is frequent. I am using pykiteconnect, Python 3.6.6, windows 8.1

error

raise timeout('The read operation timed out')
socket.timeout: The read operation timed out

and
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed out. (read timeout=7)

and
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed out. (read timeout=7)

how shall i remove it
Tagged:
Sign In or Register to comment.