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

Invalid frame header #13

Open
generalsvr opened this issue Apr 17, 2022 · 2 comments
Open

Invalid frame header #13

generalsvr opened this issue Apr 17, 2022 · 2 comments

Comments

@generalsvr
Copy link

I executed npm install && node server.js. When opening new room this error throws:

websocket.js:54 WebSocket connection to 'ws://192.168.1.184:3000/socket.io/?EIO=4&transport=websocket' failed: Invalid frame header

I tried changing socket-io versions, node versions and other stuff

@sandeepks1
Copy link

This error we can ignore.
But for me, video call was not working because of this
const myPeer = new Peer(undefined, {
path: "/peerjs",
host: "/",
port: "3000",
});

After comment this port it worked for me :)

@riandev
Copy link

riandev commented Dec 2, 2022

different isp not working . how can i fix it

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

3 participants