-
Notifications
You must be signed in to change notification settings - Fork 255
Working in Sierra #340
Comments
Sweet! This worked perfectly. Thanks! Any ideas on how to eliminate the delay? It's about five seconds. |
Confirmed that this works! Thanks @sathya1984! |
I don't understand that version number. the node version I have is 7.2.1 |
The versions have been incrementing very quickly since 0.10x! The easiest way to switch to Node 0.10x is to install n ( |
this doesn't work on my system. I removed all other node versions, installed 0.10.28 on mac os sierra, installed airsonos as described and started airsonos. After starting airsonos I've found my sonos speakers and selected them over airplay, it began to play at full volume for a few milliseconds, but then an error occured and shut down the airsonos tunnel. What went wrong? |
I just got it working with the described steps on my system as well (macOS Sierra v10.12.2). |
Thank you. Has worked perfectly. Sierra 10.12.2 |
It doesn't work for me, any ideas? According to the output below it finds my sonos but it doesn't show up anywhere.
|
|
Hi, it does not work for me either. I have applied the instructions above and installed AirSonos on a Mac mini (late 2014), running Sierra 10.12.3. Here is the output I get:
the system hangs, searching for the devices on the network. Any idea why this is happening? Thanks! |
It worked great for me! Many thanks |
Having had a similar problem to #341 I tried this suggestion a number of times before it eventually worked. I did disconnect my Sonos Dock as suggested by another thread so not sure if that was the cause or just coincidence. |
Having some issues with Sierra 10.12.4.. the program runs fine and finds the device, I can change the output source, but as soon as I hit play for instance on SoundCloud it reverts back to the the laptop speaker and the Sonos source disappears. Is anyone else having this issue? |
Search complete. Set up 1 device tunnel. Error: Invalid key length |
@sashaparang me too! not sure what the issue is, but I also haven't dug into it much... |
I tried the solution but got stuck at the following:
Have tried reinstalling Node, restarting computer, still can't get it to work. |
Anybody have any ideas for High Sierra? Very disappointed to see that Airsonos/Sonoair find the speakers, but I can't change the output to any of them in any of the sound dialogs. |
Managed to get airsonos working in Sierra. In case you already have nodejs in your mac and are perplexed, please try below.
Step1:
Clear all node versions
sudo rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/{npm*,node*,man1/node*}
Step2:
Install node 0.10.28 (I tried other versions but only this one worked)
https://nodejs.org/en/blog/release/v0.10.28/
Step3:
Install airsonos:
sudo npm install -g airsonos --unsafe-perm
Enjoy the music :)
The text was updated successfully, but these errors were encountered: