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
When I try to send message from whatsapp number to whatsapp number I get error: Account exceeded the null daily messages limit. It's very strange that null value is assigned to limit variable.
twilio.base.exceptions.TwilioRestException:
HTTP Error Your request was:
POST /Accounts/<account_sid>/Messages.json
Twilio returned the following information:
Unable to create record: Account <account_sid> exceeded the null daily messages limit
More information may be available here:
https://www.twilio.com/docs/errors/63038
I can provide account_id if necessary
Technical details:
twilio-python version: 9.2.3
python version: 3.11.6
The text was updated successfully, but these errors were encountered:
Issue Summary
When I try to send message from whatsapp number to whatsapp number I get error: Account exceeded the null daily messages limit. It's very strange that null value is assigned to limit variable.
Steps to Reproduce
Code Snippet
Exception/Log
I can provide account_id if necessary
Technical details:
The text was updated successfully, but these errors were encountered: