Issue in connecting through new Kite "Personal"

enigmaticvision
I get error while connecting through "personal" of Zerodha

error is as below : {"status":"error","message":"Invalid `api_key`.","data":null,"error_type":"InputException"}

Code used:
from kiteconnect import KiteConnect
import pandas as pd

api_key = "ycavr5szpoa6nzmp"
api_secret = "r7sp4mvujmos2lcwhbrpywj3miebdgii"
kite = KiteConnect(api_key=api_key)
print(kite.login_url())

URL :
https://kite.zerodha.com/connect/login?api_key=ycavr5szpoa6nzmp&v=3

NOTE : API key and api_secret is not correct here intentionally . I used correct one in my code
  • Matti
    Try changing the app status to "Paused" and back to active. Should fix this for you. We're looking into why it happened in the first place.
Sign In or Register to comment.