data = kite.generate_session("xxxxxxxxxxxxxxxxxxxxxx", api_secret)
Now getting this error every time: DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "POST /session/token HTTP/1.1" 403 None
--------------------------------------------------------------------------- TokenException Traceback (most recent call last) in () ----> 1 data = kite.generate_session("xxxxxxxxxxxxxxxxxxx", api_secret)
What's the problem?
Also i'm getting the attention required and captcha page today, before the login page of kite.
Is this a cloudflare issue?