-
Notifications
You must be signed in to change notification settings - Fork 0
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
OSError: [WinError 10038] #1
Comments
Could be a bug in Python: https://bugs.python.org/issue34795 This looks similar: |
Also closing sock directly using this modification: def start_connection(self, host, port, request):
But this makes no difference. |
From time to time the following error occurs:
Not clears what triggers it, seems to happen pretty randomly and unrelated to the input used.
The text was updated successfully, but these errors were encountered: