Skip to main content

All Questions

0 votes
0 answers
9 views

Django channels websocket non working properly

Iìm triing to create a simple chat app usign django channels i create a consumer on connect method i register all user to a personal group and when i sent a message the recieve method should sent it ...
user21000937's user avatar
0 votes
0 answers
30 views

How to Handle and Send Various File Types (Images, Videos, Audios, PDFs, Documents) in a Django Chat App Using WebSockets and Django REST Framework

I'm working on a chat application where I need to handle and store various types of files such as images, videos, audios, PDFs, and documents using Django and Django REST framework. I have a WebSocket ...
Vrushal Mistry's user avatar
0 votes
0 answers
108 views

django channels error: websocket connection failed

I have a django project what needs websocket connection to send message via django channels. i coded my project and it's good in my system localhost but when i deploy the project in cPanel it returns ...
PicoDevGit's user avatar
0 votes
0 answers
34 views

How implement channels with different chats

enter image description here I have a Django project in which I need to implement a chat, as in the photo. I tried using django channels, but I was able to implement one specific chat. How to properly ...
Ilya Ternyavsky's user avatar
0 votes
1 answer
2k views

Django channels messaging app: Message not sending to websocket

I have completed this youtube tutorial (github link to code) on how to use channels and redis in Django(v. 3.1.7) to make an instant chat app. I did change a couple things from the tutorial, because ...
Tom's user avatar
  • 404
1 vote
1 answer
140 views

can't get the profile object firstname

I'm trying to get the profile firstname but it gives me this error File "/home/marwan/Desktop/Gowd/venv/lib/python3.6/site-packages/django/utils/asyncio.py", line 24, in inner raise ...
Marwan Akram's user avatar
2 votes
1 answer
526 views

DjangoChannels consumers

I am very interested in the idea to write a chat application. I've recently come across great tutorial at https://channels.readthedocs.io/en/latest/index.html using DjangoChannels All understood, ...
Владимир Петров's user avatar
4 votes
0 answers
642 views

How to implement notification service using Django Channels in a chat application?

I am working on chat application based on django, but for real time notifications and chatting, I plan on using django channels. The problem is that apart from documentation there are hardly any ...
Sunny's user avatar
  • 564