video-chat icon indicating copy to clipboard operation
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

Open sottabyte opened this issue 5 years ago • 11 comments

hi I have problems to lunch. Screen Shot 2019-08-31 at 10 32 00 AM

sottabyte avatar Aug 31 '19 06:08 sottabyte

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?

adrigardi90 avatar Sep 03 '19 07:09 adrigardi90

no, not just chrome it doesn't work correctly in safari. more details: Screen Shot 2019-09-03 at 12 10 51 PM

sottabyte avatar Sep 03 '19 07:09 sottabyte

I get the same error

sonicviz avatar May 05 '20 08:05 sonicviz

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?

adrigardi90 avatar May 12 '20 22:05 adrigardi90

Chrome

sonicviz avatar May 16 '20 03:05 sonicviz

I tried the demo link but the video doesn't start

sonicviz avatar Jul 09 '20 03:07 sonicviz

I'll try to check the demo link asap

adrigardi90 avatar Jul 09 '20 07:07 adrigardi90

Hi @adrigardi90 . Any ideia about that?

mpena2099 avatar Jan 23 '21 05:01 mpena2099

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.

Captura de tela de 2021-01-25 01-08-19

mpena2099 avatar Jan 25 '21 04:01 mpena2099

Works if you use https

alfonsoIST avatar Oct 05 '21 16:10 alfonsoIST

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.

Captura de tela de 2021-01-25 01-08-19

Is the problem solved?

Lipipi233 avatar Mar 12 '23 17:03 Lipipi233