Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

probeerror:Error:websocketerror while debugging a website #442

@gautamkrishnar

Description

@gautamkrishnar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions