Skip to content

Instantly share code, notes, and snippets.

@andrewkatz
Created July 24, 2013 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewkatz/6075245 to your computer and use it in GitHub Desktop.
Save andrewkatz/6075245 to your computer and use it in GitHub Desktop.
irb(main):007:0> fog.directories
Excon::Errors::SocketError: no such service 443/tcp (SocketError)
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/socket.rb:149:in `connect'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/ssl_socket.rb:103:in `connect'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/socket.rb:32:in `initialize'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/ssl_socket.rb:8:in `initialize'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/connection.rb:361:in `new'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/connection.rb:361:in `socket'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/connection.rb:105:in `request_call'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/middlewares/mock.rb:42:in `request_call'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/middlewares/instrumentor.rb:22:in `request_call'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/middlewares/base.rb:15:in `request_call'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/connection.rb:244:in `request'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/middlewares/idempotent.rb:12:in `error_call'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/middlewares/base.rb:10:in `error_call'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/connection.rb:260:in `request'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/middlewares/idempotent.rb:12:in `error_call'
from /Users/andrewkatz/dev/aggregation/vendor/gems/excon-0.25.3/lib/excon/middlewares/base.rb:10:in `error_call'
... 11 levels...
from /Users/andrewkatz/dev/aggregation/vendor/gems/fog-1.14.0/lib/fog/core/collection.rb:86:in `inspect'
from /Users/andrewkatz/dev/aggregation/vendor/gems/formatador-0.2.4/lib/formatador.rb:92:in `indent'
from /Users/andrewkatz/dev/aggregation/vendor/gems/fog-1.14.0/lib/fog/core/collection.rb:79:in `inspect'
from /usr/local/opt/rbenv/versions/jruby-1.5.6/lib/ruby/1.8/irb.rb:310:in `output_value'
from /usr/local/opt/rbenv/versions/jruby-1.5.6/lib/ruby/1.8/irb.rb:159:in `eval_input'
from /usr/local/opt/rbenv/versions/jruby-1.5.6/lib/ruby/1.8/irb.rb:271:in `signal_status'
from /usr/local/opt/rbenv/versions/jruby-1.5.6/lib/ruby/1.8/irb.rb:155:in `eval_input'
from /usr/local/opt/rbenv/versions/jruby-1.5.6/lib/ruby/1.8/irb.rb:154:in `eval_input'
from /usr/local/opt/rbenv/versions/jruby-1.5.6/lib/ruby/1.8/irb.rb:71:in `start'
from /usr/local/opt/rbenv/versions/jruby-1.5.6/lib/ruby/1.8/irb.rb:70:in `catch'
from /usr/local/opt/rbenv/versions/jruby-1.5.6/lib/ruby/1.8/irb.rb:70:in `start'
from /Users/andrewkatz/dev/aggregation/vendor/gems/railties-3.2.11/lib/rails/commands/console.rb:47:in `start'
from /Users/andrewkatz/dev/aggregation/vendor/gems/railties-3.2.11/lib/rails/commands/console.rb:8:in `start'
from /Users/andrewkatz/dev/aggregation/vendor/gems/railties-3.2.11/lib/rails/commands.rb:41
from /Users/andrewkatz/dev/aggregation/vendor/gems/railties-3.2.11/lib/rails/commands.rb:6:in `require'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment