getting error while running program TypeError: SessionModel.__init__()

Hi Guys,

I am trying to do code for Authentication Steps but getting below error, Can any one please help me to understand why i am getting this error.

Also running latest version of fyers-apiv2

Traceback (most recent call last):

 

 File "c:\Users\v\Desktop\VEJA\aToken.py", line 13, in <module>

   session=accessToken.SessionModel(client_id=client_id,

TypeError: SessionModel.__init__() got an unexpected keyword argument 'client_id'

 

Thanks in advance

7 replies