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

Browser URL: undefined in Safari on 1.6 #69

Closed imathis closed 13 years ago

imathis commented 13 years ago

I've updated to 1.6 and when I initiate livereload in Safari, my console says "Browser URL: undefined" and it fails to initiate reloads of the browser on changes. I've updated Chrome to 1.6 and it works fine there. It seems that something has gone wrong with getting the url for Safari. Anything I can try or change? My extension settings are the defaults.

NV commented 13 years ago

Fix "Browser URL: undefined" in Safari. Closed by 42e78ba3b9baa7df257ce6bc6ad3443ddcf96012.

NV commented 13 years ago

@imathis, does LiveReload Safari extension 1.6.1 work for you? 1.6 had a bug (fixed in 696edf842e3583f8d4d1a8446dbfcb218ee7a9fa).

"Browser URL: undefined" is a different issue I just fixed.

trekdemo commented 13 years ago

it's not working for me either here's the log: https://gist.github.com/896154

update: i've just found that i was using gem with version 1.5. So i updated it, but the bug still exists.

NV commented 13 years ago

Why do you have debug mode turned on in em-websocket gem? Tell me the output of gem list --local em-websocket

trekdemo commented 13 years ago

I've turned on debug mode to get a verbose log:

$ gem list --local em-websocket

*** LOCAL GEMS ***

em-websocket (0.1.3)
NV commented 13 years ago

Try to use latest version (0.2.1).

gem install em-websocket