kiteconnect.exceptions.GeneralException: Route not found

rasp
rasp edited May 2018 in Python client
Today i'm getting this error "kiteconnect.exceptions.GeneralException: Route not found"
How resolve this, please respond fast.
  • Vivek
    What api call is this happening?
  • rasp
    kite.quote ( 'NFO', 'NIFTY18MAY10700PE' ), earlier it was working fine.
  • rasp
    pls reply
  • sujith
    It seems to be working fine. Are you on Kite Connect 3?
  • rasp
    rasp edited May 2018
    No its not working fine , and pls dont take so much time in relying.
  • sujith
    Can you give more information? Let us know what version of Kite Connect client you are using.
    Can you paste the final URL and the raw response you are getting?

    If you give all the details needed to debug the issue. It can be resolved soon. Please don't expect people to spend time when you are posting partial queries.
  • rasp
    rasp edited May 2018
    after upgrading to kite pre release i'm getting
    ltp = kite.quote ( 'NFO', self.name )
    File "/home/aja/.local/lib/python3.6/site-packages/kiteconnect-3.7.0-py3.6.egg/kiteconnect/connect.py", line 542, in quote
    data = self._get("market.quote", {"i": ins})
    File "/home/aja/.local/lib/python3.6/site-packages/kiteconnect-3.7.0-py3.6.egg/kiteconnect/connect.py", line 693, in _get
    return self._request(route, "GET", params)
    File "/home/aja/.local/lib/python3.6/site-packages/kiteconnect-3.7.0-py3.6.egg/kiteconnect/connect.py", line 762, in _request
    raise exp(data["message"], code=r.status_code)
    kiteconnect.exceptions.NetworkException: Too many requests

    although im sending one request and its throwing error .
  • sujith
    We have stopped supporting older versions of Kite Connect APIs.
    We have announced this multiple times on the forum and sent multiple emails also.
    You need to migrate to Kite Connect 3 APIs.

    You can check out new documentation here.
This discussion has been closed.