-
-
Notifications
You must be signed in to change notification settings - Fork 754
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
Traceback: OSError: [Errno 107] Transport endpoint is not connected #525
Comments
May be resolved by #495 We're probably due a new release. |
I get the same error since two days. API uses Fastapi and only responds to the http request. Python Version: 3.6.8 Command: Error:
Api responding requests but i get this error periodically |
I'm closing this as it seems stale, feel free to add more information especially regarding the requests that triggered this and we will reopen ! |
This is happening when I set port=0 (random port) and it is working on 0.11.8 |
I have Python 3 virtualenv where uvicorn and fastAPI is running inside. Every day an internal security scanner checks our hosts via network scanning for open TCP ports. In case it finds out it is a web server socket, the security scanner sends all kinds of GET and POST requests with spurious URL strings trying to find a vulnerability. For some HTTP (not HTTPS!) request for which I don't know neither the method nor the URL (it looks like the scanner doesn't send any, just open the TCP port and closes it immediately again, maybe just a SYN packet?), we have a Python Traceback, see below.
Setup
Python
Virtualenv
Uvicorn Python Traceback
The text was updated successfully, but these errors were encountered: