mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

Problem with Firefox 6 #87

Closed lmartins closed 13 years ago

lmartins commented 13 years ago

I've installed the new beta for Firefox 6 and im not getting the following error:

LiveReload failed to establish connection: WebSocket is not a constructor

Is this recoverable or should i wait for the final Firefox 6 release?

andreyvit commented 13 years ago

Firefox 6 has changed the web sockets protocol (AGAIN!!!111). Anyone wants to contribute a fix? :)

knocte commented 13 years ago

andreyvit, do you have any URL on the breaking changes that Firefox 6 introduced?

NV commented 13 years ago

Fixed by 503cf7cced619fb646cf176df64db675bb0267ca

lmartins commented 13 years ago

Still getting the error bellow in Firefox 6 final release:

LiveReload failed to establish connection: WebSocket is disabled. To turn it on, open about:config and set network.websocket.override-security-block to true.

I have the config property configured as described. Any further suggestion?

NV commented 13 years ago

Do you have LR version 0.6.3 installed? It hasn't been reviewed yet, so https://addons.mozilla.org/en-US/firefox/addon/livereload/ shows the broken version.

lmartins commented 13 years ago

Thanks, i was using the previous version. I've now installed the latest one, had to push the LR button to the toolbar but nothing happens when i push it. Before it would turn green and the LR logo on the menubar would go darker.

Im also using the latest version of LR itself.

Am I'm missing something?

NV commented 13 years ago

I assume you're using Livereload.app. Which version?

lmartins commented 13 years ago

Yes, I'm using the Livereload.app in version 2.0 alpha5 Thanks.

NV commented 13 years ago

Hm, same version works fine for me.

lmartins commented 13 years ago

I does now for me too. I have no idea why i didn't before, at the time i had restarted both apps. Thanks! :-)

jrefano commented 13 years ago

I've got Firefox 6.0.1, Livereload extension 0.6.3 (linked above), and am getting

Cannot connect to LiveReload server: ws://localhost:35729/websocket

Any ideas?

NV commented 13 years ago

Seems like livereload server is shut down. Have you tried Chrome or Safari extension? Did it work?

clonn commented 12 years ago

I have the same problem, but my situation is a little bit different. My firefox can connect to ws:// protocol, but after a while (maybe 20 seconds) console is displayed error message, then it is fail to connect to server. So far I have no idea about it.