Django Websocket连接故障
Websocket拒绝在我的项目中连接并向我展示此消息
(索引):12 WebSocket连接到'ws://127.0.0.1:8000/ws/chat/[object%20HtmlScriptElement]/'失败:
输入路径 http://127.0.0.0.1:8000/chat/wilh/ 在哪里 (Wilh)只是CHAT_ROOM的名称,可以用任何名称更改,Django应该连接到Websocket并显示“ Hello,World!”的发行器消息。但是WebSocket拒绝与该路径连接,
这是我的项目回购链接: reposority link
Websocket is refusing to connect in my project and showing me this message
(index):12 WebSocket connection to 'ws://127.0.0.1:8000/ws/chat/[object%20HTMLScriptElement]/' failed:
When entering the path http://127.0.0.1:8000/chat/wilh/ where
(wilh) is just the name of the chat_room, it can be changed with any name, django should connect to websocket and show a starter message that is "hello, world!". but websocket is refusing to connect with that path
here is my project repo link : Repository link
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论