We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERROR: Exception in ASGI application Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/uvicorn/protocols/http/h11_impl.py", line 408, in run_asgi result = await app( # type: ignore[func-returns-value] File "/usr/local/lib/python3.9/dist-packages/uvicorn/middleware/proxy_headers.py", line 84, in call return await self.app(scope, receive, send) File "/usr/local/lib/python3.9/dist-packages/uvicorn/middleware/asgi2.py", line 16, in call instance = self.app(scope) TypeError: call() missing 1 required positional argument: 'start_response' INFO: 192.168.181.1:54882 - "GET / HTTP/1.1" 500 Internal Server Error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/uvicorn/protocols/http/h11_impl.py", line 408, in run_asgi
result = await app( # type: ignore[func-returns-value]
File "/usr/local/lib/python3.9/dist-packages/uvicorn/middleware/proxy_headers.py", line 84, in call
return await self.app(scope, receive, send)
File "/usr/local/lib/python3.9/dist-packages/uvicorn/middleware/asgi2.py", line 16, in call
instance = self.app(scope)
TypeError: call() missing 1 required positional argument: 'start_response'
INFO: 192.168.181.1:54882 - "GET / HTTP/1.1" 500 Internal Server Error
The text was updated successfully, but these errors were encountered: