Hi all
My Sonos TTS using Responsive voice has stopped working. I can only get it to repeat the previously working announcement, which makes me think somehow its not overwriting the previous file received from responsive voice.
If I run this, it works (don’t laugh, its an announcement for the kids )
[code]local LS_SID = “urn:micasaverde-com:serviceId:Sonos1”
luup.call_action(LS_SID, “Say”, {Text = “Yippee. Mummy is home” ,Volume=60}, 64)[/code]
If I run this, it doesnt
[code]local LS_SID = “urn:micasaverde-com:serviceId:Sonos1”
luup.call_action(LS_SID, “Say”, {Text = “Please talk to me” ,Volume=60}, 64)[/code]
With Debug switched on in the Sonos plugin, this is the only message I get
08 04/29/18 9:25:27.829 JobHandler_LuaUPnP::HandleActionRequest argument action=RunLua <0x6e3a0520>
08 04/29/18 9:25:27.829 JobHandler_LuaUPnP::HandleActionRequest argument Code=local LS_SID = "urn:micasaverde-com:serviceId:Sonos1"
luup.call_action(LS_SID, "Say", {Text = "Please talk to me" ,Volume=60}, 64) <0x6e3a0520>
01 04/29/18 9:25:27.830 sbrk JobHandler_LuaUPnP::HandleActionRequest Problem with getnameinfo <0x6e3a0520>
08 04/29/18 9:25:27.830 JobHandler_LuaUPnP::HandleActionRequest device: 64 service: urn:micasaverde-com:serviceId:Sonos1 action: Say <0x6e3a0520>
08 04/29/18 9:25:27.830 JobHandler_LuaUPnP::HandleActionRequest argument Volume=60 <0x6e3a0520>
08 04/29/18 9:25:27.830 JobHandler_LuaUPnP::HandleActionRequest argument Text=Please talk to me <0x6e3a0520>
02 04/29/18 9:25:28.077 luup_log:64: Sonos: warning: RV TTS: failed! <0x6e3a0520>
It appears this stopped working while I was away on business, and no changes have been made.
Is anyone else getting this or know how to fix it?
Thanks