![]() |
Sonos - PlayFovorite command - Printable Version +- Charmed Quark Systems, Ltd. - Support Forums and Community (https://www.charmedquark.com/vb_forums) +-- Forum: General Discussion (https://www.charmedquark.com/vb_forums/forumdisplay.php?fid=3) +--- Forum: CQC Support (https://www.charmedquark.com/vb_forums/forumdisplay.php?fid=9) +--- Thread: Sonos - PlayFovorite command (/showthread.php?tid=10806) |
Sonos - PlayFovorite command - NightLight - 04-17-2019 Devices::FieldWrite     P1=Sonos.InvokeCmd     P2=PlayFavorite : Example     P3=True This command started failing causing the driver to disconnect and reconnect with the Sonos device. I'm guessing do to a Sonos update. Anyone else experiencing or can replicate? Anything I can do to help? everything else continues to work as expected. This command still works. Devices::FieldWrite     P1=Sonos.InvokeCmd     P2=SetPLToQ : ByName, %(GVar:Selection)     P3=True RE: Sonos - PlayFovorite command - kblagron - 04-18-2019 (04-17-2019, 05:29 PM)NightLight Wrote: Devices::FieldWrite I have had this happen when the favorite is not available anymore.  Amazon Music seems to be really good at changing their canned playlists that I programmed in.  It has also happened on an IHeartRadio station that only broadcasts during sports events. RE: Sonos - PlayFovorite command - NightLight - 04-20-2019 No, all the Favorites are there. Nothing has changed except Sonos software updates. I haven't really dug into the problem yet. I was hoping someone would could confirm it for me. It has been working for over a year. The log only shows the device is not connected and then subsequent commands fail CQCKit, CQCDriver_DriverBase.cpp.4853, Failed/Not Ready, Error: 906/0/0 Driver 'Sonos' is not currently connected to its device Watching the "Driver Status" nothing changes and I can send volume or transport commands no problem. I don't think its really disconnecting. Can't get it to load any of the Favorites though. All my playlists live there. It allows me to queue live Spotify playlists and radio stations. Any ideas? RE: Sonos - PlayFovorite command - Dean Roddey - 04-20-2019 It's probably recycling quickly. If you put it into verbose mode you'd see the loss of connection error and reconnection errors most likely. RE: Sonos - PlayFovorite command - NightLight - 04-20-2019 I tried that. Nothing showed up. As far as I can tell. RE: Sonos - PlayFovorite command - kblagron - 04-21-2019 (04-20-2019, 04:09 PM)NightLight Wrote: I tried that. Nothing showed up. As far as I can tell. I am on this: Version: 10.0 (build 48261220), and no problems.  My comments above related to the Sonos Favorites that were saved in the Favorites list.  I was having trouble getting the station/playlist to play on the Sonos App on my phone, and when that happened, It would lose connection on the driver when I selected it.  Apparently you can have non-working playlists/favorites in your Sonos playlists/favorites list that are non-functional. Lastly, I am not sure what version you were on, but one of the upgrades in the recent past, in October or so, really improved Sonos for me.   I think it was around 5.3.910 or maybe a few versions above that. RE: Sonos - PlayFovorite command - Dean Roddey - 04-21-2019 In 919, some significant work was done in the UPnP stuff that would probably explain that. Though also there were some others, like removing the initial Stop command when the driver comes up and a couple other things. And of course we had to remove the device properties service because Sonos broke that wrt to the Windows UPnP stack. RE: Sonos - PlayFovorite command - NightLight - 04-23-2019 (04-21-2019, 08:30 AM)Dean Roddey Wrote: In 919, some significant work was done in the UPnP stuff that would probably explain that. Though also there were some others, like removing the initial Stop command when the driver comes up and a couple other things. And of course we had to remove the device properties service because Sonos broke that wrt to the Windows UPnP stack. I'm on 5.3.947 Sonos 10.1 Build 49263270 I poked it a little tonight. No change. I think is might be broken again. Sorry Dean, you must get tired of hearing that. Anything I can do to help? RE: Sonos - PlayFovorite command - Dean Roddey - 04-23-2019 I'll try to get my Sonos upgraded and try it in the next day or so. RE: Sonos - PlayFovorite command - NightLight - 04-27-2019 Any luck with this? I tried to revert back to old Sonos 10.0 but there seems to be no way (apart from contacting Sonos) to do that. Thoughts? |