Page 1 of 1

Error on shutdown

PostPosted: Fri Mar 15, 2019 4:39 am
by racarter
During the night-time restart I'm getting an error every time:

14 Mar 2019 at 00:19:00
SQL Logger creating table variable_history_1074110617 for "ipDevsLastUpdate"
SQL Logger creating table variable_history_114446844 for "ipDevsLastDevChangedIndigoName"
SQL Logger creating table variable_history_287193407 for "ipDevsNewDeviceNo"
SQL Logger creating table variable_history_419628124 for "ipDevsNewIPNumber"
SQL Logger creating table variable_history_1586163220 for "ipDevsNoOfDevices"
fingscan --> while loop break stopping ... quitNOW was:reboot after midnight
Reloading plugin "fingscan 7.29.36"
Stopping plugin "fingscan 7.29.36" (pid 43223)
fingscan Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
fingscan stopConcurrentThread called 2
fingscan stopConcurrentThread called 3
fingscan shutdown called
Stopped plugin "fingscan 7.29.36"

Any thoughts?

Re: Error on shutdown

PostPosted: Fri Mar 15, 2019 7:58 am
by kw123
Any lines before that?
Anything in :
Code: Select all
/Library/Application Support/Perceptive Automation/Indigo 7.3/Logs/com.karlwachs.fingscan/plugin.log
?

and it should definitely stop rebooting at 0:20
"if hour == 0 and 19 == minute and self.totalLoopCounter > 200: then reboot"

Karl

Re: Error on shutdown

PostPosted: Fri Mar 15, 2019 11:41 am
by racarter
Nothing in the log file and nothing before the event log messages I sent.

Re: Error on shutdown

PostPosted: Fri Mar 15, 2019 2:01 pm
by kw123
How often does it happen after midnight.
1,2,3 ... times?


Sent from my iPhone using Tapatalk

Re: Error on shutdown

PostPosted: Fri Mar 15, 2019 2:08 pm
by racarter
Just once, every day.

Re: Error on shutdown

PostPosted: Fri Mar 15, 2019 2:09 pm
by kw123
That is correct behavior.
Indigo just shows an error message. When the plugin restarts itself.




Sent from my iPhone using Tapatalk

Re: Error on shutdown

PostPosted: Fri Mar 15, 2019 2:14 pm
by racarter
Ah, I see. Thanks.

Re: Error on shutdown

PostPosted: Fri Mar 15, 2019 2:34 pm
by jay (support)
kw123 wrote:
Indigo just shows an error message. When the plugin restarts itself.


Well, it is an error, something in your plugin is doing something odd which is causing that error (though I have no idea what).

Re: Error on shutdown

PostPosted: Fri Mar 15, 2019 3:12 pm
by kw123
It exits on purpose.
Then indigo reloads it
All good.




Sent from my iPhone using Tapatalk