-
Notifications
You must be signed in to change notification settings - Fork 151
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
HTTPoison.Error :nxdomain in lib/ex_twilio/api.ex:19 #88
Comments
While far from conclusive, reverting to ex_twilio version |
I'm getting a similar error when calling
Although other requests seem to appear to be working fine. For example, I'm able to use the |
@scottswezey @DavidVII I made a PR that I believe fixes this issue. The url generation was basically creating invalid urls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading to
0.5.1
, Message API calls through ExTwilio are crashing with an error:I've been tried specifying the API domain in my config files, or leaving it out so the defaults apply. I verified that HTTPoison can connect to the
api.twilio.com
domain viaiex -S mix
. All ex_twilio source code I reviewed appears to be correct. Name resolution is working correctly on my testing system inside and out of BEAM.I can't think of anything else to identify if the issue is local to my system, but wanted to open an issue in case others are finding the same behavior. Feel free to close if you can't reproduce.
Thanks
The text was updated successfully, but these errors were encountered: