question

newuser-40745718-bc7c-41f7-8c69-206b65f7f61b avatar image

The Audio URL is invalid for requestId

Hi, I've had a problem lately with my alexa code.
When I try to play it the soundids are not shown

All urls works perfctly

alexaaudiouserid
muestra1.png (73.2 KiB)
muestra3.png (39.7 KiB)
4 comments
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Rokas avatar image Rokas commented ·

All seems good, but make sure, that your files are in the correct format. How to do format your files, can be found here: link.

0 Likes 0 ·

all are in the correct format


0 Likes 0 ·
Rokas avatar image Rokas newuser-40745718-bc7c-41f7-8c69-206b65f7f61b commented ·

Ahm, then can you post the response, that causes your issue? How does ssml look?

I just tested your audio file 'dog' in the console and it works fine.

<speak>
    <audio src="https://s3-eu-west-1.amazonaws.com/animalssound/dog.mp3"/>
</speak>

Maybe you are adding too many audio tags in the response? Or audio is too long? From docs:

A single response sent by your service can include multiple audio tags according to the following limits:

  • No more than five audio files can be used in a single response.
  • The combined total time for all audio files in a single response cannot be more than 240 seconds.
1 Like 1 ·
Show more comments

0 Answers