-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Labels
Description
Version info
- intercom-ruby version: 3.5.12
- Ruby version: 2.3.1
Expected behavior
Comprehensive exception like Intercom::ServiceUnavailableError or anything.
Actual behavior
got NoMethodError exception.
NoMethodError: undefined method `[]' for nil:NilClass
from intercom/request.rb:94:in `parse_body'
from intercom/request.rb:70:in `block in execute'
from net/http.rb:853:in `start'
from intercom/request.rb:65:in `execute'
from intercom/client.rb:111:in `execute_request'
from intercom/client.rb:88:in `get'
from intercom/api_operations/find.rb:13:in `find'
Reactions are currently unavailable