Page 1 of 1

Errors upon enabling SQL Logger

PostPosted: Mon Apr 20, 2020 8:59 am
by HFTobeason
I got these errors interspersed with "creating table" entries when I enabled the SQL Logger:

    Error (client) timeout waiting for plugin response from com.perceptiveautomation.indigoplugin.sql-logger for request UiClosed1
    Error (client) timeout waiting for plugin response from com.perceptiveautomation.indigoplugin.sql-logger for request UiGetValues2
    Error (client) timeout waiting for plugin response from com.perceptiveautomation.indigoplugin.sql-logger for request CallPluginFunc
    Error (client) dialogForEventId() caught exception: NSInvalidArgumentException -- *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
    Error (client) received unexpected packet response UiClosed1 (waiting for UiGetValues2)
    Error (client) received unexpected packet response UiGetValues2 (waiting for )
    Error (client) received unexpected packet response CallPluginFunc (waiting for )
Any ideas what these mean?
TIA

Re: Errors upon enabling SQL Logger

PostPosted: Tue Apr 21, 2020 5:27 pm
by matt (support)
It looks like your SQL Logger plugin preferences file may have become corrupt. Try stopping the SQL Logger plugin then move this file to the desktop so that a new version is created when you re-enable the plugin:

/Library/Application Support/Perceptive Automation/Indigo 7.4/Preferences/Plugins/com.perceptiveautomation.indigoplugin.sql-logger.indiPref

Re: Errors upon enabling SQL Logger

PostPosted: Tue Apr 21, 2020 6:01 pm
by HFTobeason
Thank you, Matt. Upon re-enabling the plugin, no errors were generated, so it seems okay now.