Reputation: 89
I have been testing my app on the google actions simulator, mainly using the 'Smart Display' surface.
Until this morning it was working fine but then suddenly I started getting this error:
MalformedResponse expected_inputs[0].input_prompt.rich_initial_prompt.items[1].media_response: Media response is not supported on this device..
I only get this error with the 'Smart Display' and 'Speaker' surfaces but not the 'Phone' surface.
When I look in the 'REQUEST' tab when using 'Phone' surface I see "name": actions.capability.MEDIA_RESPONSE_AUDIO
in the JSON under "capabilities"
, but it's not there when I use 'Smart Display' or 'Speaker'.
Has anyone encountered this problem before ?
I did not change any code that would affect this and besides it does not seem to be related to my code at all..
I would be grateful for any advice on the matter.
-ben
Upvotes: 1
Views: 56
Reputation: 50701
I can confirm this is happening, and this appears to be a bug with the simulator.
It is still working correctly with real devices.
I've reported this to Google and been told it has been filed as a bug in their internal tracker, but there is no word about time to fix.
Update
This should now be fixed.
Upvotes: 2