Karl Shouler
Karl Shouler
Can reproduce on macOS 10.13.6 -- was working last week 🤷🏼♂️
@rafale77 I'm still waiting to pickup an airplay2 compatible sonos. It sounds like only one AP2 sonos is needed on your network to make all speakers AP2 compatible?
@psieyes Open terminal. Type `vim /usr/local/lib/node_modules/airsonos/node_modules/nodetunes/lib/helper.js` to open the file. Type `/decipher` to search for the string "decipher" and hit enter when it finds the line. Type `dd` to delete...
+1 on this -- the workaround I have implemented as a stopgap is looping through all emails to send to a single address at a time. Not great for latency,...
..and just to clarify a bit further, that workaround is something like: ``` members = list of email strings for email in members: message = Mail( from_email='[email protected]', to_emails=email, subject='lalala') message.template_id...