It looks like you're new here. If you want to get involved, click one of these buttons!
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed out. (read timeout=7)
<urllib3.connection.HTTPSConnection object at 0x000001C48D2EC550>, 'Connection to api.kite.trade timed out. (connect timeout=7)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='api.kite.trade', port=443): Max retries exceeded with url
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.kite.trade', port=443): Max retries exceeded with url
<urllib3.connection.HTTPSConnection object at 0x000002915A22B280>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')
INFO:root:Order extraction failed: HTTPSConnectionPool(host='api.kite.trade', port=443): Max retries exceeded with url: /orders (Caused by NewConnectionError(': Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions'))
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade:443
Maybe you can look into this answer.