Request installPlugin failed with message: getaddrinfo ENOTFOUND extension
See original GitHub issueSummary
i have added my plugin to the custom che-plugin-registry image and built the image using ./build.sh --offline -t divinev1 -r divine6(https://hub.docker.com/r/divine6/che-plugin-registry)
source code for the custom plugin configuration and custom che-plugin-registry
version: 1.0.0
plugins:
- repository:
url: 'https://github.com/Divine1/theiaSeleniumplugin'
revision: 0.0.1
aliases:
- divine1/theiaSeleniumplugin
extension: https://open-vsx.org/api/harmony/harmony-assist/0.0.1/file/harmony.harmony-assist-0.0.1.vsix
When i tried to install my plugin in che-theia editor, it threw below error
Unable to install plugin 'divine1/theiaSeleniumplugin/latest'. Request installPlugin failed with message: getaddrinfo ENOTFOUND extension
Also, in the screenshot you can see 2 search results. why 2 results of my plugin are showing up?
i have also uploaded my Plugin here (https://open-vsx.org/extension/harmony/harmony-assist)
Please let me know what might be the issue
Relevant information
No response
Issue Analytics
- State:
- Created a year ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
getaddrinfo ENOTFOUND marketplace.visualstudio.com ...
All my app are fine except VS !! Steps to Reproduce: CTr+ Shift P; ext install get following error message : "getaddrinfo ENOTFOUND...
Read more >npm ERR! network getaddrinfo ENOTFOUND - Stack Overflow
During my troubleshooting I was trying different values for the proxy and https-proxy properties, but would only get the error stating to make...
Read more >Error "getaddrinfo ENOTFOUND" during setup, when installing ...
Hi! I'm trying to install Sandstorm from source on an Ubuntu 16.04 machine running on Azure, but I'm getting the following errors in...
Read more >VSCode Failed to get latest version {"error":"getaddrinfo ...
Failed to get latest version. This error; error Failed to get latest version {"error":"getaddrinfo ENOTFOUND api.github.com"} ...
Read more >Getaddrinfo ENOTFOUND getting this error when I call the ...
How do I call the API under VPC on retool? ... failed, reason: getaddrinfo ENOTFOUND extension.digitalbrain.app" ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@Divine1 does your extension use WebView to display the content?
@svor @azatsarynnyy
i imported the CA certificate which was auto-generated by
eclipse-cheinto firefox browser, this removed theinsecurewarning in firefox browser when i opened the eclipse-che dashboard with unverified ssl certificates. now my plugin’s webview is rendered inche-theiaide without any issue.i will try to get verified certificates from my organization to configure it with my
eclipse-chesetup and share the feedback with youthank you for your inputs. i will create another question when i have some doubts
takecare Have a nice day