INVALID API_KEY message

rambhar99
Hi, I know there have been a LOT of this same question, but I don't see how I can resolve mine

I'm kinda new to kite AND programming, so I watched your webinars and literally followed (and double-checked later, for any mistakes on my part) whatever you did. The redirect URLs I tried were google, my localhost IP, and kite.trade.
I downloaded iPython and did the following:

from kiteconnect import KiteConnect
api_key="lmnopqrst" (I don't know if its ok to send the actual thing)
api_secret = "xyzxyzxyz"
kite = KiteConnect(api_key=api_secret)
kite.login_url()

So here, I get the output--- the login link as expected. But when I go to that link, I get the "invalid api_key" message.
My subscription is active currently. I can't delete this app and try again because then I'll lose my credits.

What do I do, guys? I also messaged Sujith directly; hope he gets back soon!
Sign In or Register to comment.