-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSX - LiveReload Cannot connect to LiveReload server #91
Comments
WebSocket implementation has been updated in Chrome. To make it work you have to use the latest version of em-websocket
I just fixed livereload gem dependency (38cd7fc). @andreyvit can you publish the gem? |
Did the trick! |
I'm using em-websocket-0.3.1 & I still cannot connect to livereload server under OSX Lion. I'm using Chrome 14.0.835.94 beta. |
Cool. That fixed it. Using Chrome 14.0.835.94 beta and em-websocket 0.3.1 |
Chrome 15.0.861.0 dev Still getting Unknown client speck version 8. That is using the native app - install the gem and running it works fine. The gem version connects fine but upon saving a file it prints the following to the console and stops working. |
Um... what? Where do you see this? |
when starting the native app from the terminal using /Applications/LiveReload.app/Contents/MacOS/LiveReload |
Installed first time today. Still segfaulting even after sudo gem install em-websocket, and a restart: Version: 1.6 (compatible with browser extension versions 1.6.x)
LiveReload is waiting for browser to connect. |
@wtfcoder Please try guard-livereload. We are ready to deprecate our Ruby gem: GUI is handled by LR 2.x, and guard-livereload is a great free console version. No reason for LR 1.x gem to exist. Feedback on this strategy is accepted at http://help.livereload.com/discussions/suggestions/14. |
Worked like a charm! Thanks. |
It does not work for Ubuntu 10.10 desktop (Linux ubuntu 2.6.35-30-generic #60-Ubuntu SMP Mon Sep 19 20:45:08 UTC 2011 i686 GNU/Linux). I use Ruby 1.9.3-rc1 and guard-livereload gem. $ ruby -v $ gem list guard-livereload $ gem list em-websocket My browser: Chromium 15.0.876.0 (Developer Build 100131 Linux) with LiveReload extension v 1.6 When I run guard, the console displays message "LiveReload 1.4 is waiting for a browser to connect." but I cannot get connection in the browser. When I open the page and click LR extension, I get alert: "LiveReload Cannot connect to LiveReload server: ws://0.0.0.0:35728/websocket". Update: I have just installed the latest stable Chromoum 16.0.903.0 (Developer Build 104276 Linux). Still the same problem with that web socket connection. :( |
Unfortunately this issue has come back. Agin LR does load up properly.
However when using the LR extension, I get the following error.
And currently running this version of websocket
And still on OSX 10.6.8 |
Hey! Please try the latest dev build, I've updated our protocol support: http://help.livereload.com/kb/roadmap/latest-development-builds On Oct 19, 2011, at 10:59 PM, Kaleb White wrote:
|
Using this has led me to another issue (here: Issue #99 - http://goo.gl/YYrul) Is their any solution to keeping the shell script? |
Can you please:
I'm really sorry about the troubles, this is a prerelease in-development build, and contains many changes besides simply web sockets protocol update. I've recently rewritten all browser-side code from scratch, so there are some issues there probably. I would greatly appreciate any info you can give me to debug those! Regarding the 'shell script' (i.e. the command-line version). I'm really putting all the effort into LR 2. I'm going to deprecate LR1.x in favor of guard-livereload, which is a different command-line tool for the same browser extensions of mine. Those guys are very serious about it, more serious than I'll ever be about LR1.x now. You might also try to 'gem update em-websocket', it might help with your old LR gem, so that you'd continue using your old browser extensions and your old livereload gem for now. (Still, give the UI version a second try when the next official alpha version comes out. I'm using it daily myself and I think it's a huge improvement over the command-line tool.) A. |
PS: sorry for point you to the GUI app so abruptly. I did not initially realize this request comes from GitHub. Yep, by all means, try to update em-web-socket. They are implementing the web socket protocol, and their commit logs indicates they've merged Protocol 13 support on Oct 19 (https://github.com/igrigorik/em-websocket/commits/). Don't know if they have released a new gem version, though, so you might have to install from source. |
I had the same error "Cannot connect to LiveReload server", but was able to connect to it. I'm using Windows 7, chrome, vagrant, ang virtualbox. Here's how you do it: http://www.php-beginners.com/could-not-connect-to-livereload-server.html Hope that helps. :) |
livereload dont work....i was trying to use it for 3 days...but it dont work...i find a solution..use livepage chrome extension... |
Getting this error when trying to run LiveReload
LiveReload Cannot connect to LiveReload server: ws://localhost:35729/websocket
LR loads up properly -
However in Chrome 14 and now Chrome 15 Dev when trying to execute LiveReload it does not run -
Currently running OSX 10.6.8 and Chrome 15.0.849.1 dev
The text was updated successfully, but these errors were encountered: