At night I had the computer on and tried to power on the TV 4 hours after (via scheduler) and the TV was not powering on. It did power on after 1 hour before in my testing.
When this does happen does restarting EG solve the issue?
No
If not then when it is happening close EG and unplug the CEC adapter. then plug the CEC adapter back in and start EG back up. and see if it starts working again.
Still don't work.
OK so I cut the power to the TV and the plugin was able to power it on after, but was not able to activate the correct HDMI input, after I put the TV to standby from the plugin and powered it on again it was able to change the input again. So getting a bit closer.
New error using old PulseEightPlus-0.4.2b.egplugin and new vesion PulseEightPlus-0.4.3b.egplugin, I cleared the log and was going to activate extra logging for the plugin, and now the config dialog wont work:
Code: Select all
14:41:22 Traceback (most recent call last) (0.5.0-rc4):
14:41:22 File "wx\_core.pyc", line 16766, in <lambda>
14:41:22 File "C:\ProgramData\EventGhost\plugins\PulseEightPlus\__init__.py", line 991, in add_adapter
14:41:22 adapter_ctrl.add_adapter(adptr)
14:41:22 File "C:\ProgramData\EventGhost\plugins\PulseEightPlus\gui_controls.py", line 1177, in add_adapter
14:41:22 adapter.parent = fold_panel
14:41:22 File "C:\ProgramData\EventGhost\plugins\PulseEightPlus\gui_controls.py", line 1436, in parent
14:41:22 self.__type_ctrl.SetChecked([0])
14:41:22 File "C:\ProgramData\EventGhost\plugins\PulseEightPlus\gui_controls.py", line 603, in SetChecked
14:41:22 self.ctrls[index].SetValue(True)
14:41:22 NameError: global name 'index' is not defined
edit:
I put the computer to sleep and then resumed and got this:
Code: Select all
15:12:21 Traceback (most recent call last) (0.5.0-rc4):
15:12:21 File "C:\Program Files (x86)\Utils\EventGhost\eg\Classes\ActionThread.py", line 69, in OnComputerSuspend
15:12:21 plugin.OnComputerSuspend(None)
15:12:21 TypeError: OnComputerSuspend() takes exactly 1 argument (2 given)
and this
Code: Select all
15:12:56 Traceback (most recent call last) (0.5.0-rc4):
15:12:56 File "C:\Program Files (x86)\Utils\EventGhost\eg\Classes\ActionThread.py", line 57, in OnComputerResume
15:12:56 plugin.OnComputerResume(None)
15:12:56 TypeError: OnComputerResume() takes exactly 1 argument (2 given)
Both OnComputerSuspend() and OnComputerResume() methods needs a "suspend Type" argument.
jonib