Skip to content
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

The connection was interrupted while the page was loading. #373

Open
soelen opened this issue Sep 4, 2014 · 3 comments
Open

The connection was interrupted while the page was loading. #373

soelen opened this issue Sep 4, 2014 · 3 comments

Comments

@soelen
Copy link

soelen commented Sep 4, 2014

I am getting those warning messages inside the firefox console all of the sudden when I am using the livereload, not sure what exactly this is causing:

The connection to ws://s.g:35729/livereload was interrupted while the page was loading. //livereload.js:191

this is line 191, it is inside Connector.prototype.connect = function():

this.socket = new this.WebSocket(this._uri);
@vladikoff
Copy link
Member

ws://s.g:35729/livereload Livereload server cannot connect on that s.g host.

@vladikoff
Copy link
Member

Probably because livereload uses localhost by default or something

@soelen
Copy link
Author

soelen commented Sep 4, 2014

I see. Unfortunatly I am not able to move my development enviroment locally : P Nevertheless it still seems to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants