You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
I have created an alexa skill to stream music from youtube music. But echo dot is able to play only some stream URLs and not other. The following code snippet is used to play the song.
The only difference between both of them is the loudnessDb field is lesser for the not working stream.
Both the stream URLs are working fine in other applications. Tried loading in VLC as well as chrome and the music is playing
Expected Behavior
Echo dot should be able to play from the stream URL.
Current Behavior
Echo dot is speaking the speak as part of the response but the music is not played.
Logs
Cloud watch logs when the music is not playing. The below set of lines are repeated multiple times in each lambda run when the the music is not being played.
2022-11-06T08:30:31.775Z e5169aa1-0f61-45b9-a137-c607a0ae4463 INFO ~~~~ Error handled: AskSdk.GenericRequestDispatcher Error: Unable to find a suitable request handler.
at Object.createAskSdkError (/var/task/node_modules/ask-sdk-runtime/dist/util/AskSdkUtils.js:23:19)
at GenericRequestDispatcher.dispatchRequest (/var/task/node_modules/ask-sdk-runtime/dist/dispatcher/GenericRequestDispatcher.js:72:33)
at async GenericRequestDispatcher.dispatch (/var/task/node_modules/ask-sdk-runtime/dist/dispatcher/GenericRequestDispatcher.js:45:22)
at async CustomSkill.invoke (/var/task/node_modules/ask-sdk-core/dist/skill/CustomSkill.js:68:26)
I'm submitting a...
I have created an alexa skill to stream music from youtube music. But echo dot is able to play only some stream URLs and not other. The following code snippet is used to play the song.
Ref : index.js
The following are the stream URLs that were generated using
ytdl-core
node js library for 2 youtube IDs.M1isvrDYyRg
. Generated from youtube video5XthUghC2Po
. Generated from youtube music.The only difference between both of them is the
loudnessDb
field is lesser for the not working stream.Both the stream URLs are working fine in other applications. Tried loading in VLC as well as chrome and the music is playing
Expected Behavior
Echo dot should be able to play from the stream URL.
Current Behavior
Echo dot is speaking the
speak
as part of the response but the music is not played.Logs
Cloud watch logs when the music is not playing. The below set of lines are repeated multiple times in each lambda run when the the music is not being played.
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: