Navigation

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

    Posts made by pari

    • RE: Getting yesterday's close LTP data

      @diwakarpant16 No. Still not working.

      posted in Python SDK
      P
      pari
    • RE: Getting yesterday's close LTP data

      This is a serious issue as the algo makes decision based on ltp data. This could lead to huge losses if not addressed immediately. The moderator/admin is completely absent and no acknowledgement at all.

      posted in Python SDK
      P
      pari
    • RE: Connection Timeout

      @moderator Why is there no response from your end? No acknowledgement. Nothing.

      posted in Bugs
      P
      pari
    • Getting yesterday's close LTP data

      The ltpData method is returning yesterday's ltp data at close.

      Please fix this ASAP.

      posted in Python SDK
      P
      pari
    • RE: Connection Timeout

      @admin Any updates on this? I've been facing this issue the entire day.

      posted in Bugs
      P
      pari
    • Connection Timeout

      I am getting this constantly today. Usually, it occurs 2-3 times during the trading session, but today it's happening continuously.

      HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Max retries exceeded with url: /rest/secure/angelbroking/order/v1/getLtpData (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f95e96f7e60>, 'Connection to apiconnect.angelbroking.com timed out. (connect timeout=7)'))

      posted in Bugs
      P
      pari
    • RE: Issue with websocket close_connection()

      Any response Admin? I noticed that the DISCONNECT flag is set to true in the close_connection() method, but in the connect() method it is set to run_forever without ever checking the DISCONNECT flag.

      posted in Bugs
      P
      pari
    • Issue with websocket close_connection()

      This is for the Python SDK.

      When I try to close the connection using the line sws.close_connection(), I always get
      [W 240823 15:00:24 smartWebSocketV2:319] Attempting to resubscribe/reconnect (Attempt 1)...
      followed by
      [W 240823 15:00:34 smartWebSocketV2:343] Connection closed due to max retry attempts reached. This happens when I forcefully terminate the thread using the ctypes library.

      If I don't forcefully terminate the thread, it just reconnects and subscribes to the feed.

      Why is this happening Admin? I checked line 343 in the source file and it's in the _on_error method. Why is close_connection generating an error?

      Also the sws.unsubscribe() method tries to resubscribe immediately as the self.RESUBSCRIBE_FLAG is set to True. It should be set to False when we are trying to unsubscribe.

      posted in Bugs
      P
      pari
    • Intermittent Timeouts

      @admin
      I'm getting connection timeout errors from 13:11 19th Oct 2023.

      'Connection to apiconnect.angelbroking.com timed out. (connect timeout=7)'

      Please check.

      posted in Bugs
      P
      pari
    • RE: Unable to login

      @Vignesha

      I tried again at 10:22. It is working for me now.

      posted in Bugs
      P
      pari
    • RE: Unable to login

      @admin
      Please acknowledge that you are aware of this issue and working on it.

      posted in Bugs
      P
      pari
    • Unable to login

      Getting the error
      File "/anaconda3/lib/python3.9/site-packages/SmartApi/smartConnect.py", line 224, in generateSession
      if loginResultObject['status']==True:
      KeyError: 'status'
      when I try to login using the Python SDK.

      posted in Bugs
      P
      pari
    • RE: LTP quote not current`

      @admin
      We are all waiting for a response. At least acknowledge that the issue is present.

      posted in Bugs
      P
      pari
    • RE: LTP quote not current`

      @admin
      Any response? Why is the ltp not updating. I've stopped the code and restarted a few time, but still getting the same wrong quote.

      posted in Bugs
      P
      pari
    • LTP quote not current`

      Hi,

      In the Python SDK, when I qury for current LTP, I'm getting wrong data. The bank nifty ltp I'm getting is 43851.05 from 9:15AM 21st Aug 2023.

      posted in Bugs
      P
      pari
    • RE: obj.ltpData() not returning data.

      @pari said in obj.ltpData() not returning data.:

      obj.ltpData() stopped working on 30th May 2023 from 15:15 and was not working till the market closed at 15:30.

      Checking my error logs, here is the actual trace.

      HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Read timed out. (read timeout=7)

      @Admin Please look into this.

      posted in Python SDK
      P
      pari
    • obj.ltpData() not returning data.

      obj.ltpData() stopped working on 30th May 2023 from 15:15 and was not working till the market closed at 15:30.

      posted in Python SDK
      P
      pari
    • RE: API down

      Working now.

      posted in General Discussion
      P
      pari
    • RE: API down

      @admin Same here. Polling for scrip ltp started throwing errors. Re-started the script. Now, I'm not even able to login.

      posted in General Discussion
      P
      pari
    • RE: Unable to login

      Seems to be fixed.

      posted in Bugs
      P
      pari