Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tranchausky opened this issue Jan 18, 2025 · 0 comments
Open

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

tranchausky opened this issue Jan 18, 2025 · 0 comments

Comments

@tranchausky
Copy link

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"
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant