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
I'm uisng MacOS 10.15 with Ruby 2.7.0 and Rails 7.0.8, and twilio-ruby gem version 6.3.1. When I try to initialize the Twilio::REST::Client, it crashes the rails console process and throws a segmentation fault.
Steps to Reproduce
Install ruby 2.7.0, Rails 7.0.8
Create new Rails app
Add the twilio-ruby gem to the Gemfile and run bundle install. I used the version 6.3.1 but even when I upgraded to the version 6.8.x the same issue came up.
Open rails console with the command rails console from terminal
Try to initialize the Twilio REST client using the statement Twilio::REST::Client.new(account_sid, auth_token)
This statement will crash the rails console process and throw segmentation fault.
Code Snippet
Twilio::REST::Client.new(account_sid,auth_token)
Exception/Log
The error log is too long and cannot be posted here due to the characters limitation. I've put the exception trace here: https://pastebin.com/svPVhPED
Technical details:
twilio-ruby version: 6.3.1
ruby version: 2.7.0
rails version: 7.0.8
macOS version: 10.15
The crash report from ~/Library/Logs/DiagnosticReports is placed as follows:
Issue Summary
I'm uisng MacOS 10.15 with Ruby 2.7.0 and Rails 7.0.8, and
twilio-ruby
gem version 6.3.1. When I try to initialize theTwilio::REST::Client
, it crashes therails console
process and throws a segmentation fault.Steps to Reproduce
twilio-ruby
gem to theGemfile
and runbundle install
. I used the version 6.3.1 but even when I upgraded to the version 6.8.x the same issue came up.rails console
from terminalTwilio::REST::Client.new(account_sid, auth_token)
Code Snippet
Exception/Log
The error log is too long and cannot be posted here due to the characters limitation. I've put the exception trace here: https://pastebin.com/svPVhPED
Technical details:
The crash report from
~/Library/Logs/DiagnosticReports
is placed as follows:The text was updated successfully, but these errors were encountered: