Skip to content
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

Interrupted MediaObject fires a Finished state instead of Unspecified #481

Open
rcmlee99 opened this issue Oct 9, 2019 · 0 comments
Open

Comments

@rcmlee99
Copy link

rcmlee99 commented Oct 9, 2019

We have several intents on web hook
(1) Play Podcast
(2) Next Podcast on spoken phrases
(3) Next Podcast on event actions_intent_Media_Status==FINISHED

We can create MediaObject and play audio successfully on Google Nest Hub.
Task A. When finished playing first podcast, intent (3) will be invoked and play next podcast successfully based on actions_intent_Media_Status==FINISHED
Task B. When playing podcast midway, we have the option to ask Google to play next Podcast which will invoke intent (2)
We can also process the Next Podcast intent (2) successfully.
However, the Google Nest Hub (smart display) also fires additional event actions_intent_Media_Status==FINISHED which cause intent(3) to be triggered as well, causing the podcast to skip twice. We think this is a bug as it should be other status eg. STATUS_UNSPECIFIED or FAILED.
Can you please advise what possible resolution we can do to achieve Task A and B?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant