☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
799
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
464
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
March 24
Matti
Issue in connecting through new Kite "Personal"
enigmaticvision
March 21
in
Python client
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
March 24
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.