smartdevicelink / sdl_hmi

BSD 3-Clause "New" or "Revised" License
14 stars 43 forks source link

HMI does not show initial prompt text during PerformInteraction RPC processing in MANUAL_ONLY mode #671

Open GetmanetsIrina opened 2 years ago

GetmanetsIrina commented 2 years ago

Precondition:

  1. SDL and HMI are started
  2. Mobile app is registered and activated
  3. CreateInteractionChoiceSet is added

Steps to reproduce:

  1. Mobile app requests PerfromInteraction(MANUAL_ONLY) with InitialPrompt

Expected behavior:

HMI shows Initial prompt text and sends TTS.Started to the SDL image

Actual behavior:

HMI does not show Initial prompt text

OS & Version Information:

GetmanetsIrina commented 2 years ago

Please notice this is a non-regression issue. It's also reproduced on release 5.6.0

jacobkeeler commented 2 years ago

~Seems like TTS.Speak might be not working at all, seems to be related to these changes:https://github.com/smartdevicelink/sdl_hmi/commit/ada1ee3a39cd89569da2965c21e13acaa7a5a2f1#diff-269cc8047a917494ecee0512b5c3f7aedc2dd1685b31715e3e97627aa4527961L1632~ Scratch that, the TTS popup was just out of the range of my browser window