-
Notifications
You must be signed in to change notification settings - Fork 116
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
Getting different response in alexa developer service simulator and in alexa app server testing utility #105
Comments
afaik, AudioPlayer is not supported yet in the simulator. |
yes its not supported. But in response its only displaying this
the "type" : "AudioPlayer.Play" is not displaying. So is it because of AudioPlayer is not supported yet in the simulator? and when i tested the same in the echo dot the song is not playing only the text is being played. Do you know any solution for this? |
First question: I think so, but problably @dblock could verify it. Second question: unfortunately no. |
If you're getting a different response to the same request from the same code there's probably a real problem somewhere. I would debug what's going on there, because regardless of which simulator you use I would expect the response to look the same. Your first one is missing cards, etc., I think your code is taking different paths? |
yes, i am not understanding how "speechletResponse" object is coming in service simulator. And the audioplayer.play type is missing in directive.
please let me know if i have done anything wrong. I am getting proper response in your testing utility. |
And even for link account the card object is showing empty in service simulator of amazon developer site. |
I think there is a problem in service simulator of amazon developer site. Now i am able to play a song in echo dot. But still the service simulator doesn't show the proper response type for directives and card also. |
Hi ,
I am getting different responses in alexa developer service simulator and in your testing utility.
Response in alexa app server testing utility
Response in alexa developer service simulator:
why the "type": "AudioPlayer.Play" is not displaying in service simulator. The song is not playing. Only the text is saying by the device. And why "speechletResponse" object is displaying in service simulator. Am i doing anything wrong?. Please let me know the solution. I am facing the issue.
The text was updated successfully, but these errors were encountered: