LIFX Plugin error
-
- Experienced User
- Posts: 50
- Joined: Thu Oct 10, 2013 9:43 pm
LIFX Plugin error
I've started to receive the following errors in the log when attempting to use the LIFX plugin. I assume this is plugin-related?
9:34:45 AM Traceback (most recent call last) (0.5.0-rc6):
9:34:45 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 162, in ProcessingTask
9:34:45 AM self.Configure(*args, **kwargs)
9:34:45 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\ConfigDialog.py", line 106, in Configure
9:34:45 AM treeItem.Configure(*args)
9:34:45 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 80, in Configure
9:34:45 AM return self.executable.Configure(*args)
9:34:45 AM File "C:\Program Files (x86)\EventGhost\plugins\LIFX\__init__.py", line 121, in Configure
9:34:45 AM brightnessCtrl = panel.SpinNumCtrl(brightness, min=0, max=1.0, increment=0.01)
9:34:45 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\ControlProviderMixin.py", line 119, in SpinNumCtrl
9:34:45 AM return eg.SpinNumCtrl(self, -1, value, *args, **kwargs)
9:34:45 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\SpinNumCtrl.py", line 113, in __init__
9:34:45 AM raise MinValueError(value, min_val)
9:34:45 AM MinValueError: The set value None is lower then the minimum of 0
9:34:45 AM Traceback (most recent call last) (0.5.0-rc6):
9:34:45 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 162, in ProcessingTask
9:34:45 AM self.Configure(*args, **kwargs)
9:34:45 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\ConfigDialog.py", line 106, in Configure
9:34:45 AM treeItem.Configure(*args)
9:34:45 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 80, in Configure
9:34:45 AM return self.executable.Configure(*args)
9:34:45 AM File "C:\Program Files (x86)\EventGhost\plugins\LIFX\__init__.py", line 121, in Configure
9:34:45 AM brightnessCtrl = panel.SpinNumCtrl(brightness, min=0, max=1.0, increment=0.01)
9:34:45 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\ControlProviderMixin.py", line 119, in SpinNumCtrl
9:34:45 AM return eg.SpinNumCtrl(self, -1, value, *args, **kwargs)
9:34:45 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\SpinNumCtrl.py", line 113, in __init__
9:34:45 AM raise MinValueError(value, min_val)
9:34:45 AM MinValueError: The set value None is lower then the minimum of 0
- kgschlosser
- Site Admin
- Posts: 5508
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: LIFX Plugin error
it appears that there is no support thread for the LIFX plugin.
My suggestion is to create an issue on the github repository for the plugin.
https://github.com/marcushultman/eventghost-lifx
if you do not get a response from there then let me know in a PM and I will see if i can contact the original author. there is a problem with the plugin passing the wrong information to one of the controls in EventGhost.
My suggestion is to create an issue on the github repository for the plugin.
https://github.com/marcushultman/eventghost-lifx
if you do not get a response from there then let me know in a PM and I will see if i can contact the original author. there is a problem with the plugin passing the wrong information to one of the controls in EventGhost.
Re: LIFX Plugin error
I fixed the plugin code to pass allowed values (on first configure). The fixed plugin is attached and i will create a pull request on GitHub.
- Attachments
-
- lifx_0.0.2.egplugin
- (3.57 KiB) Downloaded 66 times
-
- Experienced User
- Posts: 50
- Joined: Thu Oct 10, 2013 9:43 pm
Re: LIFX Plugin error
When I add the plugin via the plugin file in the folder, EG indicates that it is an unknown Plugin (see attached screenshot). If I then replace the existing init file with the new one, EG errors completely out on next restart.
UPDATE: I cannot upload my screenshot...keeps logging me back out of this forum.
- kgschlosser
- Site Admin
- Posts: 5508
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
- kgschlosser
- Site Admin
- Posts: 5508
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: LIFX Plugin error
test photo with @cableghost's permissions
- kgschlosser
- Site Admin
- Posts: 5508
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: LIFX Plugin error
it's not a board or a permissions issue with your username. I am going to see if there is anything in the error logs.
- kgschlosser
- Site Admin
- Posts: 5508
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: LIFX Plugin error
no errors in the logs for the forum at all. not sure what it could be that would cause you to get logged out.
Re: LIFX Plugin error
Ah, that's probably because i've added a GUID to the plugin file. If you can send me your config file with PM i would investigate.cableghost wrote: ↑Mon Mar 04, 2019 7:26 pmWhen I add the plugin via the plugin file in the folder, EG indicates that it is an unknown Plugin
You could also copy the contents of the log window and paste it here in a code block.cableghost wrote: ↑Mon Mar 04, 2019 7:26 pmIf I then replace the existing init file with the new one, EG errors completely out on next restart.
UPDATE: I cannot upload my screenshot...keeps logging me back out of this forum.