Receiving error 404 when trying to enroll an identity using Voice Recognition API

0

Receiving the following exception when trying to enroll a voice recording

System.AggregateException
  HResult=0x80131500
  Message=One or more errors occurred.
  Source=mscorlib
  StackTrace:
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   at SpeakerRecognition.MainClass.Main(String[] args) in C:\Users\marti\OneDrive\Desktop\speakerrecognition-master\CS\SpeakerRecognition\SpeakerRecognition\Program.cs:line 27

  This exception was originally thrown at this call stack:
    [External Code]
    SpeakerRecognition.IdentificationHelper.CreateEnrollment(string, string) in IdentificationHelper.cs

Inner Exception 1:
FlurlHttpException: Call failed with status code 404 (Not Found): POST https://westus.api.cognitive.microsoft.com/spid/v1.0/identificationProfiles/{"identificationProfileId":"764cb4ea-779c-453e-8eed-4201e07de6eb"}/enroll
c#
azure
asked on Stack Overflow May 24, 2020 by GtlBear

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0