You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
I've been getting this message for 2 days. No emails are retrieved. There is no login to the mail server. The mail server is ok. I have not made any changes to the paperless-ng.
I ask for help, thank you.
[Errno 110] Connection timed out : Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/django_q/cluster.py", line 432, in worker
res = f(*task["args"], **task["kwargs"])
File "/usr/src/paperless/src/paperless_mail/tasks.py", line 14, in process_mail_accounts
total_new_documents += MailAccountHandler().handle_mail_account(
File "/usr/src/paperless/src/paperless_mail/mail.py", line 157, in handle_mail_account
with get_mailbox(account.imap_server,
File "/usr/src/paperless/src/paperless_mail/mail.py", line 97, in get_mailbox
mailbox = MailBox(server, port)
File "/usr/local/lib/python3.9/site-packages/imap_tools/mailbox.py", line 290, in __init__
super().__init__()
File "/usr/local/lib/python3.9/site-packages/imap_tools/mailbox.py", line 32, in __init__
self.box = self._get_mailbox_client()
File "/usr/local/lib/python3.9/site-packages/imap_tools/mailbox.py", line 307, in _get_mailbox_client
return imaplib.IMAP4_SSL(self._host, self._port, self._keyfile, # noqa
File "/usr/local/lib/python3.9/imaplib.py", line 1324, in __init__
IMAP4.__init__(self, host, port, timeout)
File "/usr/local/lib/python3.9/imaplib.py", line 202, in __init__
self.open(host, port, timeout)
File "/usr/local/lib/python3.9/imaplib.py", line 1337, in open
IMAP4.open(self, host, port, timeout)
File "/usr/local/lib/python3.9/imaplib.py", line 312, in open
self.sock = self._create_socket(timeout)
File "/usr/local/lib/python3.9/imaplib.py", line 1327, in _create_socket
sock = IMAP4._create_socket(self, timeout)
File "/usr/local/lib/python3.9/imaplib.py", line 302, in _create_socket
return socket.create_connection(address)
File "/usr/local/lib/python3.9/socket.py", line 843, in create_connection
raise err
File "/usr/local/lib/python3.9/socket.py", line 831, in create_connection
sock.connect(sa)
TimeoutError: [Errno 110] Connection timed out
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been getting this message for 2 days. No emails are retrieved. There is no login to the mail server. The mail server is ok. I have not made any changes to the paperless-ng.
I ask for help, thank you.
The text was updated successfully, but these errors were encountered: