Hi Fyers Team,
For my Algo, I use "auto_login_totp.py" which is provided in your Github as per the article - https://support.fyers.in/portal/en/kb/articles/how-can-i-automate-the-api-login-authentication-process-using-python-on-fyers
However, "send_login_otp" method is failing with below error (it was working properly since months) -
result_string = requests.post(url=URL_SEND_LOGIN_OTP, json=payload)
if result_string.status_code != 200:
return [ERROR, result_string.text]
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
Please have a look as I tried same thing with my other family account too and it is also failing. If this continues, tomorrow morning my Algo won't be able to place Orders.