You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was testing the Service Sample scene and was testing the speech input. I clicked on Listen while playing, spoke something like "Hello" and as soon I clicked Stop Listen, I get the following error:
Exactly the same problem here. I haven't investigated in depth yet, but is this perhaps related to service migration to Dialogflow V2? (Shouldn't be, since V1 won't be deprecated until Oct '19.)
Would also be REALLY nice to know how / when there will be a V2 plugin available...
Hi,
I was testing the Service Sample scene and was testing the speech input. I clicked on Listen while playing, spoke something like "Hello" and as soon I clicked Stop Listen, I get the following error:
AIServiceException: Invalid request content type, expecting "multipart/form-data" or "application/json; charset=utf-8.
ApiAiSDK.AIDataService.CheckForErrors (ApiAiSDK.Model.AIResponse aiResponse)
ApiAiSDK.AIDataService.VoiceRequest (System.IO.Stream voiceStream, ApiAiSDK.RequestExtras requestExtras)
Rethrow as AIServiceException: Invalid request content type, expecting "multipart/form-data" or "application/json; charset=utf-8.
ApiAiSDK.AIDataService.VoiceRequest (System.IO.Stream voiceStream, ApiAiSDK.RequestExtras requestExtras)
ApiAiSDK.ApiAi.VoiceRequest (System.IO.Stream voiceStream, ApiAiSDK.RequestExtras requestExtras)
ApiAiSDK.ApiAi.VoiceRequest (System.Single[] samples)
UnityEngine.Debug:LogException(Exception)
c__AnonStorey2:<>m__0() (at Assets/Examples/ApiAiModule.cs:99)
ApiAiModule:Update() (at Assets/Examples/ApiAiModule.cs:116)
Just to let you know, it works, when i send the similar Hello through text.
Thanks
The text was updated successfully, but these errors were encountered: