__call__() missing 1 required positional argument: 'send' FastAPI on App Engine
问题 When trying to host an API on App Engine, the following error keeps coming up. The program used to run on Flask which was working but very slow. Error: "Traceback (most recent call last): File "/env/lib/python3.7/site-packages/gunicorn/workers/sync.py", line 134, in handle self.handle_request(listener, req, client, addr) File "/env/lib/python3.7/site-packages/gunicorn/workers/sync.py", line 175, in handle_request respiter = self.wsgi(environ, resp.start_response) TypeError: __call__() missing