Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception: undefined method `length' for nil:NilClass #544

Open
natasha1234567890 opened this issue Jul 1, 2023 · 1 comment
Open

Exception: undefined method `length' for nil:NilClass #544

natasha1234567890 opened this issue Jul 1, 2023 · 1 comment

Comments

@natasha1234567890
Copy link

natasha1234567890 commented Jul 1, 2023

Starting MailCatcher v0.8.2
==> smtp://0.0.0.0:1025
==> http://0.0.0.0:1080
*** Error receiving message: {:sender=>"[email protected]", :recipients=>["[email protected]"]}
    Exception: undefined method `length' for nil:NilClass
    Backtrace:
       mailcatcher (0.8.2) lib/mail_catcher/mail.rb:48:in `add_message'
       mailcatcher (0.8.2) lib/mail_catcher/smtp.rb:58:in `receive_message'
       eventmachine (1.0.9.1) lib/em/protocols/smtpserver.rb:558:in `process_data_line'
       eventmachine (1.0.9.1) lib/em/protocols/smtpserver.rb:196:in `receive_line'
       eventmachine (1.0.9.1) lib/em/protocols/linetext2.rb:66:in `receive_data'
       eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine'
       eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run'
       mailcatcher (0.8.2) lib/mail_catcher.rb:180:in `run!'
       mailcatcher (0.8.2) bin/mailcatcher:6:in `<top (required)>'
       /usr/local/bundle/bin/mailcatcher:25:in `load'
       /usr/local/bundle/bin/mailcatcher:25:in `<main>'
    Please submit this as an issue at https://github.com/sj26/mailcatcher/issues
==> SMTP: Received message from '[email protected]' (29 bytes)
@sj26
Copy link
Owner

sj26 commented Jul 29, 2023

Sorry!

Looks like your message was missing a body.

Do you have a copy of the message you were trying to send?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants