Good afternoon everybody.
Im facing an issue when i try to get voice records from twilio and transcribe with whisper.
Twilio API is connected in the on trigger, and in 2nd position, i use Open AI Whisper. I put the mp3 link in file field, and i set my prompt.
I have this error :
The app returned "<?xml version='1.0' encoding='UTF-8'?><TwilioResponse><RestException><Code>20003</Code><Message>Authenticate</Message><MoreInfo>https://www.twilio.com/docs/errors/20003</MoreInfo><Status>401</Status><...". <?xml version='1.0' encoding='UTF-8'?><TwilioResponse><RestException><Code>20003</Code><Message>Authenticate</Message><MoreInfo>https://www.twilio.com/docs/errors/20003</MoreInfo><Status>401</Status></RestException></TwilioResponse>
So i think its an API problem, whisper unable to connect on twilio.
But normaly it should be connected because twilio is already connected on first zap.
My question is, there is someone know why ? Should i need to make other configuration in Open AI or twilio ?
Thanks in advance for help !