runtime error

Exit code: 1. Reason: ===== Starting script manually ===== Traceback (most recent call last): File "/app/app.py", line 33, in <module> reports = fetch_emails() File "/app/app.py", line 11, in fetch_emails mail = imaplib.IMAP4_SSL("outlook.office365.com") File "/usr/local/lib/python3.9/imaplib.py", line 1333, in __init__ IMAP4.__init__(self, host, port, timeout) File "/usr/local/lib/python3.9/imaplib.py", line 205, in __init__ self.open(host, port, timeout) File "/usr/local/lib/python3.9/imaplib.py", line 1346, in open IMAP4.open(self, host, port, timeout) File "/usr/local/lib/python3.9/imaplib.py", line 315, in open self.sock = self._create_socket(timeout) File "/usr/local/lib/python3.9/imaplib.py", line 1336, in _create_socket sock = IMAP4._create_socket(self, timeout) File "/usr/local/lib/python3.9/imaplib.py", line 305, in _create_socket return socket.create_connection(address) File "/usr/local/lib/python3.9/socket.py", line 856, in create_connection raise err File "/usr/local/lib/python3.9/socket.py", line 844, in create_connection sock.connect(sa) OSError: [Errno 101] Network is unreachable

Container logs:

Fetching error logs...