jeromeetienne / threejs-inspector

chrome devtool extension to debug three.js
https://chrome.google.com/webstore/detail/threejs-inspector/dnhjfclbfhcbcdfpjaeacomhbdfjbebi
200 stars 45 forks source link

Uncaught Error: Attempting to use a disconnected port object #25

Open jean-noelp opened 7 years ago

jean-noelp commented 7 years ago

Every time i load the page, there is an error in console :

Uncaught Error: Attempting to use a disconnected port object
    at PortImpl.postMessage (extensions::messaging:102:13)
    at Port.publicClassPrototype.(anonymous function) [as postMessage] (extensions::utils:140:26)
    at chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/onloadwff.js:68:52310
    at chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/onloadwff.js:68:50126
    at r (chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/onloadwff.js:68:49784)

Although the extension seems to work fine.