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
``
Decrypting your message
108 108 108 108 HTTP POST /home/createRoom/project/ 200 [1.17, 127.0.0.1:64588] WebSocket HANDSHAKING /ws/chat/project/ [127.0.0.1:52054] Exception inside application: call() missing 1 required positional argument: 'send' Traceback (most recent call last): File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\staticfiles.py", line 44, in call return await self.application(scope, receive, send) File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\routing.py", line 71, in call return await application(scope, receive, send) File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\sessions.py", line 47, in call return await self.inner(dict(scope, cookies=cookies), receive, send) File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\sessions.py", line 263, in call return await self.inner(wrapper.scope, receive, wrapper.send) File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\auth.py", line 185, in call return await super().call(scope, receive, send) File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\middleware.py", line 26, in call return await self.inner(scope, receive, send) File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\routing.py", line 150, in call return await application( File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\asgiref\compatibility.py", line 35, in new_application return await instance(receive, send)
TypeError: call() missing 1 required positional argument: 'send' WebSocket DISCONNECT /ws/chat/project/ [127.0.0.1:52054]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
``
Decrypting your message
108
108
108
108
HTTP POST /home/createRoom/project/ 200 [1.17, 127.0.0.1:64588]
WebSocket HANDSHAKING /ws/chat/project/ [127.0.0.1:52054]
Exception inside application: call() missing 1 required positional argument: 'send'
Traceback (most recent call last):
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\staticfiles.py", line 44, in call
return await self.application(scope, receive, send)
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\routing.py", line 71, in call
return await application(scope, receive, send)
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\sessions.py", line 47, in call
return await self.inner(dict(scope, cookies=cookies), receive, send)
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\sessions.py", line 263, in call
return await self.inner(wrapper.scope, receive, wrapper.send)
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\auth.py", line 185, in call
return await super().call(scope, receive, send)
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\middleware.py", line 26, in call
return await self.inner(scope, receive, send)
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\routing.py", line 150, in call
return await application(
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\asgiref\compatibility.py", line 35, in new_application
return await instance(receive, send)
TypeError: call() missing 1 required positional argument: 'send'
WebSocket DISCONNECT /ws/chat/project/ [127.0.0.1:52054]
The text was updated successfully, but these errors were encountered: