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

vue-socketio.js?5132:8 GET http://localhost:3000/socket.io/?EIO=3&transport=polling&t=MpcPEta net::ERR_CONNECTION_REFUSED #10

Open
sottabyte opened this issue Aug 31, 2019 · 11 comments

Comments

@sottabyte
Copy link

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

@adrigardi90
Copy link
Owner

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?

@sottabyte
Copy link
Author

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

@sonicviz
Copy link

sonicviz commented May 5, 2020

I get the same error

@adrigardi90
Copy link
Owner

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?

@sonicviz
Copy link

Chrome

@sonicviz
Copy link

sonicviz commented Jul 9, 2020

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

@adrigardi90
Copy link
Owner

I'll try to check the demo link asap

@mpena2099
Copy link

Hi @adrigardi90 . Any ideia about that?

@mpena2099
Copy link

mpena2099 commented Jan 25, 2021

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

@alfonsoIST
Copy link

Works if you use https

@Lipipi233
Copy link

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?

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

6 participants