Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. sauronx
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    sauronx

    @sauronx

    0
    Reputation
    5
    Posts
    3
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    sauronx Follow

    Best posts made by sauronx

    This user hasn't posted anything yet.

    Latest posts made by sauronx

    • Please migrate my account

      Hi @admin ,

      Can you please migrate my account (H234957) as I am getting "Login Id or password is invalid" while executing code.

      posted in Python SDK
      S
      sauronx
    • RE: Getting Error AB1050

      Thanks @pratikpopat92

      Yes I also thought that could be the reason as there is usage of TOTP in other libraries but not in Nodejs.

      Any information how can I make it work with Nodejs .

      posted in Bugs
      S
      sauronx
    • RE: INVALID TOTP, ERROR CODE AB1050

      Hi @piidus,
      I think you need to provide correct TOTP code in following line of code:
      obj.generateSession("","","totp") # (if you are trying similar code )

      posted in Python SDK
      S
      sauronx
    • RE: Getting Error AB1050

      I tried with python SDK & it works there but not working with Nodejs . Any information on this ?

      posted in Bugs
      S
      sauronx
    • Getting Error AB1050

      Hi all,

      Can anyone help , I am getting following error while trying Smartapi trading API :

      data:null
      errorcode:'AB1050'
      message:'Invalid totp'
      status:false

      Code snippet :
      let { SmartAPI, WebSocket } = require("smartapi-javascript");

      let smart_api = new SmartAPI({
      api_key: "TRADING_API_KEY",
      });
      smart_api.generateSession("My_AngelOneUserID", "Password")
      .then((data) => { //Getting above error in data
      return smart_api.getProfile();

      posted in Bugs
      S
      sauronx