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 aborts AlertManeuver, PerformInteraction requests with STATIC images #443

Closed
GetmanetsIrina opened this issue Oct 30, 2020 · 4 comments
Labels

Comments

@GetmanetsIrina
Copy link

GetmanetsIrina commented Oct 30, 2020

Precondition:

  1. SDL and HMI are started
  2. Mobile app is registered and activated
  3. CreateInteractionChoiceSet is added with STATIC image as precondition for PerformInteraction

Reproduction Steps:

  1. Request AlertManeuver/PerformInteraction RPC with STATIC image

Expected behavior:

  1. HMI processes the request but no not show the icon
  2. HMI responds with UNSUPPORTED_RESOURCE resultCode + the message of the kind Image of '%' type is not supported on HMI. Request was not displayed
  3. SDL responds with UNSUPPORTED_RESOURCE resultCode and success=true to mobile app (also with choiceId in case of PerformInteraction request)

Observed behavior:

  1. HMI does not process the request
  2. HMI responds with WARNINGS resultCode to AlertManeuver and UNSUPPORTED_RESOURCE resultCode to PerformInteraction + the message of the kind Image of '%' type is not supported on HMI. Request was not processed
    image

OS & Version Information
OS: Ubuntu 18.04
SDL: release/7.0.0 54246454
HMI: develop 931877c

@GetmanetsIrina GetmanetsIrina changed the title HMI aborts AlertManeuver request with STATIC image HMI aborts AlertManeuver, PerformInteraction requests with STATIC images Oct 30, 2020
@GetmanetsIrina
Copy link
Author

@theresalech Please note, this is a regression issue found by Luxoft during 7.0 release manual testing.

@theresalech
Copy link
Contributor

@GetmanetsIrina please advise when Luxoft has a PR submitted to resolve the issue. However, as we are planning to release SDL 5.4 on November 5, 2020, we cannot guarantee that this PR will be included in the release.

@AKalinich-Luxoft
Copy link
Contributor

@theresalech please notice PR with fix has been submitted and ready for Livio review

@jacobkeeler
Copy link
Contributor

Fixed with #450 (although Core behavior does not exactly match the description because of smartdevicelink/sdl_core#1596)

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

5 participants