Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whatsapp sender messaging limit is null #811

Open
zshanabek opened this issue Sep 4, 2024 · 0 comments
Open

Whatsapp sender messaging limit is null #811

zshanabek opened this issue Sep 4, 2024 · 0 comments

Comments

@zshanabek
Copy link

zshanabek commented Sep 4, 2024

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

  1. Send whatsapp message
  2. Get limit error

Code Snippet

client = Client(account_sid, auth_token)
 message = client.messages.create(
            from_=f'whatsapp:{from}',
            body=body,
            to=f'whatsapp:{phone}'
        )

Exception/Log

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant