Reload=False causes errors on Windows 10 #1409
Answered
by
Kludex
msminhas93
asked this question in
Potential Issue
-
I have been trying to use uvicorn on Windows 10 with reload=False i.e. production setting. However, I get Accept failed on a socket error on all the threads. My OS is: Windows 10 Version 1909 (OS Build 18363.2158) My conda environment is created using the following yml file:
Error Dump:
I'm using a very basic sample from FastAPI:
Uvicorn script:
The servers work fine but I want to know why am I getting these errors and is there a way to not get those? |
Beta Was this translation helpful? Give feedback.
Answered by
Kludex
Aug 8, 2022
Replies: 1 comment
-
This was fixed on |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kludex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was fixed on
uvicorn
0.18.0 - #1454.