pauldamsa commented on issue #54690:
URL: https://github.com/apache/airflow/issues/54690#issuecomment-3227973013
Hello! I think I have the same bug, I added below few lines from the
traceback:
│
│
/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python
│
│ 3.9/smtplib.py:365 in send
│
│
│
│ 362 │ │ │ │ self.close()
│
│ 363 │ │ │ │ raise SMTPServerDisconnected('Server not
connected') │
│ 364 │ │ else:
│
│ ❱ 365 │ │ │ raise SMTPServerDisconnected('please run connect()
first') │
│ 366 │
│
│ 367 │ def putcmd(self, cmd, args=""):
│
│ 368 │ │ """Send a command to the server."""
│
│
│
│ ╭────────────────────────────────────────── locals
──────────────────────────────────────────╮ │
│ │ s = 'ehlo
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa\r\n' │
│
│ │ self = <smtplib.SMTP_SSL object at 0x1273a78e0>
│ │
│
╰────────────────────────────────────────────────────────────────────────────────────────────╯
│
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
SMTPServerDisconnected: please run connect() first
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]