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
Hi Folks, new here.
Trying to get echo-sonos working on a Vero 4K.
Bit slow going, I'm new at this stuff.
Here's the error I'm getting right now when I do a "npm start"
I noticed that the file it's looking for is called settings.json not settings.js, which is the filename I have.
Changed that file name to settings.json, but that didn't help, generated even more errors.
If anyone has any hints, it would be much appreciated.
Thx, Bill
Hi Folks, new here.
Trying to get echo-sonos working on a Vero 4K.
Bit slow going, I'm new at this stuff.
Here's the error I'm getting right now when I do a "npm start"
I noticed that the file it's looking for is called settings.json not settings.js, which is the filename I have.
Changed that file name to settings.json, but that didn't help, generated even more errors.
If anyone has any hints, it would be much appreciated.
Thx, Bill
osmc@vero4k:~/node-sonos-http-api$ npm start
2018-08-09T23:09:07.185Z INFO Could not find file /home/osmc/node-sonos-http-api /settings.json
2018-08-09T23:09:07.448Z INFO Presets loaded: { presets:
{ players:
[ { roomName: 'bath', volume: 10 },
{ roomName: 'kitchen', volume: 10 },
{ roomName: 'living room', volume: 10 },
{ roomName: 'basement', volume: 10 } ],
playMode: { shuffle: true, repeat: 'all', crossfade: false },
pauseOthers: false } }
2018-08-09T23:09:09.547Z INFO http server listening on 0.0.0.0 port 5005
The text was updated successfully, but these errors were encountered: