Asia Server down

If you’re using Node-Red then this is what the node-red-contrib-blynk-ws contrib says about the websockets URL…

image
There seems to be some confusion about whether it should be websocket or websockets

I seem to recall that in earlier versions it said 'websocketbut I'm successfully usingwebsockets` with the Frankfurt server, but with no port specified.

Pete.

ok thanks for information. Port 80 was working from quite some time so wanted to confirm.

Thanks!

That’s was a bug in the underlying network library. After the update, it won’t accept such URL. When you need port 80 you specify ws in the URL, when you need 443 you specify wss in the URL. The websocket client you’re using will resolve the necessary port in that case.

Also, in your URL port seem to be in the wrong place. Port should go after the host, not after the url.

thanks. all working.