Navigation

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

    sayed

    @sayed

    0
    Reputation
    13
    Posts
    1
    Profile views
    0
    Followers
    3
    Following
    Joined Last Online

    sayed Follow

    Best posts made by sayed

    This user hasn't posted anything yet.

    Latest posts made by sayed

    • RE: Issue in getting responses from API

      @James-Bond
      python 3.6
      pip 19.0.3

      posted in Python SDK
      S
      sayed
    • RE: Issue in getting responses from API

      @James-Bond
      Getting this error from long time.
      b5dbedf9-c932-4e57-9c02-8581eb16fb74-image.png

      posted in Python SDK
      S
      sayed
    • RE: Issue in getting responses from API

      @rajanprabu if i use angel python sdk i receive this errors

      from OpenSSL import SSL
      ModuleNotFoundError: No module named 'OpenSSL'

      Even after installing OpenSSL it is showing same.

      posted in Python SDK
      S
      sayed
    • RE: header details needed?

      @djdenish Okay now i am able to login & establish tokens response, but could not get logout or fetch profile.

      error:
      conn.request("POST","/rest/secure/angelbroking/user/v1/logout",payload,headers)
      for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
      socket.gaierror: [Errno 11004] getaddrinfo failed

      posted in Python SDK
      S
      sayed
    • RE: socket.gaierror: [Errno 11004] getaddrinfo failed

      @admin or anyone can find this?

      posted in Python SDK
      S
      sayed
    • RE: Issue in getting responses from API

      @rajanprabu okay

      posted in Python SDK
      S
      sayed
    • RE: Issue in getting responses from API

      @rajanprabu
      hi can u explain what this error is?,
      res in _socket.getaddrinfo(host, port, family, type, proto, flags):
      socket.gaierror: [Errno 11004] getaddrinfo failed

      posted in Python SDK
      S
      sayed
    • socket.gaierror: [Errno 11004] getaddrinfo failed

      Getting error plz explain:
      '''''''''
      for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
      socket.gaierror: [Errno 11004] getaddrinfo failed
      '''''''''''

      import http.client
      import mimetypes
      conn = http.client.HTTPSConnection(
      " apiconnect.angelbroking.com "
      )
      payload = ''
      headers = headers = {
      'Authorization': 'Bearer AUTHORIZATION_TOKEN',
      '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("GET",
      "/rest/secure/angelbroking/user/
      v1/getProfile",
      payload,
      headers)
      res = conn.getresponse()
      data = res.read()
      print(data.decode("utf-8"))

      posted in Python SDK
      S
      sayed
    • RE: SmartAPIs throw "AB1034 : Apps not found"

      @harkal
      Hi harkal, Can i get help from you upto the stage where you reached, I am also getting same error but mine never got logged in before.
      Whatsapp 9944952095
      rameez.basha99@gmail.com

      posted in General Discussion
      S
      sayed
    • RE: header details needed?

      @sayed

      I dont have public ip, i am using mobile hotspot.. plz help

      posted in Python SDK
      S
      sayed