Skip to content
New issue

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

when i trying to encrypt the message such error come. help please #1

Open
vishalpatil1337 opened this issue Jul 27, 2021 · 0 comments

Comments

@vishalpatil1337
Copy link

``

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant