Navigation

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

    Best posts made by StocksDeveloper

    • RE: AB1010: Invalid Session or Session is Expired Please Re-login

      @admin It looks like we are performing testing duties for you for free.

      Why were the changes not tested before going live?

      Who was responsible for this?

      What action have you taken?

      Absolutely bad experience from such a big broker. The worst reliability of all brokers we work with. Do something about it.

      posted in General Discussion
      S
      StocksDeveloper
    • RE: AB1010: Invalid Session or Session is Expired Please Re-login

      @StocksDeveloper Too many internal server errors in the logs.

      STGN1003 @ 12:52:39
      TZ7990 @ 12:52:38

      HTTP Status 500 – Internal Server Error
      

      This is totally unacceptable.........horrible experience guys.

      posted in General Discussion
      S
      StocksDeveloper
    • URGENT - Bug in TOTP Validation

      Technical explanation of the bug:

      TOTP changes every 30 seconds. System or server time is used to calculate TOTP.

      So if there is a difference in clocks of client & server, TOTP generated by client may not match with the server.

      To safeguard from this, the server normally matches the TOTP entered by client with current TOTP & also with TOTP which was valid in the previous 30 seconds. This makes sure small differences (less than 30 seconds) in client & server do not affect the login.

      Angel is likely only comparing it with current OTP & not comparing with OTP that has expired in previous 30 seconds.

      Due to this the "Invalid otp" is coming sometimes & sometimes it is working.

      We are sending this details to Angel. Hopefully they will fix it before tomorrow morning.

      posted in Test
      S
      StocksDeveloper
    • Error 429: Too many request

      On our platform many users are using Angel One API everyday.

      Today all of a sudden many users are getting above error, have you changed API Limits by any chance?

      If yes, roll the change back asap....it is affecting trading for many users.

      posted in Test
      S
      StocksDeveloper
    • RE: Something is wrong with position data (symbols)

      @StocksDeveloper

      Instrument master has symbol: BANKNIFTY26OCT2344500CE

      Position data is returning symbol: BANKNIFTY23OCT44500CE

      It started happening all of a sudden, was there any change made?

      Please look into it urgently.

      posted in Test
      S
      StocksDeveloper
    • RE: Access denied because of exceeding access rate

      @admin See logs below, account numbers are in square bracket [] in the logs. There have been too many occurrences of these errors in the logs.

      Two issues:

      • Access denied errors
      • Many times we are also receiving zero records for orders & positions but the account has orders as well positions.

      The times in below log are IST.

      2021-08-10 14:52:51.603 ERROR [F7782 : F7782]: Angel error: "Access denied because of exceeding access rate"
      
      2021-08-10 14:11:10.921 ERROR [VIVC1003 : VIVC1003]: Angel error: "Access denied because of exceeding access rate"
      
      2021-08-10 14:04:39.035 ERROR [NIHKA1104 : NIHKA1104]: Angel error: "Access denied because of exceeding access rate"
      
      2021-08-10 13:45:38.037  WARN [S799775 : S799775]: Received zero orders records from Angel.
      
      2021-08-10 13:45:38.094  WARN [S799775 : S799775]: Received zero positions records from Angel.
      
      posted in Test
      S
      StocksDeveloper