Navigation

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

    baahu_chanduwad

    @baahu_chanduwad

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

    baahu_chanduwad Unfollow Follow

    Best posts made by baahu_chanduwad

    • RE: Exception while retriving IP Address

      @Moderator_2 I don't understand what you mean here, I have a stable connection. what am I supposed to re-install?

      posted in Test
      B
      baahu_chanduwad

    Latest posts made by baahu_chanduwad

    • RE: Exception while retriving IP Address

      @Moderator_2 I don't understand what you mean here, I have a stable connection. what am I supposed to re-install?

      posted in Test
      B
      baahu_chanduwad
    • Exception while retriving IP Address

      Getting below exception while trying to generate session. My ID is B34099.
      Version of smartapi-python is 1.4.1

      [E 240210 08:08:09 smartConnect:67] Exception while retriving IP Address,using local host IP address: [Errno 8] nodename nor servname provided, or not known

      # package import statement
      from SmartApi import SmartConnect #or from smartapi.smartConnect import SmartConnect
      
      #import smartapi.smartExceptions(for smartExceptions)
      
      #create object of call
      obj=SmartConnect(api_key="5INpTQ6j")
      
      #login api call
      
      data = obj.generateSession("B34099","xxxx","123456")
      
      posted in Test
      B
      baahu_chanduwad