-
Notifications
You must be signed in to change notification settings - Fork 132
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 report ERR_CONNECTION_RESET #31
Comments
Can you probably try using a newer version of websockets lib ? |
Let's try! |
Note @delneg, the upgrade worked, but the issue still seems to persist. I'm not sure about how to locally reproduce this though. It seems to happen in restrictive corporate environments. |
Hello again, what do you mean by 'upgrade worked' ? |
The upgrade of websockets didn't make any problems. Again, this only seems to occur in corporate networks. |
Hi everyone, Browser Console Error line Number 18, (connect @ websocket.js:18) contains following code Detail Websocket was working fine with Bootstrap and Django Channels, I am trying to develop one to one chat application with React front-end and Python Backend, When I tried to implement the WebSocket in react then it is giving me above mentioned error. What I have tried I am new to Websocket and React, |
I have solved the above error, actually there was my mistake, I forgot to run both servers(Backend: [python manage.py runserver], and frontend react [npm start]). Therefore, make sure we have both servers running. |
Description
I have django-private-chat deployed in production.
Users sent me feedback that they get the following error sometimes (it seems to happen in corporate networks only)
WebSocket connection to XY failed: Error in connection establishment: net::ERR_CONNECTION_RESET
.The chat works fine in 90% of the cases, but this error seems to come up from time to time. Chat is embedded in an iframe (same domain), this could add to the problem.
What I Did
Made sure the chat server is running, tested the chat in my home network - seems to work fine.
Users report:
WebSocket connection to XY failed: Error in connection establishment: net::ERR_CONNECTION_RESET
.The text was updated successfully, but these errors were encountered: