You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
I printed res in send_otp() function and there is the result: {'error': {'code': 400, 'message': 'QUOTA_EXCEEDED : Exceeded quota.', 'errors': [{'message': 'QUOTA_EXCEEDED : Exceeded quota.', 'domain': 'global', 'reason': 'invalid'}]}}
The text was updated successfully, but these errors were encountered:
Hi, here is the result: {'status': '0', 'vonageRequestId': '370e94e151cd4fd4bd0d6a05bdb10a8a'}
If I request a new connection before the expiration time has passed, I get this message: {'status': '10', 'vonageRequestId': '2fa09f27aa6243b2a11849cfa2aca9f5', 'errorText': 'Concurrent verifications to the same number are not allowed'}
I try to login but I have always an error 😥
I printed res in send_otp() function and there is the result:
{'error': {'code': 400, 'message': 'QUOTA_EXCEEDED : Exceeded quota.', 'errors': [{'message': 'QUOTA_EXCEEDED : Exceeded quota.', 'domain': 'global', 'reason': 'invalid'}]}}
The text was updated successfully, but these errors were encountered: