Navigation

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

    vegybin

    @vegybin

    0
    Reputation
    4
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    vegybin Follow

    Best posts made by vegybin

    This user hasn't posted anything yet.

    Latest posts made by vegybin

    • RE: 'errorcode': 'AB1004'

      @Moderator_2 help

      posted in General Discussion
      V
      vegybin
    • RE: 'errorcode': 'AB1004'

      @Moderator_2 said in 'errorcode': 'AB1004':

      Please share us the API request along with header parameter to analyze further on the issue

      This is the payload and header. Please check out the code and fix this issue. Its too frustrating.

          payload = '''{
                          "clientcode": "''' + CLIENT_ID + '''",
                          "password": "''' + CLIENT_PIN + '''",
                          "totp": "''' + TOTP.now() + '"}'
      
          headers = {
              'Content-Type': 'application/json',
              'Accept': 'application/json',
              'X-UserType': 'USER',
              'X-SourceID': 'WEB',
              'X-ClientLocalIP': 'CLIENT_LOCAL_IP',
              'X-ClientPublicIP': 'CLIENT_PUBLIC_IP',
              'X-MACAddress': 'MAC_ADDRESS',
              'X-PrivateKey': API_KEY
          }
          conn.request(
              "POST",
              "/rest/auth/angelbroking/user/v1/loginByPassword",
              payload,
              headers)
      
      posted in General Discussion
      V
      vegybin
    • 'errorcode': 'AB1004'

      Please look into this : {'message': 'Something Went Wrong, Please Try After Sometime', 'errorcode': 'AB1004', 'status': False, 'data': None}

      I have to move forward!
      Account Id J219541.

      posted in General Discussion
      V
      vegybin
    • Unable to login - Error AB1004

      @admin, Kindly help

      {'message': 'Something Went Wrong, Please Try After Sometime', 'errorcode': 'AB1004', 'status': False, 'data': None}
      

      I am getting this response for a login request.
      Feeling a bitt stuck. Please reply asap!

      posted in Python SDK
      V
      vegybin