Skip to content

SMTPServerDisconnected Error #213

@chrimerss

Description

@chrimerss

有人遇到这个问题么?
Error executing job with overrides: []
Traceback (most recent call last):
File "/home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily/src/zotero_arxiv_daily/main.py", line 32, in main
executor.run()
~~~~~~~~~~~~^^
File "/home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily/src/zotero_arxiv_daily/executor.py", line 113, in run
send_email(self.config, email_content)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily/src/zotero_arxiv_daily/utils.py", line 122, in send_email
server.login(sender, password)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_temp/uv-python-dir/cpython-3.13.12-linux-x86_64-gnu/lib/python3.13/smtplib.py", line 753, in login
(code, resp) = self.auth(
~~~~~~~~~^
authmethod, getattr(self, method_name),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
initial_response_ok=initial_response_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_temp/uv-python-dir/cpython-3.13.12-linux-x86_64-gnu/lib/python3.13/smtplib.py", line 651, in auth
(code, resp) = self.docmd("AUTH", mechanism + " " + response)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_temp/uv-python-dir/cpython-3.13.12-linux-x86_64-gnu/lib/python3.13/smtplib.py", line 441, in docmd
return self.getreply()
~~~~~~~~~~~~~^^
File "/home/runner/work/_temp/uv-python-dir/cpython-3.13.12-linux-x86_64-gnu/lib/python3.13/smtplib.py", line 414, in getreply
raise SMTPServerDisconnected("Connection unexpectedly closed")
smtplib.SMTPServerDisconnected: Connection unexpectedly closed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions