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
SDL does not concatenate the internal UI error message and error message from VR response in case PerformInteraction requests for 'BOTH' interaction mode
#3926
Open
VjKlepikov opened this issue
Jun 10, 2022
· 0 comments
SDL does not concatenate the internal UI error message and error message from VR response in case PerformInteraction requests for 'BOTH' interaction mode
Reproduction Steps
SDL and HMI are started.
HMI respond with 'available' = false on UI.IsReady request from SDL
App is registered and activated
CreateInteractionChoiceSet is added
App requests PerformInteraction with 'BOTH' interaction mode to SDL and user does not provide choice
SDL respond PerformInteraction with (resultCode: TIMED_OUT, success: false, "info":"Perform Interaction error response, UI is not supported by system ")
Bug Report
SDL does not concatenate the internal UI error message and error message from VR response in case PerformInteraction requests for 'BOTH' interaction mode
Reproduction Steps
Expected Behavior
SDL respond PerformInteraction with (resultCode: TIMED_OUT, success: false, "info":"Perform Interaction error response, UI is not supported by system ")
Observed Behavior
SDL respond PerformInteraction with (resultCode: TIMED_OUT, success: false, "info":"Perform Interaction error response")
OS & Version Information
OS/Version: Ubuntu 18.04
SDL Core Version: https://github.com/smartdevicelink/sdl_core/tree/develop (65947fd)
Test Case, Sample Code, and / or Example App
Logs_3926.zip
The text was updated successfully, but these errors were encountered: