Opera blocking livereload.js
-
stereofx01 last edited by
Hi,
I use livereload.js for developement but it won't load in Opera Developer (I'm on the latest version). It loads fine in Opera 12 and Chrome. Livereload JS is stored on my ubuntu virtual machine and is called like this:<script src="http://192.168.56.101:35729/livereload.js?snipver=1"></script>
The error I get in the console is this:
Failed to load resource: the server responded with a status of 502 (OK)
If I go to the file url in my browser, I get this:
Connection refused: 192.168.56.101:35729
I've looked through all Opera developer settings and flags and I can't find anything to fix this.
Any idea's?
Thank You
-
stereofx01 last edited by
It seems like part of my post disappeared because it was a script tag.
** EDIT **
Livereload JS is stored on my ubuntu virtual machine and is called like this:
script src = http://192.168.56.101:35729/livereload.js?snipver=1
Error:
Failed to load resource: the server responded with a status of 502 (OK).
Connection refused: 192.168.56.101:35729
How can I fix this?
Thanks.