We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 does not forward an error message to the app during processing CreateInteractionChoiceSet RPC
CreateInteractionChoiceSet
REJECTED
vrCommands
SDL sends CreateInteractionChoiceSet(resultCode = "REJECTED", info = <message received from HMI>) response to the mobile app
CreateInteractionChoiceSet(resultCode = "REJECTED", info = <message received from HMI>)
SDL sends CreateInteractionChoiceSet response without info message to the mobile app
MOB->SDL [15-02-2022 12:53:39,993] [rpcFunction: CreateInteractionChoiceSet, sessionId: 1, version: 2, frameType: 1, encryption: false, serviceType: 7, frameInfo: 0, messageId: 5, binaryDataSize: 0] : {"interactionChoiceSetID":1001,"choiceSet":[{"image":{"imageType":"DYNAMIC","value":"icon.png"},"menuName":"Choice1001","vrCommands":["Choice1001"],"choiceID":1001}]} SDL->HMI [15-02-2022 12:53:39,996] {"id":28,"jsonrpc":"2.0","method":"VR.AddCommand","params":{"appID":1962457943,"cmdID":1001,"grammarID":1448575975,"type":"Choice","vrCommands":["Choice1001"]}} HMI->SDL [15-02-2022 12:53:39,996] {"jsonrpc":"2.0","error":{"data":{"method":"VR.AddCommand"},"code":4,"message":"Error message"},"id":28} SDL->MOB [15-02-2022 12:53:40,004] [rpcFunction: CreateInteractionChoiceSet, sessionId: 1, version: 2, frameType: 1, encryption: false, serviceType: 7, frameInfo: 0, messageId: 8, binaryDataSize: 0] : {"success":false,"resultCode":"REJECTED"}
SmartDeviceLinkCore.zip
The text was updated successfully, but these errors were encountered:
Please notice this is a non-regression issue. It's also reproduced on 8.0
Sorry, something went wrong.
No branches or pull requests
Bug Report
SDL does not forward an error message to the app during processing
CreateInteractionChoiceSet
RPCReproduction Steps
REJECTED
and click "Save" buttonCreateInteractionChoiceSet
request withvrCommands
Expected Behavior
SDL sends
CreateInteractionChoiceSet(resultCode = "REJECTED", info = <message received from HMI>)
response to the mobile appObserved Behavior
SDL sends CreateInteractionChoiceSet response without info message to the mobile app
OS & Version Information
Logs
SmartDeviceLinkCore.zip
The text was updated successfully, but these errors were encountered: