IndigoPluginHost3 stopped working

Posted on
Sat Dec 16, 2023 5:50 am
rijdat offline
Posts: 19
Joined: Mar 06, 2011

IndigoPluginHost3 stopped working

From the terminal

indigo-host -e 'indigo.device.turnOn("Bedroom radio")'

does what is should but from a Xojo app neither of these work in 2023.1

IndigoShell.Execute("/Library/Application\ Support/Perceptive\ Automation/Indigo\ 2023.2/IndigoPluginHost3.app/Contents/MacOS/IndigoPluginHost3 -e 'indigo.device.turnOn(""Bedroom radio"")'")
IndigoShell.Execute("indigo-host -e 'indigo.device.turnOn(""Bedroom radio"")'")

The first one worked fine in 2022.1 and earlier. (I did not try the second one until now. Note the "" tells Xojo to pass one double quote in the string).

This means I cannot now use my Xojo app to tell the Indigo server to turn things on and off. Any suggestions please ?

Posted on
Sat Dec 16, 2023 6:06 am
DaveL17 offline
User avatar
Posts: 6759
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: IndigoPluginHost3 stopped working

I don't know Xojo, but Indigo 2023.2 hasn't been released yet. Perhaps the command should be:

Code: Select all
IndigoShell.Execute("/Library/Application\ Support/Perceptive\ Automation/Indigo\ 2023.1/IndigoPluginHost3.app/Contents/MacOS/IndigoPluginHost3 -e 'indigo.device.turnOn(""Bedroom radio"")'")
IndigoShell.Execute("indigo-host -e 'indigo.device.turnOn(""Bedroom radio"")'")

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Sat Dec 16, 2023 6:11 am
rijdat offline
Posts: 19
Joined: Mar 06, 2011

Re: IndigoPluginHost3 stopped working

Thank you for spotting that, how stupid of me. All working again now, thank you.

Posted on
Sat Dec 16, 2023 6:16 am
DaveL17 offline
User avatar
Posts: 6759
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: IndigoPluginHost3 stopped working

We've all been there! Glad you were able to get it working.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 12 guests