File error from Telegram

Hi
I am getting this error in my scenario. I record voice via Telegram, then this file is picked up by Whisper from ChatGPT.

It worked fine for the last 6 months, but now every time I record the message, scenario gets deactivated. I would then manually switch it on, process old data, got this error and what is strange, receive the outcome despite the fact I see an error.

Hey @Won_t_Tell , the error is due to the file format of the downloaded files. So, check the file format to see if they are valid.

You can attempt to convert the file (auto-detect input format), to a supported format by the OpenAI module. This will ensure that it will always result in a valid format no matter what the input is.

To do this, you can try using the CloudConvert “Convert a File” module —

Converts a file into a selected output format.

For more information about the Convert a File module and CloudConvert app, see the corresponding Integrations page and the Help Centre documentation.

Hope this helps! Let me know if there are any further questions or issues.

@samliew