We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error anytime I try to join. The error come from message.js.
This part to be precise... const trimmedName = name.trim().toLowerCase();
The text was updated successfully, but these errors were encountered:
Also if it join i get this error
websocket.js:50 WebSocket connection to 'ws://localhost:5000/socket.io/?EIO=4&transport=websocket' failed: doOpen @ websocket.js:50 open @ transport.js:44 open @ socket.js:159 Socket @ socket.js:100 open @ manager.js:108 (anonymous) @ manager.js:320
Sorry, something went wrong.
solve the error by using this code const varName = name.trim().toLowerCase();
Successfully merging a pull request may close this issue.
I get this error anytime I try to join. The error come from message.js.
This part to be precise...
const trimmedName = name.trim().toLowerCase();
The text was updated successfully, but these errors were encountered: