Page 1 of 1

iTunes Plugin Error (Indigo7)

PostPosted: Thu Nov 17, 2016 11:36 am
by marketability
Hi - in Indigo 7 I'm getting this error - only on server start (I think)

Code: Select all
   iTunes Error                    Error in plugin execution ExecuteAction:

Traceback (most recent call last):
  File "plugin.py", line 540, in pauseAndSay
AttributeError: 'Plugin' object has no attribute 'lastSpokenMessage'


Anything anyone can help with?
Thanks

Re: iTunes Plugin Error (Indigo7)

PostPosted: Thu Nov 17, 2016 5:03 pm
by jay (support)
Found the bug. Apparently you tell it to speak the last spoken message before there was anything spoken so the message didn't exist. I've fixed it for the next Indigo release - it'll just won't say anything.

[MODERATOR NOTE] moved to the correct forum

Re: iTunes Plugin Error (Indigo7)

PostPosted: Fri Nov 18, 2016 12:22 am
by marketability
Thanks jay