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 GetInteriorVehicleData response with "success":false in case success type of response(resultCode: WRONG_LANGUAGE, RETRY, SAVED) from HMI
#3517
Closed
VjKlepikov opened this issue
Sep 25, 2020
· 3 comments
@theresalech Please notice this issue related to the SDL-0188 Interior Vehicle Data resumption proposal which is in scope of 7.0 Release. It aligns error handling for GetInteriorVehicleData RPC in general and resumption scenarios.
Luxoft team is going to prepare a fix.
Preconditions:
Reproduction Steps:
Mobile app sends GetInteriorVehicleData("module_1", subscribe = true) request
App→SDL: GetInteriorVehicleData("moduleType": "module_1", subscribe = true )
SDL→HMI: RC.GetInteriorVehicleData("moduleType": "module_1", subscribe = true )
HMI→SDL: RC.GetInteriorVehicleData("code":16, "moduleType": "module_1",* isSubscribed = true* , values same as shown on HMI, SUCCESS)
Observed Behavior:
SDL→App: GetInteriorVehicleData(*"success":false, "moduleType": "module_1", values same as shown on HMI, SUCCESS)
Expected Behavior:
SDL→App: GetInteriorVehicleData(*"success":true, "moduleType": "module_1", isSubscribed = true , values same as shown on HMI, SUCCESS)
SDL→App: OnHashChange(hashID) notification
OS & Version Information
SDL: https://github.com/smartdevicelink/sdl_core/commits/develop (a36ea82)
HMI: https://github.com/smartdevicelink/sdl_hmi/tree/develop (6d32f1b)
The text was updated successfully, but these errors were encountered: