Kiran_Podgu

About

Username
Kiran_Podgu
Joined
Visits
34
Last Active
Roles
Member

Comments

  • Here is the sytnax for the above error. # Initialize a websocket connection ws = websocket.WebSocketApp( f"wss://ws.kite.trade?api_key={api_key}&access_token={access_token}", on_message=on_message
    in Web socket Comment by Kiran_Podgu May 9
  • Thank you.
  • Is this syntax is correct which pasted. ws = websocket.WebSocketApp("wss://ws.kite.trade", on_message=on_message) If no, What changes i need to make.
  • from kiteconnect import KiteConnect from kiteconnect import KiteConnect, KiteTicker import json import time import pandas as pd def load_api_keys(): try: with open('Zerodha credentials.json', 'r') as file: config = json.load…
  • Thanks bro.
    in Login Issue Comment by Kiran_Podgu May 8
  • Can any body resolved this query. I am unable to login with the above error. Please help on this Please.
    in Login Issue Comment by Kiran_Podgu May 2