Vorlonjs icon indicating copy to clipboard operation
Vorlonjs copied to clipboard

probeerror:Error:websocketerror while debugging a website

Open gautamkrishnar opened this issue 6 years ago • 0 comments

When i try to debug http://hc-prod-attinad.surge.sh using hosted verlonjs i am getting the following error:

websocketerror
probeerror:Error:websocketerror

Vorlon URL: http://vorlonjs-attinad.herokuapp.com

Please see the attached screenshot: screenshot 2019-01-31 at 1 09 56 pm

I had used the following js code to add the debugger to the site instead of including the script:

var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://vorlonjs-attinad.herokuapp.com/vorlon.js'
document.head.appendChild(script);

gautamkrishnar avatar Jan 31 '19 07:01 gautamkrishnar