Hi, I’m getting the same error message as several people above:
Sep 12 09:04:31 AM ERROR: Exception in ASGI application
Sep 12 09:04:31 AM Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/uvicorn/protocols/http/httptools_impl.py", line 378, in run_asgi
asgi = app(self.scope)
TypeError: __call__() missing 2 required positional arguments: 'receive' and 'send'
Sep 12 09:04:31 AM INFO: ('10.104.25.59', 58920) - "GET /favicon.ico HTTP/1.1" 500
I’ve edited my requirements.txt, but when I run ! pip list
, the list does not contain entries for starlette, aiofiles, or aoihttp. I’ve tried leaving those blank, and as a shot in the dark also tried the values in the most recent post above.
Any insight as to whether their absence from my pip list causing this error, or whether it might be something else would be much appreciated!