Channels and Django not working, TypeError: WSGIHandler.__call__() takes 3 positional arguments but 4 were given

When I run my server it runs channels ASGI/Daphne

System check identified no issues (0 silenced).
February 02, 2023 - 15:37:13
Django version 4.1.6, using settings 'CheckingSystem.settings'
Starting ASGI/Daphne version 4.0.0 development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.

When I open my sever this error 500 Internal Server Error appears

TypeError: WSGIHandler.__call__() takes 3 positional arguments but 4 were given
Back to Top