Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Guide to secure your SmartAPI Account with two factor authentication

    General Discussion
    0
    104
    1955
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      nikaashpuri last edited by

      I have suddenly started getting the following error when logging in using username, password, and otp using the API:

      File "abc.py", line 327, in test_login_access
          data = angel_obj.generateSession(user_id, password, totp.now())
        File "/home/ubuntu/py37-venv/lib/python3.7/site-packages/smartapi/smartConnect.py", line 239, in generateSession
          id=user['data']['clientcode']
      TypeError: 'NoneType' object is not subscriptable
      

      What is going on here?

      S 1 Reply Last reply Reply Quote 0
      • C
        clb last edited by

        @clb Nice

        1 Reply Last reply Reply Quote 0
        • S
          saurabh121 @webseos last edited by

          @webseos thank you so much for info its working smooth.

          1 Reply Last reply Reply Quote 0
          • S
            sudha80 @nikaashpuri last edited by

            @nikaashpuri
            I also faced similar issue. After upgrading pyotp the issue is resolved for me

            $pip install --upgrade pyotp

            1 Reply Last reply Reply Quote 0
            • First post
              Last post