gunicorn으로 서버를 실행하니 다음과 같은 에러가 나왔습니다. gunicorn app:app --bind 127.0.0.1:8020 [ERROR] Error handling request /docs Traceback (most recent call last): File "/home/user/anaconda3/envs/forge/lib/python3.10/site-packages/gunicorn/workers/sync.py", line 135, in handle self.handle_request(listener, req, client, addr) File "/home/user/anaconda3/envs/forge/lib/python3.10/site-packages/gunicorn/workers/sy..
TypeError: FastAPI.__call__() missing 1 required positional argument: 'send'
gunicorn으로 서버를 실행하니 다음과 같은 에러가 나왔습니다. gunicorn app:app --bind 127.0.0.1:8020 [ERROR] Error handling request /docs Traceback (most recent call last): File "/home/user/anaconda3/envs/forge/lib/python3.10/site-packages/gunicorn/workers/sync.py", line 135, in handle self.handle_request(listener, req, client, addr) File "/home/user/anaconda3/envs/forge/lib/python3.10/site-packages/gunicorn/workers/sy..
2024.03.19