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 sends wrong SubscribeButton response with UNSUPPORTED_RESOURCE, success:false in case HMI responds UI.IsReady with "available" = false
SDL sends Buttons.SubscribeButton request to HMI SDL responds SubscribeButton(resultCode: SUCCESS, success: true) to App
SDL does not send Buttons.SubscribeButton request to HMI SDL responds SubscribeButton(resultCode: UNSUPPORTED_RESOURCE, success: false) to App
OS/Version: Ubuntu 18.04 SDL Core Version: https://github.com/smartdevicelink/sdl_core/tree/develop (65947fd)
SubscribeButton.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
SDL sends wrong SubscribeButton response with UNSUPPORTED_RESOURCE, success:false in case HMI responds UI.IsReady with "available" = false
Reproduction Steps
Expected Behavior
SDL sends Buttons.SubscribeButton request to HMI
SDL responds SubscribeButton(resultCode: SUCCESS, success: true) to App
Observed Behavior
SDL does not send Buttons.SubscribeButton request to HMI
SDL responds SubscribeButton(resultCode: UNSUPPORTED_RESOURCE, success: false) to App
OS & Version Information
OS/Version: Ubuntu 18.04
SDL Core Version: https://github.com/smartdevicelink/sdl_core/tree/develop (65947fd)
Logs:
SubscribeButton.zip
The text was updated successfully, but these errors were encountered: