TOTP request error

I have automated TOTP auto generation to access API request, It is working fine 2week ago, now I tried to run the same code it is showing below error.

๐Ÿ” OTP Verification Response: {'s': 'error', 'code': -1063, 'otp_retries': 0, 'failed_attempts': 2, 'user_blocked': False, 'message': 'invalid totp, 3 attempts left'}

Update

<head><title>503 Service Temporarily Unavailable</title></head> <body> <center><h1>503 Service Temporarily Unavailable</h1></center> </body> </html> [11:39:40] โŒ Failed to decode JSON response. Error: Expecting value: line 1 column 1 (char 0)

Above is the error I'm facing.

1
9 replies