Fyers API v2 issues 'Could not authenticate the user'

Getting issues in Fyers API V2, where I can't get any details from FyersModel even after passing the token and client ids.

 

fyersmdelss = fyersModel.FyersModel(client_id=auth_instance.get_client_id, token=access_token, is_async=False)
print()
print("Get profile:")
print(fyersmdelss.get_profile())
print("Holdings:")
print(fyersmdelss.holdings())
print("Funds:")
print(fyersmdelss.funds())

 

Refer to snapshot for the output logs (see that the token received through authorization flow and the one used in FyersModel are the same)

 

 

1
12 replies