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

OnTvStandby - Unexpected [standby_pc_on_tv_standby] setting value #15698

Closed
1 of 8 tasks
JimmyS83 opened this issue Mar 7, 2019 · 1 comment
Closed
1 of 8 tasks

OnTvStandby - Unexpected [standby_pc_on_tv_standby] setting value #15698

JimmyS83 opened this issue Mar 7, 2019 · 1 comment

Comments

@JimmyS83
Copy link
Contributor

JimmyS83 commented Mar 7, 2019

Bug report

Describe the bug

When CEC Setting for standby_pc_on_tv_standby is set to Ignore (36028 - LOCALISED_ID_IGNORE), Kodi thrown Unexpected [standby_pc_on_tv_standby] setting value message to the log due to missing if.

Expected Behavior

When ignore setting is setup, turning off TV shouldnt produce warning message to the Kodi log.

Actual Behavior

Kodi doesnt have handled Ignored status of this CEC setting.

Possible Fix

Add if statement to the PeripheralCecAdapter.cpp's void CPeripheralCecAdapter::OnTvStandby(void) to handle LOCALISED_ID_IGNORE.

To Reproduce

Steps to reproduce the behavior:

  1. Setup CEC connection with TV
  2. Setup action Ignore in CEC settings, when TV is shutdown
  3. Shutdown TV, when Kodi is running

Debuglog

The debuglog can be found here:

Screenshots

Here are some links or screenshots to help explain the problem:
2019-03-07 15:56:11.809 T:3810898800 ERROR: OnTvStandby - Unexpected [standby_pc_on_tv_standby] setting value

Your Environment

Used Operating system:

  • Android

  • iOS

  • Linux

  • OSX

  • Raspberry-Pi

  • Amlogic

  • Windows

  • Windows UWP

  • Operating system version/name:

  • Kodi version: 18.1

JimmyS83 added a commit to JimmyS83/xbmc that referenced this issue Mar 9, 2019
message" when using "Ignore" for standby_pc_on_tv_standby.
xbmc#15698
JimmyS83 added a commit to JimmyS83/xbmc that referenced this issue Mar 9, 2019
message" when using "Ignore" for standby_pc_on_tv_standby.
xbmc#15698
JimmyS83 added a commit to JimmyS83/xbmc that referenced this issue Mar 9, 2019
message" when using "Ignore" for standby_pc_on_tv_standby.
xbmc#15698
JimmyS83 added a commit to JimmyS83/xbmc that referenced this issue Mar 10, 2019
message" when using "Ignore" for standby_pc_on_tv_standby.
xbmc#15698
@JimmyS83
Copy link
Contributor Author

Fixed by #15706

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

1 participant