Navigation

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

    Posts made by sabhanam06

    • RE: Unable to create app

      If i give the callback url an valid address like www.google.com or anything it works. But if i give an ipaddress of my laptop. like 192.168.xxx.xxx this doesn't work. Like to test it, its not working. After multiple attempts found out this, so is there any workaround for me to test my app locally, before i do deployment.

      posted in Bugs
      S
      sabhanam06
    • Unable to create app

      I am unable to create app seeing below errors.

      ad6dbcaf-44a1-4077-b6fb-39e04dc27979-image.png

      posted in Bugs
      S
      sabhanam06
    • How to convert websocket 2.0 data to readable data

      Hi @admin

      I tried updating websocket with websocket 2.0, authentication is successful and able to receive data. While conversion from byte to readable string, data is not able to convert properly.

      Used below code from earlier websocket version. Can you please help

      let strData = atob(evt.data);

                      // Convert binary string to character-number array
                      var charData = strData.split('').map(function (x) { return x.charCodeAt(0); });
      
                      // Turn number array into byte-array
                      var binData = new Uint8Array(charData);
      
                      // Pako magic
                      var result = _atos(pako.inflate(binData));
      
      posted in General Discussion
      S
      sabhanam06
    • https://apiconnect.angelbroking.com/rest/auth/angelbroking/jwt/v1/generateTokens throws exception

      https://apiconnect.angelbroking.com/rest/auth/angelbroking/jwt/v1/generateTokens

      Throws error AB1004 Something Went Wrong, Please Try After Sometime

      Quick question, will it only generate if the jwt token expires?

      posted in Bugs
      S
      sabhanam06
    • RE: NIFTY and BANKNIFTY symbol token are missing

      @admin please respond, everyone is waiting for your reply.

      posted in Bugs
      S
      sabhanam06
    • RE: NIFTY and BANKNIFTY symbol token are missing

      @ramk your information is incorrect, in the previous file also, there is Nifty50 data. It's completely different.

      Please check the history file if you have one.

      posted in Bugs
      S
      sabhanam06
    • RE: NIFTY and BANKNIFTY symbol token are missing

      @Mnagesh your knowledge is incorrect, please don't mislead the comments.

      26000 is the token for NIFTY
      26009 is the token for BANKNIFTY.

      It was available till last friday. It is missing during weekend.

      @AngelTeam, please look into this ASAP

      Screen Shot 2022-06-27 at 9.28.15 AM.png
      Screen Shot 2022-06-27 at 9.28.28 AM.png

      posted in Bugs
      S
      sabhanam06