Hi. I'm trying to automate my login using the script provided by you in the below link.
https://github.com/FyersDev/fyers-api-sample-code/blob/sample_v3/v3/python/login/auto_login_totp.py
I'm getting the below error....can you pls help to resolve the same
send_login_otp success
generate_totp success
verify_totp_result success
verify_pin_result success
token_result failure - {"s": "error", "code": -355, "message": "Please provide/check for valid redirect url ."}
An exception has occurred, use %tb to see the full traceback. SystemExit
C:\Users\KD\AppData\Roaming\Python\Python310\site-packages\IPython\core\interactiveshell.py:3561: UserWarning: To exit: use 'exit', 'quit', or Ctrl-D. warn("To exit: use 'exit', 'quit', or Ctrl-D.", stacklevel=1)