You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
First off, thanks so much for writing this utility. I just got a two-pack of the PLAY:1s the other day, and not having AirPlay support is my single biggest gripe with Sonos.
I installed node.js via brew, and that installed version 5.1.0 so I'm not sure if that's the problem or not.
When I did "npm install airsonos" I got lots of warnings, but seemed like minor things such as unused variables and comparing integers of different signs. Stuff that shouldn't really break anything.
However, when I run airsonos --diagnostics, I get stuck here:
AirSonos Diagnostics
node version v5.1.0
operating sys darwin (x64)
ip address 192.168.0.115
Searching for Sonos devices on network...
Never gets past that. I am using Sonos Controller 6.0 on my Mac. I've tried with and without that open, and it seems to make no difference. But others have mentioned Sonos 6.0 in other threads, so maybe that could be part of the problem too.
Any ideas on what I should try next?
The text was updated successfully, but these errors were encountered:
I have Sonos Controller 6.0 on my Mac with OS X 10.11.1 and Airsonos works. I think that the problem for you is your Node.js version, 5.1.0 is the latest "stable" version av Node.js. Try downgrading to 4.2.2 (LTS-version).
Ok, thanks for the advice! So I tried "brew unlink node", then "brew install homebrew/versions/node4-lts". AirSonos gave an error, so I uninstalled and reinstalled that too, and fired it up again. I get the same behavior (but different version of node listed):
$ airsonos --diagnostics
AirSonos Diagnostics
node version v4.2.2
operating sys darwin (x64)
ip address 192.168.0.115
All right... call me an idiot. I just realized that I was still connected to the VPN that I use for work purposes. Disconnecting from that did the trick. Man I feel dumb now. :)
First off, thanks so much for writing this utility. I just got a two-pack of the PLAY:1s the other day, and not having AirPlay support is my single biggest gripe with Sonos.
I installed node.js via brew, and that installed version 5.1.0 so I'm not sure if that's the problem or not.
When I did "npm install airsonos" I got lots of warnings, but seemed like minor things such as unused variables and comparing integers of different signs. Stuff that shouldn't really break anything.
However, when I run airsonos --diagnostics, I get stuck here:
AirSonos Diagnostics
node version v5.1.0
operating sys darwin (x64)
ip address 192.168.0.115
Searching for Sonos devices on network...
Never gets past that. I am using Sonos Controller 6.0 on my Mac. I've tried with and without that open, and it seems to make no difference. But others have mentioned Sonos 6.0 in other threads, so maybe that could be part of the problem too.
Any ideas on what I should try next?
The text was updated successfully, but these errors were encountered: