Last active
March 21, 2016 16:38
-
-
Save typeoneerror/f71ad16ba7b3d3ea1d51 to your computer and use it in GitHub Desktop.
EOFError: end of file reached
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/app/vendor/ruby-2.2.4/lib/ruby/2.2.0/net/protocol.rb:153 read_nonblock | |
/app/vendor/ruby-2.2.4/lib/ruby/2.2.0/net/protocol.rb:153 rbuf_fill | |
/app/vendor/ruby-2.2.4/lib/ruby/2.2.0/net/protocol.rb:134 readuntil | |
/app/vendor/ruby-2.2.4/lib/ruby/2.2.0/net/protocol.rb:144 readline | |
/app/vendor/ruby-2.2.4/lib/ruby/2.2.0/net/smtp.rb:945 recv_response | |
/app/vendor/ruby-2.2.4/lib/ruby/2.2.0/net/smtp.rb:555 block in do_start | |
/app/vendor/ruby-2.2.4/lib/ruby/2.2.0/net/smtp.rb:955 critical | |
/app/vendor/ruby-2.2.4/lib/ruby/2.2.0/net/smtp.rb:555 do_start | |
/app/vendor/ruby-2.2.4/lib/ruby/2.2.0/net/smtp.rb:520 start | |
/app/vendor/bundle/ruby/2.2.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/smtp.rb:112 deliver! | |
/app/vendor/bundle/ruby/2.2.0/gems/mail-2.6.3/lib/mail/message.rb:2141 do_delivery | |
/app/vendor/bundle/ruby/2.2.0/gems/mail-2.6.3/lib/mail/message.rb:236 block in deliver | |
/app/vendor/bundle/ruby/2.2.0/gems/actionmailer-4.2.5/lib/action_mailer/base.rb:543 block in deliver_mail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment