I am an Alexa skill newbie and would appreciate help from the community. I am trying to figure why I keep getting "Error retrieving text to speech: The audio file cannot be longer than 240 seconds" but the audio file in question is less than 240 seconds - actually 119 secs.
This is the code I am testing in the Alexa simulator :
<speak>
Alexa will now play this track.
<audio src="https://ucbprelivefiles.s3-eu-west-1.amazonaws.com/s3fs-public/uk_21042020.mp3"/>;
</speak>