☰
Login
Signup
Home
›
Kite Publisher
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.4K
All Categories
0
Incidents
167
Node JS client
47
Go client
815
.Net API client
393
Kite Publisher
540
.Net / VBA / Excel (3rd party)
471
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.2K
Python client
355
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.5K
General
In this Discussion
June 19
Sravanthi_bh
June 19
Sonia
Not able to generate request token keep on landing to my dashboard
Sonia
June 18
in
Kite Publisher
import logging
from kiteconnect import KiteConnect
logging.basicConfig(level=logging.DEBUG)
kite = KiteConnect(api_key="c8epj02zammz4rqd")
loginData= kite.login_url()
print(loginData)
when I execute this I supposed to receive request token but I am getting this error Can you please help me?
https://kite.zerodha.com/connect/login?api_key=c8epj02zammz4rqd&v=3
Sonia
June 18
image.png
247.8K
Sravanthi_bh
June 19
1. Do not share your API keys in the public forums.
2. The above error is due to Cloudflare block, you may check out this
support article
to resolve this error.
3. You may also check out the
documentation
for more help.
Sonia
June 19
Thanks
@Sravanthi_bh
for replying checking on this.
Sign In
or
Register
to comment.
2. The above error is due to Cloudflare block, you may check out this support article to resolve this error.
3. You may also check out the documentation for more help.