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

HMI does not stop speech-only Alert when receiving CancelInteraction #505

Open
jacobkeeler opened this issue Mar 28, 2022 · 0 comments
Open
Labels

Comments

@jacobkeeler
Copy link
Contributor

Bug Report

If an app sends a CancelInteraction request for a speech-only Alert, the HMI responds with IGNORED and does not stop the current TTS. Also applies to SubtleAlert (note that as of now, TTS.Speak does not include a cancelID, so this could only really be correctly applied when the CancelInteraction request has no cancelID included)

Reproduction Steps
  1. Send Alert with only ttsChunks included, TTS is started
  2. Send CancelInteraction with functionID 12
Expected Behavior

TTS stops, app receives SUCCESS for CancelInteraction

Observed Behavior

TTS continues, app receives IGNORED for CancelInteraction

Browser & Version Information
  • Browser and Version: Google Chrome Version 97.0.4692.71
  • RPC Sent:
    Alert ({"ttsChunks": {["text": "A long string of text to speak out loud", "type": "TEXT"]}})
    CancelInteraction ({"functionID": 12})
  • Output Received: IGNORED, "The intended result is already in effect"
  • Generic HMI Version: release/0.12.0 branch
  • Testing Against: Android Test Suite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants