Hi,
I have made a skill called as "Personal Affirmations" , it plays audio and text content for the users, it's live for 2-3 years, I just checked the logs and I see there is a surge in in "UnhandledSkillException" from last 3-4 days, most probably it's during audio playback. Earlier I have never seen so much of this exception. Is anything changed recently?
I can't see which which event is not handled in the exception message, below is one of the message from logs :-
Unhandled exception: com.amazon.ask.exception.UnhandledSkillException
com.amazon.ask.exception.UnhandledSkillException: Unhandled exception
at com.amazon.ask.dispatcher.impl.DefaultRequestDispatcher.dispatch(DefaultRequestDispatcher.java:76)
at com.amazon.ask.Skill.invoke(Skill.java:87)
at com.amazon.ask.Skill.invoke(Skill.java:62)
at com.amazon.ask.SkillStreamHandler.handleRequest(SkillStreamHandler.java:67)
Caused by: com.amazon.ask.exception.AskSdkException: [amzn1.echo-api.request.3c0c3d7e-a56f-4c2f-afe2-d0219c51532e] Unable to find a suitable request handler
at com.amazon.ask.dispatcher.impl.DefaultRequestDispatcher.doDispatch(DefaultRequestDispatcher.java:98)
at com.amazon.ask.dispatcher.impl.DefaultRequestDispatcher.dispatch(DefaultRequestDispatcher.java:68)
... 3 more
Anything changed recently?