I am attempting to write my first Alexa skill. After much research, I have built a skill that plays a musical note.
When I test the skill, I get the following error message:
Error: There was a problem when trying to retrieve the audio from https://s3.amazonaws.com/music-notes/A-sharp.mp3
I can access the file just fine in my browser and I believe I have enabled CORS. Can someone point me to the cause of this error?