1

I'm facing an issue in the Azure Face API. It was working fine earlier. Facing the below error An existing connection was forcibly closed by the remote host.

Could you please let me know what could be the reason for the same.

try
            {
                await faceServiceClient.DeletePersonGroupAsync(_groupId);
            }
            catch (Microsoft.ProjectOxford.Common.ClientException exC)
            {

            }
            catch (FaceAPIException ex)
            {

            }
  • 2
    Please show us some more (relevante) code. For instance: did you override the `ServiceHost` property on the FaceServiceClient? And which version are you using? – rickvdbosch Jan 24 '19 at 11:40
  • Yes, i've overridden the Service Host property and using the version 1.2.5.0. – Abdullah Anwar Jan 24 '19 at 11:51
  • What have you override the ServiceHost to? I'm guessing something _without_ https? 'Cause that might be the issue. – rickvdbosch Jan 24 '19 at 11:53
  • No it is with https. – Abdullah Anwar Jan 25 '19 at 12:15
  • Possible duplicate of [An existing connection was forcibly closed by the remote host](https://stackoverflow.com/questions/2582036/an-existing-connection-was-forcibly-closed-by-the-remote-host) – Liam Feb 15 '19 at 11:52

0 Answers0