When is this error thrown? - HTTPSConnectionPool(host=api.kite.trade, port=443): Read timed out.

razcads
Hi
When and why is the below error thrown? I got this error today while searching for an order I had placed.

HTTPSConnectionPool(host=api.kite.trade, port=443): Read timed out. (read timeout=7)

Where is the timeout happening? At OMS?

Thanks
Ravi
  • rakeshr
    @razcads
    We are looking to above error. For time being, you can handle above Time out Exception.Something as below:
    try:
    Your Code logic
    except ReadTimeout:
    pass
  • razcads
    Thanks.. my app catches the exception.. that's not a problem. Do reply back once you have the reason for the error.
Sign In or Register to comment.