Navigation

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

    Posts made by krishnkant

    • HTTPSConnectionPool Read timed out

      The OpenAPIScripMaster.json file download is failing mid-transfer, completely breaking the algo bot initialization.

      Errors encountered:

      urllib3.exceptions.IncompleteRead: IncompleteRead (e.g., 6896285 bytes read, 30056636 more expected)

      HTTPSConnectionPool Read timed out

      Troubleshooting already done:

      I have tried streaming the data in chunks as well as direct full-file download.

      Increased the timeout limits up to 300 seconds.

      Added proper browser User-Agent headers.

      Even tried downloading manually via Chrome using an entirely different ISP/Mobile network.

      The connection randomly drops at different payload sizes (sometimes at 6MB, sometimes at just 800KB). This is clearly a server-side limitation or firewall drop at Angel One's end.

      Requesting the admin/tech team to kindly look into this on priority, as it is completely blocking live executions for everyone today.

      posted in Bugs
      K
      krishnkant
    • RE: OpenAPIScripMaster.json Download Failing Issue Resolved

      I am facing the exact same issue since this morning. The OpenAPIScripMaster.json file download is failing mid-transfer, completely breaking the algo bot initialization.

      Errors encountered:

      urllib3.exceptions.IncompleteRead: IncompleteRead (e.g., 6896285 bytes read, 30056636 more expected)

      HTTPSConnectionPool Read timed out

      Troubleshooting already done:

      I have tried streaming the data in chunks as well as direct full-file download.

      Increased the timeout limits up to 300 seconds.

      Added proper browser User-Agent headers.

      Even tried downloading manually via Chrome using an entirely different ISP/Mobile network.

      The connection randomly drops at different payload sizes (sometimes at 6MB, sometimes at just 800KB). This is clearly a server-side limitation or firewall drop at Angel One's end.

      Requesting the admin/tech team to kindly look into this on priority, as it is completely blocking live executions for everyone today.

      posted in Bugs
      K
      krishnkant
    • RE: MessageReceived method/function not available in the smart-api.dll

      @admin said in MessageReceived method/function not available in the smart-api.dll:

      HI @West2t14
      The MessageReceived is not missing in the library, It's there. you has to create an instance of WebSocket class of AngelBroking library as follow then you can get access to this event handler

      AngelBroking.WebSocket _WS = new AngelBroking.WebSocket();
      
          var exitEvent = new ManualResetEvent(false);
      
          _WS.ConnectforStockQuote(sagr.feedToken, Client_code);
      ​
          if (_WS.IsConnected())
          {
      
          string script = "nse_cm|2885&nse_cm|1594&nse_cm|11536&nse_cm|3045";
      
          _WS.RunScript(sagr.feedToken, Client_code, script, "mw");
      
          _WS.MessageReceived += WriteResult;
      
                 //_WS.Close(true);// to stop and close socket connection
          }
      

      Thank you! Will check it out!

      posted in Category 8
      K
      krishnkant
    • RE: MessageReceived method/function not available in the smart-api.dll

      @admin Thank you! Will be waiting for your reply. I am stuck here and this will help me automate my trades!

      posted in Category 8
      K
      krishnkant
    • Websockets for .net SDK

      Hello Guys -

      Anyone using websockets in .Net SDK? Need help in getting real-time quotes using websockets in .Net.

      posted in Category 8
      K
      krishnkant
    • RE: MessageReceived method/function not available in the smart-api.dll

      @admin Hello There -

      Any update here?

      posted in Category 8
      K
      krishnkant
    • RE: MessageReceived method/function not available in the smart-api.dll

      @admin said in MessageReceived method/function not available in the smart-api.dll:

      Hi @West2t14 we have reported this to team.

      Thank you!

      posted in Category 8
      K
      krishnkant
    • MessageReceived method/function not available in the smart-api.dll

      Hello Admin -

      MessageReceived method/function not available in the smart-api.dll for websocket. Could you please update the dll with the MessageReceived method for websocket?

      8a1ea3e3-802c-4542-8b14-993e153f3715-image.png

      posted in Category 8
      K
      krishnkant
    • RE: triggerprice

      @admin said in triggerprice:

      Hi @West2t14 This is fixed and deployed.

      Thanks again! Checked and it is fixed! Cheers!

      posted in General Discussion
      K
      krishnkant
    • RE: triggerprice

      @admin That was fast! Thank you!

      posted in General Discussion
      K
      krishnkant
    • RE: triggerprice

      @admin Thank you very much. I will be waiting for your response. Thanks again!

      posted in General Discussion
      K
      krishnkant
    • RE: triggerprice

      @admin Here it is -

      2c325bb4-fa5a-4a72-9ff8-579b8ecccb4e-image.png

      posted in General Discussion
      K
      krishnkant
    • RE: triggerprice

      @admin I am still not able to see the trigger price feature in orderinfo!!!

      Is there any updated smartapi dll with this feature updated?

      posted in General Discussion
      K
      krishnkant
    • triggerprice

      Re: Trigger Price

      I am using C#

      Is there any update on when triggerprice feature on SL-M ordertype be updated?

      posted in General Discussion
      K
      krishnkant