com.infusionsoft.ApiException: java.net.UnknownHostException: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server

Hi Team,

Until today afternoon, we are able to get the response from infusionsoft API (JavaSDK)

Now we started getting below ApiException for all APIs

com.infusionsoft.ApiException: java.net.UnknownHostException: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server

when we see the audit requests at Infusionsoft, the request wasn’t submitted.

Please help.

Thank you.

Hi @Herbert_Robijn1,

  1. Which specific SDK are you using? Is it publicly available; would you provide a link?
  2. An java.net.UnknownHostException would typically indicate a local (to your network) issue resolving a hostname’s IP address using your local DNS server. Please try resolving the name manually, using a tool like dig, and post the results. Be sure to do it from within the same network or using the same DNS server.

With the above information in-hand, we may be able to offer further more detailed assistance.

Hello Mike,

Thanks for the response.
We are using Java SDK on github seems like it isn’t released yet (got info from @TomScott on the other thread ). No need of further looking into this as it is alpha version

Thank you.