Files
test-mcp/server_startup.log

11 lines
968 B
Plaintext

uvicorn : Usage: uvicorn [OPTIONS] APP
위치 줄:1 문자:1
+ uvicorn server:app --host 0.0.0.0 --port 8000 --reload --loop proacto ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Usage: uvicorn [OPTIONS] APP:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Try 'uvicorn --help' for help.
Error: Invalid value for '--loop': 'proactor' is not one of 'auto', 'asyncio', 'uvloop'.