You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the changes suggested. I am able to now get console till login
cons = Console(kite)
print("{}".format(cons.login()))
print("{}".format(cons.pnl_summary()))
However I am getting an error when accessing pnl_summary or anyother functions.
Error is as follows -
h['authorization'] = "enctoken {}".format(self.enc_token)
AttributeError: 'Console' object has no attribute 'enc_token'
kite = Zerodha() # credentials are passed
kite.login()
Able to see holdings, profile from kite.
console = Console(z=kite)
console.dashboard()
Error message - kiteconnect.exceptions.TokenException: Invalid or expired session.
The text was updated successfully, but these errors were encountered: