Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Tunnels set up but no new speakers listed #240

Closed
rmwiseman opened this issue Nov 21, 2015 · 6 comments
Closed

Tunnels set up but no new speakers listed #240

rmwiseman opened this issue Nov 21, 2015 · 6 comments

Comments

@rmwiseman
Copy link

I run airsonos (either as a normal user or as root) and it appears to have succeeded -- it says "Search complete. Set up 2 device tunnels." at least -- but when I go to Sound --> Output in System Preferences, only "Internal Speakers" is listed.

I'm using node v5.1.0 and airsonos v0.2.5 on OS X 10.7.5.

Any ideas what I'm doing wrong? I believe I've followed all the instructions!

Thanks.

@auchenberg
Copy link

I had the same issue. Solved by upgrading nodetunes.

#241

@rmwiseman
Copy link
Author

Thanks, but I literally installed the latest version of airsonos (which I assume contains the latest nodetunes) and tried it. I also tried SonoAir (latest version) and that behaves in the same way: claims it has connected but no speakers appear.

@auchenberg
Copy link

The current master doesn't use the latest version of nodetunes, and that's
why it doesn't work. Ser the pull request.

On Sun, Nov 22, 2015, 1:14 PM rmwiseman notifications@github.com wrote:

Thanks, but I literally installed the latest version of airsonos (which I
assume contains the latest nodetunes) and tried it. I also tried SonoAir
(latest version) and that behaves in the same way: claims it has connected
but no speakers appear.


Reply to this email directly or view it on GitHub
#240 (comment).

@rmwiseman
Copy link
Author

Ah, OK, thanks. So will a simple npm install nodetunes do the trick?

EDIT 1: I've done npm install nodetunes and npm update nodetunes and npm upgrade nodetunes. No errors (only some warnings) but still the problem remains.

EDIT 2: I followed the instructions for installing the development version of airsonos and although that worked inasmuch as it installed and ran, the result was the same: Sonos discovered but no new speakers listed.

@auchenberg
Copy link

You need to pull my branch from the pull request that upgrades nodetunes. See #241

Or simple update package.json with:

"nodetunes": "0.3.0"

followed by running npm install

@rmwiseman
Copy link
Author

I don't understand much about git, to be honest, so I don't know what pulling is compared to cloning. But here's what I tried:

git clone https://github.com/auchenberg/airsonos.git
cd airsonos
vi package.json # changing the version of nodetunes to 0.3.0
npm install
node ./bin/index.js

Apologies if that's not what you're suggesting I do. It wasn't successful anyway: it built OK but no change in the final result.

@stephen stephen closed this as completed Feb 21, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants