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

recordings.delete broken in 1.11.0 #79

Closed
mrpetrocket opened this issue Feb 26, 2015 · 1 comment
Closed

recordings.delete broken in 1.11.0 #79

mrpetrocket opened this issue Feb 26, 2015 · 1 comment

Comments

@mrpetrocket
Copy link

While using version 1.10.0 of twilio-node, I used a command like this to delete a recording:

client.recordings(sid).delete(func callback(err){})

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?

@kwhinnery
Copy link
Contributor

Thanks for the report - pushed 382e0d9 to fix. Will update npm soon.

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

2 participants