Navigation

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

    pari

    @pari

    21
    Reputation
    40
    Posts
    61
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    pari Follow

    Best posts made by 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
    • 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
      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
    • 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: Timeout starting 10:01AM

      @admin

      It's been almost 3 hours since this issue started occurring. Half of the trading session is over. Please provide an update on:

      1. What is causing the issue? Is it bandwidth? Server capacity?
      2. When will the issue be resolved?
      3. What steps are being taken to ensure these issues do not keep happening, since this is the second time in 2 weeks that it has happened?
      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: Connection Timeout

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

      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
    • RE: Any type of order getting placed by anyone?

      @sa No. Multiple issues with both the API and the website. I'm able to login through both now, but I'm facing issues with every other API call.

      posted in General Discussion
      P
      pari

    Latest 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