Pending futures attached to different loops breaking #109

Closed
opened 2022-10-29 14:35:23 +02:00 by pfm · 1 comment
Collaborator

Issue found after deploying to disroot.org:

host 127.0.0.1[127.0.0.1] said: 500 5.6.0 id=09687-06 - Rejected by next-hop MTA on relaying, from MTA(smtp:[127.0.0.1]:10025): 500 Error: (RuntimeError) Task <Task pending name='Task-42222' coro=<SMTP._handle_client() running at /home/lacre/.local/lib/python3.9/site-packages/aiosmtpd/smtp.py:728>> got Future <Future pending> attached to a different loop (in reply to end of DATA command)

Stack Overflow questions related to similar problems:

Issue found after deploying to `disroot.org`: ``` host 127.0.0.1[127.0.0.1] said: 500 5.6.0 id=09687-06 - Rejected by next-hop MTA on relaying, from MTA(smtp:[127.0.0.1]:10025): 500 Error: (RuntimeError) Task <Task pending name='Task-42222' coro=<SMTP._handle_client() running at /home/lacre/.local/lib/python3.9/site-packages/aiosmtpd/smtp.py:728>> got Future <Future pending> attached to a different loop (in reply to end of DATA command) ``` Stack Overflow questions related to similar problems: - [got Future (Future pending) attached to a different loop error while using websocket.send(msg) in a while](https://stackoverflow.com/q/60066383) - [Future task attached to a different loop](https://stackoverflow.com/a/65548346)
pfm added this to the Open beta disroot test milestone 2022-10-29 14:35:23 +02:00
pfm added the
ISSUE
label 2022-10-29 14:35:23 +02:00
Author
Collaborator

This issue has already been solved within other issue.

This issue has already been solved within other issue.
pfm closed this issue 2023-03-05 22:01:34 +01:00
Sign in to join this conversation.
No description provided.