vieiro opened a new issue, #6601: URL: https://github.com/apache/netbeans/issues/6601
### Apache NetBeans version Apache NetBeans latest daily build ### What happened The [NetBeans Connector in the Chrome Web Store](https://chrome.google.com/webstore/detail/netbeans-connector/hafdlehgocfcodbgjnpecfajgkeejnaa) needs to be updated to work on recent versions of Chrome, if this is possible, or be removed from the Chrome Web Store. Sources for the connector seem to be still available at [extbrowser/plugins](https://github.com/apache/netbeans/tree/4086bd3bd687c616694d74f21aeab2ff6addc329/webcommon/extbrowser.chrome/plugins). The message in the IDE log looks like this: ``` INFO [org.netbeans.ui.metrics.web.clientproject]: USG_PROJECT_HTML5_CONFIGURE INFO [org.netbeans.modules.extbrowser.plugins.chrome.ChromeManagerAccessor.ChromeExtensionManager]: Could not find chrome extension in installation directory! INFO [org.netbeans.modules.web.webkit.debugging.api.Debugger]: Enable failed: {"id":0,"error":"{\"message\":\"Cannot attach to this target.\"}"} INFO [org.netbeans.modules.extbrowser.plugins.chrome.ChromeManagerAccessor.ChromeExtensionManager]: Could not find chrome extension in installation directory! INFO [org.netbeans.modules.web.webkit.debugging.api.Debugger]: Enable failed: {"id":1,"error":"{\"message\":\"Cannot attach to this target.\"}"} ``` ### How to reproduce 1. Install the "NetBeans Connector" from the Chrome Web Store. 2. Create an HTML5 project (I've used a HTML5 template) 3. Try to run the "index.html" file. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Any operating system (I'm on Linux). This used to work in NB8.2. ### JDK JDK11, not important. ### Apache NetBeans packaging Own source build ### Anything else Issue https://github.com/apache/netbeans/issues/4987 is probably the same problem. Closing it in favor of this one. ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
