We are getting this error ~4/5 times from the Podio PHP Library:
PodioConnectionError: Connection to Podio API failed: [6] Could not resolve host: api.podio.com; Name or service not known
This happens on any API call as far as I can tell.
I have not found any helpful information directly related to this. I know the "[6]" indicates curl_errno 6, which is: "Couldn't resolve host. The given remote host was not resolved."
However, I cannot find anything that helps diagnose how/why that is happening, and the error seems to me to indicate that the api.podio.com server is not responding to our requests. Any help regarding this issue would be hugely beneficial. It's particularly frustrating as it works sometimes (1/5 times), which makes it very hard to diagnose since it's not always happening...