@kdbeall wrote:
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(); }
Posts: 1
Participants: 1