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

Message not showing up in the public room when I submit a new message!! #3

Open
Ekbal41 opened this issue Nov 10, 2022 · 3 comments
Open

Comments

@Ekbal41
Copy link

Ekbal41 commented Nov 10, 2022

HugMeImSadGIF

@Ekbal41 Ekbal41 changed the title Massage not showing in room after submiting. Message not showing up in the public room when I submit a new message!! Nov 14, 2022
@Szymon-Budziak
Copy link

I found out the problem. The problem is the channels version. You have to change the channels version to the 3.0.5. The latest version of channels is 4.0.0 and it seems not to be working.
So do:

pip install channels==3.0.5

or in your virtual environment change it to:

channels==3.0.5

After doing it, my code worked.

@osman-haider
Copy link

thanks @Szymon-Budziak its working

@NUBMASTER6
Copy link

Thank you

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

4 participants