Kamal
 · Kamalakar

Hi All, I am trying to get API authorization but failing with below error. Can someone suggest/help me from fyers_api import accessToken from fyers_api import fyersModel app_id = XXXX app_secret = XXXX app_session = accessToken.SessionModel(app_id, app_secret) response = app_session.auth() AttributeError: 'SessionModel' object has no attribute 'auth'

2 replies