You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
Adding the middleware to Responder cause this errror at request handling:
TypeError: __call__() missing 2 required positional arguments: 'receive' and 'send'
File "uvicorn/protocols/http/httptools_impl.py", line 368, in run_asgi
result = await app(self.scope, self.receive, self.send)
File "uvicorn/middleware/debug.py", line 96, in __call__
raise exc from None
File "uvicorn/middleware/debug.py", line 78, in __call__
await self.app(scope, receive, inner_send)
File "uvicorn/middleware/asgi2.py", line 6, in __call__
instance = self.app(scope)
File "responder/api.py", line 276, in __call__
return self.app(scope)
The text was updated successfully, but these errors were encountered:
Adding the middleware to Responder cause this errror at request handling:
The text was updated successfully, but these errors were encountered: