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

bminbox crash #2

Open
PeterSurda opened this issue Jun 8, 2019 · 0 comments
Open

bminbox crash #2

PeterSurda opened this issue Jun 8, 2019 · 0 comments
Assignees
Labels

Comments

@PeterSurda
Copy link
Owner

Exception in thread BMIn:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/opt/bitmessage-email-gateway/bitmessage-gateway.py", line 586, in check
_bminbox
    retval = send_email(bm_receiver, bm_sender, bm_subject, bm_body, bm_id, user
data = userdata)
  File "/opt/bitmessage-email-gateway/bitmessage-gateway.py", line 223, in send_
email
    server.quit()
  File "/usr/lib/python2.7/smtplib.py", line 768, in quit
    res = self.docmd("quit")
  File "/usr/lib/python2.7/smtplib.py", line 393, in docmd
    self.putcmd(cmd, args)
  File "/usr/lib/python2.7/smtplib.py", line 341, in putcmd
    self.send(str)
  File "/usr/lib/python2.7/smtplib.py", line 333, in send
    raise SMTPServerDisconnected('please run connect() first')
SMTPServerDisconnected: please run connect() first

@PeterSurda PeterSurda self-assigned this Jun 8, 2019
@PeterSurda PeterSurda added the bug label Jun 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant