Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimeoutError: SMTP server started, but not responding within allotted time. This might happen if the system is too busy #362

Open
1756816846 opened this issue Jan 8, 2023 · 4 comments
Labels
need more info Needs more info from PR/Issue Author; if no info, then close.

Comments

@1756816846
Copy link

Traceback (most recent call last):
File "C:/Users/Darkness/Desktop/crazy-email-recv-srv-master/dd.py", line 11, in
controller.start()
File "D:\python37\lib\site-packages\aiosmtpd\controller.py", line 315, in start
"SMTP server started, but not responding within allotted time. "
TimeoutError: SMTP server started, but not responding within allotted time. This might happen if the system is too busy. Try increasing the ready_timeout parameter.
image

@wevsty
Copy link
Contributor

wevsty commented Jan 8, 2023

On Windows:
You can try the ipconfig command to confirm the local IP address.

Plaese make sure that the IP 192.168.1.3 is the local IP and that there is no firewall blocking incoming connections.

@1756816846
Copy link
Author

1756816846 commented Jan 8, 2023 via email

@wevsty
Copy link
Contributor

wevsty commented Jan 8, 2023

I run it on my computer, the firewall is turned off, and there is no anti-virus software

I run the same code with aiosmtpd 1.4.3 and it does not reproduce the problem.
My suggestion is still to check if the local IP address is correct, or you can bind 127.0.0.1 to test if you have the same fault.

If bind 127.0.0.1 is successful, you can run ipconfig and post the output to help diagnose the problem.

@pepoluan pepoluan added the need more info Needs more info from PR/Issue Author; if no info, then close. label Jan 13, 2023
@pepoluan
Copy link
Collaborator

I run it on my computer, the firewall is turned off, and there is no anti-virus software

Yes, as @wevsty mentioned, can you verify that your computer's IP address is 192.168.1.3 and that IP address is active?

With no further information from you, I will close this issue because your error is not reproducible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need more info Needs more info from PR/Issue Author; if no info, then close.
Projects
None yet
Development

No branches or pull requests

3 participants