You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error was self describing "invalid request path".
You are connecting to a valid ws server but given the wrong path.
My case I was trying to connect to binance:
wsclient *client = libwsclient_new("wss://stream.binance.com:9443");
but i was giving the wrong path, it work when I used instead:
wsclient *client = libwsclient_new("wss://stream.binance.com:9443/ws");
Hope this serves,
libwsclient works fine, is path specification problem.
Getting this error. How to fix it, if I am connecting to valid wss:// host?
The text was updated successfully, but these errors were encountered: