-
Notifications
You must be signed in to change notification settings - Fork 87
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
Twilio problem #13
Comments
i have the same issue. i am following whatsapp clone tutorial. i tried replacing the credential with valid sid and token . tried creating settings.json and also include the credential in sms.js |
I think is related with this others comments. #7 Something is wrong, and will be nice a more descriptive error, because if you try to put a console log just show undefined. |
I have forked this repo and fixed this issue. Checkout veeramarni:accounts-phone. @okland let me know if i can push the changes. |
@veeramarni I added you as a collaborator to this project so you can push the changes, if they fix the problems :). |
@okland added my changes, please check the diff |
Was this issue ever resolved? I'm getting the same error, also via the tutorial for building a whatsapp clone for meteor + ionic. |
I'm having the same problem. @veeramarni can you please explain how can I use your package? |
By adding template with working twilio number and it should work (don't have to use mine). By default it uses +9729999999 and it fails with an twilio error. |
Thanks @veeramarni , it worked for me! To be more specific, I put the SMS.phoneTemplates code block in Meteor.startup like this:
|
Thanks a lot @veeramarni! It worked perfectly 👍 |
same problem here, is it possible to do a new release with this change please |
Our saviour @veeramarni! 👍 |
I know there's closed issue with this symptoms, but my SID is correct and there's stil an error:
I20151027-06:46:27.155(1)? Exception in callback of async function: Error: [object Object] [Error sending SMS ]
I20151027-06:46:27.157(1)? at packages/okland_accounts-phone/packages/okland_accounts-phone.js:81:1
I20151027-06:46:27.157(1)? at runWithEnvironment (packages/meteor/dynamics_nodejs.js:110:1)
The text was updated successfully, but these errors were encountered: