☰
Login
Signup
Home
›
API clients
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.9K
All Categories
0
Incidents
177
Node JS client
51
Go client
840
.Net API client
397
Kite Publisher
554
.Net / VBA / Excel (3rd party)
490
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
409
PHP client
4.3K
Python client
357
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.6K
General
In this Discussion
5:40AM
thiyagu
3:10AM
salim_chisty
localhost refused to connect - kite login url
thiyagu
January 11
in
API clients
I am trying to connect Kite login url from jupyter notebook using the below line.
# Generate the login URL
login_url = kite.login_url()
By opening the generated URL, in the new browser window , I am getting "localhost refused to connect".
Please help to fix the issue.
Tagged:
localhost
refused to connect
salim_chisty
3:10AM
You might have given localhost as the redirect URL. It doesn't matter if the redirect URL loads or not; you can copy the request token from the URL and use it to generate the access token. You may refer to the similar discussion
here
.
thiyagu
5:40AM
Thanks. got it.
This discussion has been closed.