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

probeerror:Error:websocketerror while debugging a website #442

Open
gautamkrishnar opened this issue Jan 31, 2019 · 0 comments
Open

probeerror:Error:websocketerror while debugging a website #442

gautamkrishnar opened this issue Jan 31, 2019 · 0 comments

Comments

@gautamkrishnar
Copy link

gautamkrishnar commented Jan 31, 2019

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);
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

1 participant