-
Notifications
You must be signed in to change notification settings - Fork 379
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
socket.gaierror: [Errno -2] Name or service not known #1198
Labels
Comments
I tried to force the repeatability by disabling the shutdown functions and termination signal.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Description of the issue
Hello guys,
HI have been having that same issue for a long time now, and only on python modules, most of the time the module cannot start, whenever the module is hard shutdown, without executing the shutdown function, for example when the device is unplugged. After many retries it finally succeeds, but sometimes it takes hours of restarts
Code sample exhibiting the issue
main.py
As I saw in another post, try to add time.sleep(5), but didn't work
Console log of the issue
Before adding the time.sleep(5)
After adding the time.sleep(5)
The text was updated successfully, but these errors were encountered: