Hi All. I am trying to create a basic radio streaming alexa skill. So far I have deployed the skill and getting an error in the logs as shown below.
2019-08-19T15:01:15.820Z ed6a7249-2a3a-4f1e-b1f3-76ef27e636f5 ***** 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:22:17)
at GenericRequestDispatcher.<anonymous> (/var/task/node_modules/ask-sdk-runtime/dist/dispatcher/GenericRequestDispatcher.js:145:49)
Here is the github url of my project: https://github.com/cooldev369/alexa-online-radio-streaming.git
The radio stream url that I am using is a Nepalese radio station.
Please let me know what I am doing wrong in my code.
Thanks,
Devendra P.