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

Errors building on OSX Darwin #210

Closed
WizGnome opened this issue Sep 5, 2015 · 3 comments
Closed

Errors building on OSX Darwin #210

WizGnome opened this issue Sep 5, 2015 · 3 comments

Comments

@WizGnome
Copy link

WizGnome commented Sep 5, 2015

Hi,

I am having problems trying to build airsonos:

22 error Darwin 14.5.0
23 error argv "node" "/usr/local/bin/npm" "install" "-g"
24 error node v0.12.7
25 error npm v2.11.3
26 error file sh
27 error code ELIFECYCLE
28 error errno ENOENT
29 error syscall spawn
30 error [email protected] prepublish: babel ./lib/ -d ./bin/
30 error spawn ENOENT
31 error Failed at the [email protected] prepublish script 'babel ./lib/ -d ./bin/'.
31 error This is most likely a problem with the airsonos package,
31 error not with npm itself.
31 error Tell the author that this fails on your system:
31 error babel ./lib/ -d ./bin/
31 error You can get their info via:
31 error npm owner ls airsonos
31 error There is likely additional logging output above.
32 verbose exit [ 1, true ]

@WizGnome WizGnome changed the title Errors buildin on OSX Darwin Errors buildin on OSX Darwing Sep 5, 2015
@WizGnome WizGnome changed the title Errors buildin on OSX Darwing Errors buildin on OSX Darwin Sep 5, 2015
@WizGnome WizGnome changed the title Errors buildin on OSX Darwin Errors building on OSX Darwin Sep 5, 2015
@stephen
Copy link
Owner

stephen commented Sep 20, 2015

@WizGnome - can you provide the full log? This looks like a partial output.

@WizGnome
Copy link
Author

I have just updated xcode and tried building again, It now builds (with a few warnings) - unfortunately I am not at home where I have my Sonos - will try when I get back and see if it is now working.

@WizGnome
Copy link
Author

When I try and play to the device, I now get this error:

MacBook-Pro:~ wilsonmic$ airsonos
Searching for Sonos devices on network...

Portable (@ 192.168.1.44:1400, RINCON_B8E937B02E8A01400:1)

Search complete. Set up 1 device tunnel.
events.js:87
throw Error('Uncaught, unspecified "error" event.');
^
Error: Uncaught, unspecified "error" event.
at Error (native)
at DeviceTunnel.emit (events.js:87:13)
at NodeTunes.emit (events.js:107:17)
at announceParse (/usr/local/lib/node_modules/airsonos/node_modules/nodetunes/lib/rtspmethods.js:105:31)
at announce (/usr/local/lib/node_modules/airsonos/node_modules/nodetunes/lib/rtspmethods.js:79:7)
at RtspServer. (/usr/local/lib/node_modules/airsonos/node_modules/nodetunes/lib/rtsp.js:62:7)
at ServerParser.emit (events.js:110:17)
at ServerParser._emitMessage (/usr/local/lib/node_modules/airsonos/node_modules/nodetunes/node_modules/httplike/lib/server-parser.js:28:8)
at ServerParser.Parser._write (/usr/local/lib/node_modules/airsonos/node_modules/nodetunes/node_modules/httplike/lib/parser.js:103:12)
at doWrite (_stream_writable.js:301:12)
at writeOrBuffer (_stream_writable.js:288:5)
at ServerParser.Writable.write (_stream_writable.js:217:11)
at Socket.ondata (_stream_readable.js:540:20)
at Socket.emit (events.js:107:17)
at readableAddChunk (_stream_readable.js:163:16)
at Socket.Readable.push (_stream_readable.js:126:10)

Which I guess relates to #9

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

2 participants