This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
takahe-takahe-stator-1 | Traceback (most recent call last): | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/site-packages/asgiref/sync.py", line 486, in thread_handler | |
takahe-takahe-stator-1 | raise exc_info[1] | |
takahe-takahe-stator-1 | File "/takahe/stator/models.py", line 172, in atransition_attempt | |
takahe-takahe-stator-1 | next_state = await current_state.handler(self) # type: ignore | |
takahe-takahe-stator-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
takahe-takahe-stator-1 | File "/takahe/users/models/password_reset.py", line 41, in handle_new | |
takahe-takahe-stator-1 | await sync_to_async(send_mail)( | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/site-packages/asgiref/sync.py", line 448, in __call__ | |
takahe-takahe-stator-1 | ret = await asyncio.wait_for(future, timeout=None) | |
takahe-takahe-stator-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/asyncio/tasks.py", line 442, in wait_for | |
takahe-takahe-stator-1 | return await fut | |
takahe-takahe-stator-1 | ^^^^^^^^^ | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/site-packages/asgiref/current_thread_executor.py", line 22, in run | |
takahe-takahe-stator-1 | result = self.fn(*self.args, **self.kwargs) | |
takahe-takahe-stator-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/site-packages/asgiref/sync.py", line 490, in thread_handler | |
takahe-takahe-stator-1 | return func(*args, **kwargs) | |
takahe-takahe-stator-1 | ^^^^^^^^^^^^^^^^^^^^^ | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/site-packages/django/core/mail/__init__.py", line 87, in send_mail | |
takahe-takahe-stator-1 | return mail.send() | |
takahe-takahe-stator-1 | ^^^^^^^^^^^ | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/site-packages/django/core/mail/message.py", line 298, in send | |
takahe-takahe-stator-1 | return self.get_connection(fail_silently).send_messages([self]) | |
takahe-takahe-stator-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/site-packages/django/core/mail/backends/smtp.py", line 124, in send_messages | |
takahe-takahe-stator-1 | new_conn_created = self.open() | |
takahe-takahe-stator-1 | ^^^^^^^^^^^ | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/site-packages/django/core/mail/backends/smtp.py", line 80, in open | |
takahe-takahe-stator-1 | self.connection = self.connection_class( | |
takahe-takahe-stator-1 | ^^^^^^^^^^^^^^^^^^^^^^ | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/smtplib.py", line 255, in __init__ | |
takahe-takahe-stator-1 | (code, msg) = self.connect(host, port) | |
takahe-takahe-stator-1 | ^^^^^^^^^^^^^^^^^^^^^^^^ | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/smtplib.py", line 341, in connect | |
takahe-takahe-stator-1 | self.sock = self._get_socket(host, port, self.timeout) | |
takahe-takahe-stator-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/smtplib.py", line 312, in _get_socket | |
takahe-takahe-stator-1 | return socket.create_connection((host, port), timeout, | |
takahe-takahe-stator-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/socket.py", line 851, in create_connection | |
takahe-takahe-stator-1 | raise exceptions[0] | |
takahe-takahe-stator-1 | File "/usr/local/lib/python3.11/socket.py", line 836, in create_connection | |
takahe-takahe-stator-1 | sock.connect(sa) | |
takahe-takahe-stator-1 | OSError: [Errno 99] Cannot assign requested address | |
takahe-takahe-stator-1 | Tasks processed this loop: | |
takahe-takahe-stator-1 | users.passwordreset: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment