smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 245 forks source link

SDL sends PerformAudioPassThru response with "success":false in case success type of response(resultCode: RETRY, SAVED, WRONG_LANGUAGE, TRUNCATED_DATA) from HMI #3845

Closed VjKlepikov closed 2 years ago

VjKlepikov commented 2 years ago

Bug Report

SDL sends PerformAudioPassThru response with "success":false in case success type of response(resultCode: RETRY,) from HMI

Note: Issue is applicable for success type of response (resultCode:"UNSUPPORTED_RESOURCE", "RETRY", "SAVED", "WRONG_LANGUAGE", "TRUNCATED_DATA")

Reproduction Steps
  1. SDL and HMI are started
  2. Mobile app is registered and activated
  3. Mobile app requests PerformAudioPassThru
  4. Press Retry button
  5. HMI responds with 7 result code(RETRY) in result structure
Expected Behavior

Mobile app receives PerformAudioPassThru response with resultCode=RETRY, success=true

Observed Behavior

Mobile app receives PerformAudioPassThru response with resultCode=RETRY, success=false

OS & Version Information
Logs:

Logs.zip

VjKlepikov commented 2 years ago

@theresalech Please notice Luxoft team is going to prepare a fix and ATF script(s) to verify it.