Navigation

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

    Posts made by erprealm

    • Error : error: Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'

      Dear Team,
      I am getting the following message when i am trying to get LTP. Please advice.

      error: Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'

      posted in Python SDK
      E
      erprealm
    • Error Code : AB1034

      Hi Team,
      When i am trying to connect to the API using python , i get the following error msg.
      {'message': 'Apps not found', 'errorcode': 'AB1034', 'status': False, 'data': None}

      from smartapi import SmartConnect
      obj = SmartConnect(api_key='My Key')
      data = obj.generateSession("My ID","MyPwd")
      print(data)

      Thanks in Advance.

      posted in Python SDK
      E
      erprealm