Elmer Thomas
Elmer Thomas
Hello @neekey, Thank you for taking the time to report this! I was able to reproduce this error locally. This issue has been added to our internal backlog to be...
Hello @totalhack, I am unable to reproduce using `twilio-python` version 6.53, with python version 3.8.3, using the following code: ```python from twilio.rest import Client account_sid = os.environ.get('TWILIO_ACCOUNT_SID') auth_token = os.environ.get('TWILIO_AUTH_TOKEN')...
Yes, 6.53 was released today. Thank you!
Thanks for confirming @totalhack, my first guess is that it has something to do with [this change](https://github.com/twilio/twilio-python/commit/39b8e2f27aacebbbc6941e2126b872542f96a999#diff-118c6ba6bbcbfe87cc66c0fb089f60f63e2779999654670fb598e93480fcc97bR181). This issue has been added to our internal backlog to be prioritized. Pull...
Thank you for reporting this @hlascelles! I was able to reproduce this issue locally. This issue has been added to our internal backlog to be prioritized. Pull requests and +1s...
Additional context: https://github.com/twilio/twilio-ruby/issues/493
Hello @victorbadila, We are not including `@types/express` as a dependency based on [this guidance](https://github.com/twilio/twilio-node/pull/667#issue-603052981). Is it a requirement that your project be `express` free? I'm trying to understand how we...
Please try: `import { Twilio } from "twilio";` and then `const client = new Twilio(accountSid, token);` What documentation did you use to get started? Thanks!
Hello @divergentsigns, I was able to recreate your issue. This was the code that ultimately worked for me: ```python client = Client(api_key_sid, api_key_secret) compositionHook = client.video.composition_hooks.create( friendly_name = 'MixingAllRoomAudiosHook', audio_sources...
Since there has been no activity on this issue since March 1, 2020, we are closing this issue. Please feel free to reopen or create a new issue if you...