__call__() TypeError, and Exception in ASGI application #2630
-
Hi, I am trying to run a local server, and I keep getting this error when I run it. Have no idea how to diagnose it Any ideas?
|
Beta Was this translation helpful? Give feedback.
Answered by
Kludex
May 11, 2025
Replies: 1 comment
-
You are not serving an ASGI application. Please read this: https://falcon.readthedocs.io/en/stable/user/tutorial-asgi.html. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kludex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are not serving an ASGI application. Please read this: https://falcon.readthedocs.io/en/stable/user/tutorial-asgi.html.