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

error getaddrinfo: E on connecting #69

Open
developernew123 opened this issue Dec 23, 2017 · 2 comments
Open

error getaddrinfo: E on connecting #69

developernew123 opened this issue Dec 23, 2017 · 2 comments

Comments

@developernew123
Copy link

I get this error on connecting to firefox websocket remote debugger i launch firefox with :
firefox -start-debugger-server ws:6047
the I tried to connect to ws://localhost:6047 using wscat from npm and it connected successfully but when trying to connect using easywsclient with this code :
auto ws = WebSocket::from_url_no_mask("ws://localhost:6047");
I got this in the terminal :
easywsclient: connecting: host=localhost port=6047 path=/
getaddrinfo: E
ERROR: Got bad status connecting to ws://localhost:6047:

@Bananik007
Copy link

same issue

@janisblaus
Copy link

janisblaus commented Dec 4, 2021

@developernew123 @Bananik007 guys have you managed to solve this?

If anyone needs it, here is the solution: #13 (comment)

Cheers!

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