개발하자 썸네일형 리스트형 Fast API가 오류 로드를 계속 발생시킵니다(ASGI 앱). Fast API가 오류 로드를 계속 발생시킵니다(ASGI 앱). 파일 이름은 내가 실행할 때마다 코드 아래에 오류가 나타난다. from fastapi import FastAPI app = FastAPI() @app.get("/") async def root(): return {"message": "Hello World"} 오류 INFO: Will watch for changes in these directories: ['/Users/Documents/main.py'] INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process [58745] using statreload ERROR: E.. 더보기 이전 1 ··· 62 63 64 65 다음