-
Notifications
You must be signed in to change notification settings - Fork 107
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
--reload is returning OSError: WinError 10038 when file saved #118
Comments
I'm having this issue also. |
Is already fixed in pull request #148 , we must wait until they merge it into the main branch. I tested it on windows and issue is gone. You can test it and give me feedback in case I need to change anything. I hope it helps. |
I still have this WinError 10038 with 0.16.0 on Windows 10 and Python 3.9.7. |
version 0.15.0 should fix the main error, but @pgjones says it creates others issues... 0.16.0 reverted the pr where the error was tried to be fixed. I'm still saying, if @pgjones allows it, I will personally try to fix any error related to this issue. But worth nothing if it's rolled back as soon as there is any other error that I didn't see. |
Just out of curiosity, where are we at with this issue? All issues seem to indicate the |
Getting this error in 0.17.3. The full callstack is
|
I'm currently working on a project with Fastapi and Hypercorn on Windows 11
I'm having trouble adding "reload" flag to Hypercorn.
Every time I save my file, I get an OSError like below
After I installed Hypercorn version 0.13.2, the problem is no longer exists, everything works as expected
However the version of 0.14.3 does not.
This is the command I used to start the app:
hypercorn -b 0.0.0.0:5000 -k asyncio -w 1 --reload main:app
Can you please tell me how to fix this?
thanks,
The text was updated successfully, but these errors were encountered: