Sonos Ivona Error message

Posted on
Sun Feb 07, 2016 11:19 am
colinpartridge offline
Posts: 373
Joined: Jan 13, 2014
Location: London, UK

Sonos Ivona Error message

I'm getting the following error message when I'm trying to generate a message..
Code: Select all
Sonos Error                     IVONA Input: Xxxxxxxxxxx
  Sonos Error                     IVONA Input: Xxxxxxxxxxxxxxxxxxx
  Sonos Error                     IVONA Input: Amy
  Sonos Error                     IVONA Input: 400
  Sonos Error                     IVONA Input: medium
  Sonos Error                     IVONA Input: hello welcome home
  Sonos Error                     IVONA Error: ./lib/requests/packages/urllib3/util/ssl_.py:100: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  Sonos Error                     IVONA Error:   InsecurePlatformWarning


Following the link provided in the warning I'm guessing that this is because I'm still running OSX 10.9 and thus Python is not up to date enough.
Can anyone confirm my thoughts.

Colin

Posted on
Mon Feb 08, 2016 4:05 pm
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos Ivona Error message

I don't think it is specifically the version of Python, but what additionally libraries are packaged with it. At least this is what I read when searching for a solution. I think I can add some code to dismiss the warning. I'll give it a shot for the next release.


Sent from my iPhone using Tapatalk

Posted on
Mon Feb 08, 2016 5:13 pm
colinpartridge offline
Posts: 373
Joined: Jan 13, 2014
Location: London, UK

Re: Sonos Ivona Error message

OK Thanks Nick, I'll await the next version rather than starting to mess with stuff that I don't really understand.

Colin

Posted on
Fri Feb 12, 2016 10:33 am
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos Ivona Error message

I just posted a major release (v0.9.0) that hopefully addresses this issue. Give it a shot.

Posted on
Fri Feb 12, 2016 3:13 pm
colinpartridge offline
Posts: 373
Joined: Jan 13, 2014
Location: London, UK

Re: Sonos Ivona Error message

HI Nick
Installed the latest version and now get the following error..
Code: Select all
Sonos Error                     There was an error reading the plugin preferences. Please check your configuration.
  Sonos                           Restarting Sonos Plugin


over and over again. I can't access the preferences, the only way to stop it is to disable the plugin.
Any ideas?

Colin

Posted on
Fri Feb 12, 2016 3:23 pm
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos Ivona Error message

Yikes. Let me check the code around the configuration parameters.

Posted on
Sat Feb 13, 2016 12:29 am
GlennNZ offline
User avatar
Posts: 1555
Joined: Dec 07, 2014
Location: Central Coast, Australia

Sonos Ivona Error message

Hi
Thanks for the update.
I had the same message - had to try to reload settings again and again - eventually after some button pressing - got the window to open however couldn't save as the plugin was restarting --- eventually hit save and updated config - and now seems to be running.
But probably a more user friendly way to do it! ;)
Glenn

Posted on
Sat Feb 13, 2016 4:50 am
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos Ivona Error message

I updated the plugin again (v0.9.1). It will default the EventProcessor to SoCo (new). If you want to change it back, you should be able to go to the plugin configuration now and adjust. It should not continually restart.

Posted on
Sat Feb 13, 2016 5:05 am
colinpartridge offline
Posts: 373
Joined: Jan 13, 2014
Location: London, UK

Re: Sonos Ivona Error message

Thanks, new version loads ok ... and managed to change event processor to SoCo. However I now get the following error when testing an Ivona message.
Code: Select all
Sonos Error                     IVONA Input: Brian
  Sonos Error                     IVONA Input: 400
  Sonos Error                     IVONA Input: medium
  Sonos Error                     IVONA Input: hello welcome home
  Sonos Error                     IVONA Error: Traceback (most recent call last):
  Sonos Error                     IVONA Error:   File "./pyvona_voices.py", line 31, in <module>
  Sonos Error                     IVONA Error:     v.fetch_voice(announcement, 'announcement')
  Sonos Error                     IVONA Error:   File "./lib/pyvona/pyvona.py", line 109, in fetch_voice
  Sonos Error                     IVONA Error:     raise PyvonaException('Error fetching voice: {}'.format(r.content))
  Sonos Error                     IVONA Error: pyvona.pyvona.PyvonaException: Error fetching voice: {"message":"Signature expired: 20160213T105531Z is now earlier than 20160213T105547Z (20160213T110047Z - 5 min.)"}


Any ideas?

Colin

Posted on
Sat Feb 13, 2016 5:12 am
colinpartridge offline
Posts: 373
Joined: Jan 13, 2014
Location: London, UK

Re: Sonos Ivona Error message

Ignore that last post, Mac where Indigo server resides appears to be 5mins behind Client Mac, despite both being hooked up to the same time server. resynced and now announcement tests are working. Many thanks for getting this fix out so quickly.

Colin

Posted on
Sat Feb 13, 2016 5:26 am
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos Ivona Error message

Glad it is working. I see that I should update the requests library that I package with the plugin. That would have eliminated the initial error.

Posted on
Sun Nov 13, 2016 11:22 am
dnomode offline
Posts: 366
Joined: Apr 12, 2008
Location: North Georgia

Re: Sonos Ivona Error message

Im getting the following error when trying to use Group Announcements with IVONA text to speech.
Code: Select all
 Sonos Error                     Error in plugin execution ExecuteAction:

Traceback (most recent call last):
  File "plugin.py", line 189, in actionZP_announcementMP3
  File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 1672, in actionAnnouncement
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

It may be because a Voice is not selected because that drop down has no options available.

FYI: Google text to speech and MP3 files work good.

What you think my be the problem.

Thanks for your help
Edmond

Posted on
Sun Nov 13, 2016 11:38 am
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos Ivona Error message

have you entered the IVONA access key and password in the plugin configuration? Based on the error - the access key is blank.

dnomode wrote:
Im getting the following error when trying to use Group Announcements with IVONA text to speech.
Code: Select all
 Sonos Error                     Error in plugin execution ExecuteAction:

Traceback (most recent call last):
  File "plugin.py", line 189, in actionZP_announcementMP3
  File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 1672, in actionAnnouncement
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

It may be because a Voice is not selected because that drop down has no options available.

FYI: Google text to speech and MP3 files work good.

What you think my be the problem.

Thanks for your help
Edmond

Posted on
Sun Nov 13, 2016 12:18 pm
dnomode offline
Posts: 366
Joined: Apr 12, 2008
Location: North Georgia

Re: Sonos Ivona Error message

I did not :oops: . I'll do that.

Thanks
Edmond

Posted on
Sun Nov 27, 2016 8:05 am
dnomode offline
Posts: 366
Joined: Apr 12, 2008
Location: North Georgia

Re: Sonos Ivona Error message

Works great. Thx


Sent from my iPhone using Tapatalk

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 3 guests