Error just started filling the logs

srkinard
Posts: 320
Joined: Sun Apr 10, 2016 5:55 pm
Location: Austin, Texas

Error just started filling the logs

Post by srkinard »

Been using this for a while to convert a light's timer to output the countdown on control pages, but just recently (earlier today) it started throwing content errors.

Was running version 2.0.4 and this was the error:

Code: Select all

EPS - Device Extensions Error   Exception in plugin._dateReformat line 1999: global name 'self' is not defined
							 CODE: value = dtutil.dateStringFormat (value, parent.pluginProps["inputdtformat"], parent.pluginProps["outputdtformat"])
Updated to the git version 2.0.7 and the error changed slightly:

Code: Select all

   EPS - Device Extensions Error   Exception in plugin._dateReformat line 3224: global name 'self' is not defined
							 CODE: value = dtutil.dateStringFormat (value, props["inputdtformat"], props["outputdtformat"])
I've rebooted and the problem is quiet until the timer starts, then it throws the error again and will do it even after a plugin reload or disable/enable. Takes a full reboot to stop it.

I haven't had much time to mess with any H/A stuff so nothing on the system has really changed except the latest 10.13.6 Security Update earlier this week.

Ideas?

Return to “Device Extensions Plugin”