☰
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
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
March 2018
gsuryagandh
March 2018
sujith
March 2018
pvgeorge
Getting general exception error while trying to get request token
gsuryagandh
March 2018
in
Python client
Getting below errors
{"status":"error","message":"invalid host","data":null,"error_type":"GeneralException"}
when i try to get the request token using below call
https://kite.trade/connect/login?v=3&api_key=xxxxxxxxxxxxxxx
pvgeorge
March 2018
I had this problem. Could get request token by modifying redirect URL in API with
https://kite.trade/connect/login?v=3&api_key=xxxxxxxxxxxxxxx
sujith
March 2018
You need to provide a URL in the redirect URL section, you seem to have localhost:8000 which is not a URL.
gsuryagandh
March 2018
@sujith
it used to work till friday, has there been any changes done over the weekend ?
sujith
March 2018
Yes, we have upgraded to the new backend which is robust now and expects proper inputs.
gsuryagandh
March 2018
@sujith
Thanks it solved the issue. is there any Changelog broadcast list ?
sujith
March 2018
@gsuryagandh
,
We have published changelog
here
.
we have published changelog in all the client library git repositories.
Sign In
or
Register
to comment.
We have published changelog here.
we have published changelog in all the client library git repositories.