KiteConnect(api_key=api_key) failing with error TokenException: Token is invalid or has expired.

tdurgule
Hello Experts,

I just created connect app and trying to connect . Below i my code snippet

from kiteconnect import KiteConnect
import pandas as pd

api_key = "ABC"
api_secret = "XYZ"
kite = KiteConnect(api_key=api_key)

on execution it is failing with below error -
TokenException: Token is invalid or has expired.
Sign In or Register to comment.