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

Users not loading. #35

Open
gitkwarteng opened this issue Jun 26, 2022 · 2 comments
Open

Users not loading. #35

gitkwarteng opened this issue Jun 26, 2022 · 2 comments

Comments

@gitkwarteng
Copy link

  • django_private_chat2 version:
  • Django version:3.2.7
  • Python version:3.9.2
  • Operating System: macOS Monterey

Description

Websocket connections sometimes connect but often doesn't. I Keep getting

WebSocket HANDSHAKING /chat_ws [127.0.0.1:50071]
WebSocket REJECT /chat_ws [127.0.0.1:50071]
WebSocket DISCONNECT /chat_ws [127.0.0.1:50071]

I have been able to set up the project. Have setup my chat index and user list in a Django chat app.
frontend code from example are in an app called chat of my django project.

I set up urls like this:
path('apps/chat/', include("chat.urls") ,name="chat-app"),
path(r'apps/chat/', include('django_private_chat2.urls', namespace='django_private_chat2')

When I visit chat and users_list ape endpoint in browser, I get results. but console is logging not found.

What I Did

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
@sumanshusamarora
Copy link

How are you even running it mate? I can't find a command to start the chat server

@gitkwarteng
Copy link
Author

gitkwarteng commented Jul 17, 2022 via email

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

2 participants