sleexyz / gallium

Web-based environment for livecoding MIDI
http://gallium.live
MIT License
19 stars 1 forks source link

gallium.live throwing WebSocket connection exception #109

Closed nasser closed 6 years ago

nasser commented 6 years ago

Visiting http://gallium.live/ throws

bundle.6de1183c3d6846953bbf.js:34 WebSocket connection to 'ws://localhost:58121/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
(anonymous) @ bundle.6de1183c3d6846953bbf.js:34
bundle.6de1183c3d6846953bbf.js:34 Could not connect to ws://localhost:58121
sleexyz commented 6 years ago

Yes, we should delete the websocket part; it's not used for anything and it confuses people into thinking some part of it is broken. This was a holdover from back when I was experimenting for a performance in January.

Trying hard not to merge too many one-off hacks just for performances :))