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

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

Comments

@VjKlepikov
Copy link

VjKlepikov commented Jun 10, 2022

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
  1. SDL and HMI are started.
  2. HMI respond with 'available' = false on UI.IsReady request from SDL
  3. App is registered and activated
  4. CreateInteractionChoiceSet is added
  5. App requests PerformInteraction with 'BOTH' interaction mode to SDL and user does not provide choice
  6. HMI responds VR.PerformInteraction(TIMED_OUT, "message":"Perform Interaction error response"}
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

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