I'm using Azure Cognitive Services for an Android mobile application and got stuck on an error. Help!
Currently using the FACE API and trying to retrieve a response about the Facial Attributes but keep getting this error when I didn't have it earlier:
ERROR: Detection failed: Unable to resolve host "centralus.api.cognitive.microsoft.com": No address associated with hostname
Previously, I was only testing the facial detection with the drawFaceRectangle method, and had no errors with the endpoint but now that I'm trying to request the facial attributes I get this error. Any suggestions?