Errno::ENETUNREACH: Network is unreachable - connect(2) for "graph.facebook.com" port 443
lib/fb_api.rb:53:in `generate_app_access_token'
response = conn.get %{/v#{ENV['FB_API_VERSION']}/oauth/access_token?client_id=#{app_id}&client_secret=#{app_secret}&grant_type=client_credentials}
...
(111 additional frame(s) were not displayed)
Errno::ENETUNREACH: Failed to open TCP connection to graph.facebook.com:443 (Network is unreachable - connect(2) for "graph.facebook.com" port 443)
lib/fb_api.rb:53:in `generate_app_access_token'
response = conn.get %{/v#{ENV['FB_API_VERSION']}/oauth/access_token?client_id=#{app_id}&client_secret=#{app_secret}&grant_type=client_credentials}
...
(110 additional frame(s) were not displayed)
Faraday::ConnectionFailed: Failed to open TCP connection to graph.facebook.com:443 (Network is unreachable - connect(2) for "graph.facebook.com" port 443)
Faraday::ConnectionFailed: Failed to open TCP connection to graph.facebook.com:443 (Network is unreachable - connect(2) for "graph.facebook.com" port 443)
Hace falta añadir retry automático a esto
https://sentry.io/installthisapp/api-production/issues/356467497/