You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
HMI sends UI.Alert response earlier than TTS.Alert during processing two Alert requests
Note: Issue is applicable for Alert and SubtleAlert RPCs
Occurrence: 100%
Preconditions:
Start WebHMI and SDL
Connect mobile device and consent it
Register app from mobile device
Activate the app
Steps to reproduce:
Send SubtleAlert request from the app
Send another SubtleAlert request from the app during the duration of displaying of SubtleAlert RPC from the previous step
Expected result:
HMI responds with code 4 to requests related to the second SubtleAlert request,
HMI send response to UI part only after sending response to TTS part
HMI -> SDL: {"error":{"code":4,"message":"TTS in progress. Rejected.","data":{"method":"TTS.Speak"}}}
HMI -> SDL: {"error":{"code":4,"message":"another SubtleAlert is active","data":{"method":"UI.SubtleAlert"}}}
Observed behavior:
HMI sends UI.Alert response earlier than TTS.Alert during processing two Alert requests
HMI -> SDL: {"error":{"code":4,"message":"another SubtleAlert is active","data":{"method":"UI.SubtleAlert"}}}
HMI -> SDL: {"error":{"code":4,"message":"TTS in progress. Rejected.","data":{"method":"TTS.Speak"}}}
Description:
HMI sends UI.Alert response earlier than TTS.Alert during processing two Alert requests
Note: Issue is applicable for Alert and SubtleAlert RPCs
Occurrence: 100%
Preconditions:
Steps to reproduce:
Expected result:
HMI responds with code 4 to requests related to the second SubtleAlert request,
HMI send response to UI part only after sending response to TTS part
HMI -> SDL: {"error":{"code":4,"message":"TTS in progress. Rejected.","data":{"method":"TTS.Speak"}}}
HMI -> SDL: {"error":{"code":4,"message":"another SubtleAlert is active","data":{"method":"UI.SubtleAlert"}}}
Observed behavior:
HMI sends UI.Alert response earlier than TTS.Alert during processing two Alert requests
HMI -> SDL: {"error":{"code":4,"message":"another SubtleAlert is active","data":{"method":"UI.SubtleAlert"}}}
HMI -> SDL: {"error":{"code":4,"message":"TTS in progress. Rejected.","data":{"method":"TTS.Speak"}}}
Environment:
HMI: https://github.com/smartdevicelink/sdl_hmi/tree/develop (3bbcd28)
SDL: https://github.com/LuxoftSDL/sdl_core (7af6696)
Mobile App: SPT 20201023
The text was updated successfully, but these errors were encountered: