libmapper / webmapper

An HTML5-based graphical interface to libmapper.
http://www.libmapper.org
GNU Lesser General Public License v2.1
17 stars 15 forks source link

webmapper waiting for devices indefinitely with Firefox #21

Open ChristianFrisson opened 4 years ago

ChristianFrisson commented 4 years ago

Hey libmapper team,

With Firefox 76.0.1 webmapper waits for devices indefinitely. This does not happen with Chromium 80.0.3987.149. Running under Ubuntu / Pop!_OS 20.04.

This error occurs in the Firefox web console: Firefox can’t establish a connection to the server at ws://localhost:50000/chat. Pointing to this line in js/command.js command.ws = new WebSocket("ws://" + L + "/chat");

Can you also reproduce this error with webmapper in Firefox?

Kind regards, Christian

malloch commented 4 years ago

Hi Christian,

I can confirm it is not working on Firefox 76.0.1 – but I didn’t test it on Firefox previously. Was it working before?

Cheers, Joe

On May 26, 2020, at 3:54 PM, Christian Frisson notifications@github.com wrote:

Hey libmapper team,

With Firefox 76.0.1 webmapper waits for devices indefinitely. This does not happen with Chromium 80.0.3987.149. Running under Ubuntu / Pop!_OS 20.04.

This error occurs in the Firefox web console: Firefox can’t establish a connection to the server at ws://localhost:50000/chat. Pointing to this line in js/command.js command.ws = new WebSocket("ws://" + L + "/chat");

Can you also reproduce this error with webmapper in Firefox?

Kind regards, Christian

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/libmapper/webmapper/issues/21, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD7CDE4LH36SVG4NZC2NSDRTQF6JANCNFSM4NK5IB4Q.

ChristianFrisson commented 4 years ago

Hey @malloch

No idea. Firefox 76.0.1 is the first web browser and version I have tried libmapper with.

Maybe the README could mention: "webmapper is developed and works best with Chrome/Chromium."?

Kind regards, Christian