Skip to content

There was a problem with the requested skill's response #170

@tranchausky

Description

@tranchausky

i try play a file mp3 or file m3u8
with response for alexa but how to fix, from my server

✓ MP3 version is 2
✓ Bit rate is constant
✓ Bit rate is 48 kbps
✓ Sample rate is 16 khz
✓ File length is 90 seconds or less
Result: Pass! Your file should work with Alexa.

{
	"body": {
		"version": "1.0",
		"response": {
			"outputSpeech": {
				"type": "SSML",
				"ssml": "<speak>Playing the audio stream.</speak>"
			},
			"directives": [
				{
					"type": "AudioPlayer.Play",
					"playBehavior": "REPLACE_ALL",
					"audioItem": {
						"stream": {
							"token": "sample-audio-token",
							"url": "https://audio1.maxi80.com",
							"offsetInMilliseconds": 0
						}
					}
				}
			],
			"type": "_DEFAULT_RESPONSE"
		},
		"sessionAttributes": {},
		"userAgent": "ask-node/2.14.0 Node/v16.20.2 sample/audioplayer-nodejs/v2.0"
	}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions