Home > other >  Fyers, API Failed - Could not authenticate the user
Fyers, API Failed - Could not authenticate the user

Time:12-29

"message": "Could not authenticate the user"

I was trying to get user details from fyers.

CodePudding user response:

The error "Could not authenticate the user" usually indicates that there is a problem with the authentication process. This could be caused by incorrect login credentials, an expired access token, or an issue with the authentication server.

To troubleshoot this issue, you can try the following steps:

Make sure that you are using the correct login credentials. Double-check the username and password to make sure that they are correct.

Check if the access token is still valid. If the access token has expired, you will need to obtain a new one.

If you are using OAuth for authentication, make sure that you have correctly configured the OAuth client and authorized the app to access the user's data.

If you are using a third-party library or SDK to access the API, make sure that you are using the correct version and that it is compatible with the API.

Check the API documentation or contact the API provider for more information on troubleshooting authentication issues.

CodePudding user response:

Try generating a new Fyers access token. Most likely, your issue will be resolved.

If problem still persists, post in Fyers Community. They might be able to help you in a better way.

https://community.fyers.in/

  • Related