Page 17 of 20

Re: New Plugin: GhostXML

PostPosted: Mon Jul 09, 2018 10:01 am
by bsp9493
ah ha!!!

Found it, I had a Schedule set to update my pool variables, and hidden within the action there was the call to refresh the ghost xml devices.

Thanx for the help!!!

dave

Re: New Plugin: GhostXML

PostPosted: Mon Jul 09, 2018 10:11 am
by DaveL17
Excellent. Thanks for letting me know. Sorry for the hassle, but the naming change was something that I had been wanting to do while the plugin was still in beta.

Please let me know if you see anything else that doesn't seem right.

Cheers,
Dave

Re: New Plugin: GhostXML

PostPosted: Tue Jul 17, 2018 1:15 pm
by gnikolov
Hello, i have an error starting the pluggin, Can someone help me with that ?
Regards!


17/07/2018 14:09:41
Upgrading plugin GhostXML to newer version 0.4.07 (previous version moved to trash)
Loading plugin "GhostXML 0.4.07"
Starting plugin "GhostXML 0.4.07" (pid 558)
GhostXML
GhostXML ================================================ Initializing New Plugin Session =================================================
GhostXML Plugin name: GhostXML
GhostXML Plugin version: 0.4.07
GhostXML Plugin ID: com.fogbert.indigoplugin.GhostXML
GhostXML Indigo version: 7.1.1
GhostXML Python version: 2.7.10 (default, Oct 6 2017, 22:29:07) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)]
GhostXML ==================================================================================================================================
GhostXML Error Error in plugin execution InitializeMain:

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "plugin.py", line 82, in __init__
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 719, in setLevel
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 188, in _checkLevel
ValueError: Unknown level: u'1111111111'

Stopping plugin "GhostXML 0.4.07" (pid 558)
Stopped plugin "GhostXML 0.4.07"

Re: New Plugin: GhostXML

PostPosted: Tue Jul 17, 2018 3:57 pm
by DaveL17
gnikolov wrote:
Hello, i have an error starting the pluggin, Can someone help me with that ?
Regards!


17/07/2018 14:09:41
Upgrading plugin GhostXML to newer version 0.4.07 (previous version moved to trash)
Loading plugin "GhostXML 0.4.07"
Starting plugin "GhostXML 0.4.07" (pid 558)
GhostXML
GhostXML ================================================ Initializing New Plugin Session =================================================
GhostXML Plugin name: GhostXML
GhostXML Plugin version: 0.4.07
GhostXML Plugin ID: com.fogbert.indigoplugin.GhostXML
GhostXML Indigo version: 7.1.1
GhostXML Python version: 2.7.10 (default, Oct 6 2017, 22:29:07) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)]
GhostXML ==================================================================================================================================
GhostXML Error Error in plugin execution InitializeMain:

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "plugin.py", line 82, in __init__
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 719, in setLevel
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 188, in _checkLevel
ValueError: Unknown level: u'1111111111'

Stopping plugin "GhostXML 0.4.07" (pid 558)
Stopped plugin "GhostXML 0.4.07"

That one's on me. I already see where the problem is, and will publish a fix ASAP. Sorry about that.

Re: New Plugin: GhostXML

PostPosted: Tue Jul 17, 2018 4:08 pm
by DaveL17
I have just published v0.4.08 to the Indigo Plugin Store, which should fix the error you're seeing. Please let me know if that's not the case.

Re: New Plugin: GhostXML

PostPosted: Tue Jul 17, 2018 8:56 pm
by gnikolov
Hi Dave, Not yet, i receive a similar error. Thank you very much!

Enabling plugin "GhostXML 0.4.08"
Starting plugin "GhostXML 0.4.08" (pid 807)
GhostXML
GhostXML ================================================ Initializing New Plugin Session =================================================
GhostXML Plugin name: GhostXML
GhostXML Plugin version: 0.4.08
GhostXML Plugin ID: com.fogbert.indigoplugin.GhostXML
GhostXML Indigo version: 7.1.1
GhostXML Python version: 2.7.10 (default, Oct 6 2017, 22:29:07) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)]
GhostXML ==================================================================================================================================
GhostXML Error Error in plugin execution InitializeMain:

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "plugin.py", line 83, in __init__
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 719, in setLevel
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 188, in _checkLevel
ValueError: Unknown level: u'10'

Stopping plugin "GhostXML 0.4.08" (pid 807)
Stopped plugin "GhostXML 0.4.08"

Re: New Plugin: GhostXML

PostPosted: Wed Jul 18, 2018 2:57 am
by DaveL17
Nerts.

Please try v0.4.09 and see if that doesn't get it.

Re: New Plugin: GhostXML

PostPosted: Wed Jul 18, 2018 8:50 am
by gnikolov
Hello again!

Yes it starts right now thank you.

Now, when i create a device i receive the next error. And the error is the same when i click the "Edit Device Settings..." Button.

Thank you! Best regards!

Error (client) getXmlFromPlugin() caught exception: incorrect type returned (expected XML string)
Error (client) runDialogForDevice() caught exception: NSInvalidArgumentException -- *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
GhostXML Error Error in plugin execution CallPluginFunc:

Traceback (most recent call last):
File "plugin.py", line 183, in getDeviceConfigUiXml
KeyError: key refreshFreq not found in dict

Re: New Plugin: GhostXML

PostPosted: Wed Jul 18, 2018 9:17 am
by DaveL17
gnikolov wrote:
Hello again!

Yes it starts right now thank you.

Now, when i create a device i receive the next error. And the error is the same when i click the "Edit Device Settings..." Button.

Thank you! Best regards!

Error (client) getXmlFromPlugin() caught exception: incorrect type returned (expected XML string)
Error (client) runDialogForDevice() caught exception: NSInvalidArgumentException -- *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
GhostXML Error Error in plugin execution CallPluginFunc:

Traceback (most recent call last):
File "plugin.py", line 183, in getDeviceConfigUiXml
KeyError: key refreshFreq not found in dict

I suspect that the error you're seeing here is related to the prior error--when the plugin didn't properly initialize in the first place. Please try these steps:
1. Disable the plugin (if it's not already disabled)
2 Delete the following file "/Library/Application Support/Perceptive Automation/Indigo 7/Preferences/Plugins/com.fogbert.indigoplugin.GhostXML.indiPref"
3. Restart the plugin.

You should be in business. If not, please report back.

Re: New Plugin: GhostXML

PostPosted: Wed Jul 18, 2018 8:28 pm
by gnikolov
Hello,

I did it, deleted the file and restarted the plugin, the result is this, which is the same as the last..

Thank you!

Enabling plugin "GhostXML 0.4.09"
Starting plugin "GhostXML 0.4.09" (pid 1895)
GhostXML
GhostXML ================================================ Initializing New Plugin Session =================================================
GhostXML Plugin name: GhostXML
GhostXML Plugin version: 0.4.09
GhostXML Plugin ID: com.fogbert.indigoplugin.GhostXML
GhostXML Indigo version: 7.1.1
GhostXML Python version: 2.7.10 (default, Oct 6 2017, 22:29:07) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)]
GhostXML ==================================================================================================================================
Started plugin "GhostXML 0.4.09"
GhostXML Debug versionCheck: Started
GhostXML Debug versionCheck: Version Server Url: https://raw.githubusercontent.com/indig ... rsion.html
GhostXML Your plugin version, v0.4.09, is current.
GhostXML Debug User prefs saved.
GhostXML Debugging on (Level: Debug (10)
GhostXML Debug valuesDict: UiValuesDict : (dict)
configMenuServerTimeout : 15 (string)
debugHeaderSpace : (string)
debugLabel : (string)
infoLabel0 : (string)
oldDebugLevel : 20 (string)
sep2 : (string)
sep3 : (string)
separator01 : (string)
showDebugInfo : false (bool)
showDebugLevel : 10 (string)
space0 : (string)
space06 : (string)
space07 : (string)
space4 : (string)
space5 : (string)
space6 : (string)
space7 : (string)
space8 : (string)
space9 : (string)
updaterEmail : (string)
updaterEmailsEnabled : false (bool)
updaterLastCheck : 1531967104 (real)
Error (client) getXmlFromPlugin() caught exception: incorrect type returned (expected XML string)
Error (client) runDialogForDevice() caught exception: NSInvalidArgumentException -- *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
GhostXML Error Error in plugin execution CallPluginFunc:

Traceback (most recent call last):
File "plugin.py", line 183, in getDeviceConfigUiXml
KeyError: key refreshFreq not found in dict

Error (client) getXmlFromPlugin() caught exception: incorrect type returned (expected XML string)
Error (client) runDialogForDevice() caught exception: NSInvalidArgumentException -- *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
GhostXML Error Error in plugin execution CallPluginFunc:

Traceback (most recent call last):
File "plugin.py", line 183, in getDeviceConfigUiXml
KeyError: key refreshFreq not found in dict

Re: New Plugin: GhostXML

PostPosted: Thu Jul 19, 2018 5:55 am
by DaveL17
Okay, I have it now--I'm working on a fix and should have it posted soon. This next version will also have a new feature as well.

Can you hold out just a little bit longer? :D

Re: New Plugin: GhostXML

PostPosted: Thu Jul 19, 2018 6:41 am
by gnikolov
Thank you!

Yes of course, its your work and i am very gratefull with it!

Thank you again, i will check it frecuently.

Kind regards!

Re: New Plugin: GhostXML

PostPosted: Thu Jul 19, 2018 7:22 am
by DaveL17
gnikolov wrote:
Thank you!

Yes of course, its your work and i am very gratefull with it!

Thank you again, i will check it frecuently.

Kind regards!

Thanks for understanding. I'll get something up as soon as I can.

Re: New Plugin: GhostXML

PostPosted: Thu Jul 19, 2018 8:06 pm
by DaveL17
Have just pushed out an update. This version should address the refreshFreq error. Please let me know if that's not the case.

Re: New Plugin: GhostXML

PostPosted: Mon Aug 27, 2018 9:39 am
by gnikolov
Hello Dave, now everything works FINE!!, sorry for the delay in my answer but i didn't have time to test it.

Thank you very much.

Kind regards!