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 sends wrong CreateWindow response in case success type of response(resultCode: UNSUPPORTED_RESOURCE, TRUNCATED_DATA) from HMI
Reproduction Steps
SDL and HMI are started
Mobile app is registered and activated
Mobile app requests CreateWindow to SDL
HMI responds with 2 result code(UNSUPPORTED_RESOURCE) in the result structure
Expected Behavior
Mobile app receives CreateWindow response with resultCode=UNSUPPORTED_RESOURCE, success=true
Observed Behavior
Mobile app receives CreateWindow response with resultCode=UNSUPPORTED_RESOURCE, success=false
Note: SDL send CreateWindow response "success=true, resultCode=GENERIC_ERROR" in case success type of response TRUNCATED_DATA
Bug Report
SDL sends wrong CreateWindow response in case success type of response(resultCode: UNSUPPORTED_RESOURCE, TRUNCATED_DATA) from HMI
Reproduction Steps
SDL and HMI are started
Mobile app is registered and activated
Mobile app requests CreateWindow to SDL
HMI responds with 2 result code(UNSUPPORTED_RESOURCE) in the result structure
Expected Behavior
Mobile app receives CreateWindow response with resultCode=UNSUPPORTED_RESOURCE, success=true
Observed Behavior
Mobile app receives CreateWindow response with resultCode=UNSUPPORTED_RESOURCE, success=false
Note: SDL send CreateWindow response "success=true, resultCode=GENERIC_ERROR" in case success type of response TRUNCATED_DATA
OS & Version Information
Logs:
Logs.zip
The text was updated successfully, but these errors were encountered: