Live Reload Failing

I get the following in my browser console…

    livereload.js?snipver=1:76 WebSocket connection to 'ws://localhost:35729/livereload' failed: 
    Error in connection establishment: net::ERR_CONNECTION_REFUSED

Not sure what the error is. It seems to happen when I try to update the src of a video.

    nextFoo(){
      this.current = this.foo.shift();
      this.FooURL = this.getFooURL(this.foo[0]...)
      var source = document.getElementById("fooVideoSRC");
      var video = document.getElementById("fooVideo");
      source.src = this.fooURL;
      video.load();
      video.play();
     }

disable or turn off your firewall protection and try :+1:

pls set a small path in ios without any special character like(-, $, @ ,…etc…)