When using the following command, I repeatedly faced errors when trying to interact with my skill.
ask dialog --locale en-US -p dev --debug
The error I faced was
User > Alexa open equity prices [Error]: Request to skill endpoint resulted in an error. User > open equity prices [Error]: An unexpected error occurred. User > equity prices [Error]: Request to skill endpoint resulted in an error.
I couldn't make much sense out of the above error message, but wasn't able to make much out from the --debug output message as well.
This skill worked fine when I built my lambda function separately, but doesn't seem to work when I pick the Alexa's lambda-hosted version option from "ask new". Hope to get some help to understand what is going on.
When searching the forums, I came across this and this, hence I tried the above command with the "Alexa" word initially.
My skill-id is "ask-equityprices-dev-default-1593530037071", and currently still in the development stage.