Navigation

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

    Topics created by A224819

    • A224819

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

      2
      0
      Votes
      2
      Posts
      17
      Views

      A224819

      @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.
    • A224819

      Suggestion: CSV or Excel File of Symbols
      Python SDK • • A224819  

      2
      0
      Votes
      2
      Posts
      45
      Views

      A

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

      Pulling Price Data Throws AB2000
      Python SDK • • A224819  

      2
      0
      Votes
      2
      Posts
      34
      Views

      A

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

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

      2
      0
      Votes
      2
      Posts
      101
      Views

      A

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

      Unable to Cancel Order - 404 Error
      Python SDK • • A224819  

      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
    • A224819

      Fetching LTP Gives 500 Internal Server Error
      Python SDK • • A224819  

      12
      0
      Votes
      12
      Posts
      114
      Views

      A224819

      @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
    • A224819

      Authentication: AB1007 and Mac Format
      Python SDK • • A224819  

      7
      0
      Votes
      7
      Posts
      83
      Views

      A224819

      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 🙂