Advertisement
Guest User

Untitled

a guest
Jul 8th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. [1] guard(main)> Error: Input/output error - read
  2. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:198:in `readline'
  3. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:198:in `block in input_readline'
  4. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/input_lock.rb:115:in `call'
  5. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/input_lock.rb:115:in `interruptible_region'
  6. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:197:in `input_readline'
  7. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:183:in `block in read_line'
  8. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:129:in `handle_read_errors'
  9. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:170:in `read_line'
  10. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:98:in `read'
  11. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:68:in `block in repl'
  12. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:67:in `loop'
  13. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:67:in `repl'
  14. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:38:in `block in start'
  15. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/input_lock.rb:61:in `call'
  16. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/input_lock.rb:61:in `__with_ownership'
  17. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/input_lock.rb:79:in `with_ownership'
  18. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:38:in `start'
  19. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/repl.rb:15:in `start'
  20. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/pry-0.10.1/lib/pry/pry_class.rb:169:in `start'
  21. /usr/share/rvm/gems/ruby-2.2.1@omega.<myproject-theme>/gems/guard-2.12.5/lib/guard/jobs/pry_wrapper.rb:102:in `block (2 levels) in _switch_to_pry'
  22. FATAL: Pry failed to get user input using `Readline`.
  23. To fix this you may be able to pass input and output file descriptors to pry directly. e.g.
  24. Pry.config.input = STDIN
  25. Pry.config.output = STDOUT
  26. binding.pry
  27.  
  28. 06:14:21 - INFO - Bye bye..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement