Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Ramesh 0
    3. Topics
    • Profile
    • Following 0
    • Followers 1
    • Topics 7
    • Posts 23
    • Best 0
    • Groups 0

    Topics created by Ramesh 0

    • Ramesh 0

      Historical Data not Pulling prior October 2016 and Getting JSON Error
      General Discussion • • Ramesh 0

      2
      0
      Votes
      2
      Posts
      17
      Views

      Ramesh 0

      @A224819

      Update on the JSON error: I tried to pull the json response code and it pulled 403:
      eb5d0ca1-3271-418b-a1d5-8cd39a87e603-image.png

      It seems to be some issue on AB's server? Can somebody please check?

      Thank you.

    • Ramesh 0

      Suggestion: CSV or Excel File of Symbols
      Python SDK • • Ramesh 0

      2
      0
      Votes
      2
      Posts
      47
      Views

      A

      Hi @A224819 you can use "json" library in python and do it on your own its a one time process.

    • Ramesh 0

      Pulling Price Data Throws AB2000
      Python SDK • • Ramesh 0

      2
      0
      Votes
      2
      Posts
      34
      Views

      A

      Hi @A224819 , please ignore above message it was due to internal error which has been fixed.

    • Ramesh 0

      API Returns Success on Cancel Order but the App Still Shows Pending Order
      Python SDK • • Ramesh 0

      2
      0
      Votes
      2
      Posts
      101
      Views

      A

      Hi @A224819 , in order to cancel an AMO order the variety should be AMO

    • Ramesh 0

      Unable to Cancel Order - 404 Error
      Python SDK • • Ramesh 0

      3
      0
      Votes
      3
      Posts
      54
      Views

      A

      Hi @A224819 , closing this thread to avoid duplicate post.

      https://smartapi.angelbroking.com/topic/121/api-returns-success-on-cancel-order-but-the-app-still-shows-pending-order

    • Ramesh 0

      Fetching LTP Gives 500 Internal Server Error
      Python SDK • • Ramesh 0

      12
      0
      Votes
      12
      Posts
      114
      Views

      Ramesh 0

      @kaleps
      There were three errors:

      The Symbol token was incorrect -> refer the link The url used was incorrect -> check the documentation I missed the authorization in the header. -> add to header as shown in the documentaion
    • Ramesh 0

      Authentication: AB1007 and Mac Format
      Python SDK • • Ramesh 0

      7
      0
      Votes
      7
      Posts
      83
      Views

      Ramesh 0

      Hello, @prateekjjw001 @sandipkhairnar @admin

      As suggested, I tried using another IDE (Spyder3) and was still getting the same error. So, clearly it wasn't to do with the IDE. I just dug deeper into this and was able to SUCCESSFULLY fix this issue by installing two additional pip requirements. Hence, anyone getting 'No Module found: twisted' error should first install twisted using the below command:

      pip3 install twisted

      Then, if you get the 'No module found: OpenSSL' or 'No module found: autobahn'. Try the below codes. I don't know if the first one is necessary but I used it to fix my issue so probably it may help others too:

      pip install pyOpenSSL

      The other two which helped me get out of this headache I had since days were:

      pip3 install service_identity pip3 installed autobahn twisted

      Thank you all for your help so far 🙂