video-chat
video-chat copied to clipboard
vue-socketio.js?5132:8 GET http://localhost:3000/socket.io/?EIO=3&transport=polling&t=MpcPEta net::ERR_CONNECTION_REFUSED
hi
I have problems to lunch.
It looks the initial http polling is failing so the WS connection can not be established.
Do you have any chrome extension that might be affecting?
no, not just chrome it doesn't work correctly in safari.
more details:
I get the same error
In the previous error the connection fails even using polling as a transport protocol, so there must be some connectivity problem with the backend in your local machine. What browser are you using?
Chrome
I tried the demo link but the video doesn't start
I'll try to check the demo link asap
Hi @adrigardi90 . Any ideia about that?
In my case, to access the chat from another computer on the network, I had to manually set the server's IP on the first row of the /src/utils/config.js file from: http://localhost to: http://192.168.0.43
The chat started to work (no more 'Something went wrong' message), but the video didn't. It just displays the loading screen, but it didn't even ask for permission to access the camera or microphone.
Works if you use https
In my case, to access the chat from another computer on the network, I had to manually set the server's IP on the first row of the /src/utils/config.js file from: http://localhost to: http://192.168.0.43
The chat started to work (no more 'Something went wrong' message), but the video didn't. It just displays the loading screen, but it didn't even ask for permission to access the camera or microphone.
Is the problem solved?