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 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

Comments

@VjKlepikov
Copy link

VjKlepikov commented Sep 25, 2020

Preconditions:

  1. SDL and HMI started

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)

@dboltovskyi
Copy link
Contributor

@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.

@theresalech
Copy link
Contributor

@dboltovskyi, please advise when a fix is ready for Livio's review. Thank you!

@iCollin
Copy link
Collaborator

iCollin commented Oct 5, 2020

Closed via #3519

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

4 participants