vshymanskyy / blynk-library-js

Blynk library for JS. Works with Browsers, Node.js, Espruino.
https://blynk.io/
MIT License
215 stars 67 forks source link

Fix a bug which prevents opening a WebSocket. #51

Open evlquaker opened 4 years ago

evlquaker commented 4 years ago

This fixed a bug where it couldn't open a WebSocket: DOMException: Failed to construct 'WebSocket': The URL 'ws://blynk-cloud.com:8082undefined' is invalid.

chepecarlos commented 4 years ago

I tried your repository but it still gives me the same error