gioboa / jira-plugin

Jira plugin for VsCode
https://marketplace.visualstudio.com/items?itemName=gioboa.jira-plugin
MIT License
265 stars 41 forks source link

Receiving "Error: getaddrinfo ENOTFOUND" on upgrade to 0.12.0 #64

Closed dstrunk closed 5 years ago

dstrunk commented 5 years ago

Describe the issue On upgrade to 0.12.0, my JIRA integration has been broken; output says "Error: getaddrinfo ENOTFOUND". I've downgraded to 0.11.4 and can confirm that the same credentials are working for this version. I'm not able to share our Jira instance, but here is an example of the URL: http://jira.example.com:8080. Perhaps it's related to the refactoring in 96896cd, but that's just a guess …

I tried adding "http.proxyStrictSSL": false in user settings, but that did nothing.

To Reproduce Steps to reproduce the behavior:

  1. Upgrade to version 0.12.0
  2. Add credentials with a URL similar to http://jira.example.com:8080
  3. Attempt authentication, see error

Desktop (please complete the following information):

Additional context JIRA is self-hosted and on a corporate network.

gioboa commented 5 years ago

Thanks for your feedback. 👍 I'm really sorry for the inconvenience. @dstrunk did you understand which API call prompt the exception? It's in the plugin startup? I will check and release an hotfix soon.

dstrunk commented 5 years ago

@gioboa you got it, it was during plugin startup. 0.12.2 seems to have fixed it, thanks for the quick response and great plugin!