question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Request installPlugin failed with message: getaddrinfo ENOTFOUND extension

See original GitHub issue

Summary

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
Image Pasted at 2022-7-26 12-11 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:closed
  • Created a year ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
svorcommented, Jul 26, 2022

but the plugin is not loading in the che-theia editor

@Divine1 does your extension use WebView to display the content?

1reaction
Divine1commented, Jul 27, 2022

@svor @azatsarynnyy

i imported the CA certificate which was auto-generated by eclipse-che into firefox browser, this removed the insecure warning in firefox browser when i opened the eclipse-che dashboard with unverified ssl certificates. now my plugin’s webview is rendered in che-theia ide without any issue.

i will try to get verified certificates from my organization to configure it with my eclipse-che setup and share the feedback with you

thank you for your inputs. i will create another question when i have some doubts

takecare Have a nice day

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found