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
This works fine in 1.10.0. In 1.11.0, the recording is deleted off of the Twilio server, but the delete() call dies on line 147 of Client.js because the variable "data" is null. "data" is set to null on line 122 of Client.js because the variable "body" is empty.
I haven't dug further than this. Any thoughts?
The text was updated successfully, but these errors were encountered:
While using version 1.10.0 of twilio-node, I used a command like this to delete a recording:
This works fine in 1.10.0. In 1.11.0, the recording is deleted off of the Twilio server, but the delete() call dies on line 147 of Client.js because the variable "data" is null. "data" is set to null on line 122 of Client.js because the variable "body" is empty.
I haven't dug further than this. Any thoughts?
The text was updated successfully, but these errors were encountered: