-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi,
I started installing under ubuntu:
:~/raumserver$ npm install node-raumserver
npm WARN saveError ENOENT: no such file or directory, open '/home/ralf/raumserver/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/home/ralf/raumserver/package.json'
npm WARN raumserver No description
npm WARN raumserver No repository field.
npm WARN raumserver No README data
npm WARN raumserver No license field.
- node-raumserver@0.1.9
added 119 packages from 147 contributors and audited 163 packages in 5.153s
13 packages are looking for funding
run npm fund for details
found 0 vulnerabilities
:/raumserver$ npm -version/raumserver$ node -v
6.13.7
:
v13.8.0
I had previously npm 5.x, I tried with nodejs 10.x, 8.x ... I tried building the docker image with updated 0.1.9 version (fails with errors see below).
Docker run errors:
erbose: [DeviceManager] Found Host-Service on: 192.168.178.78 via BONJOUR
verbose: [DeviceManager] Getting device list from http://192.168.178.78 with updateId:
info: [Raumkernel] Found raumfeld host on: 192.168.178.78
verbose: [ZoneManager] Getting zone configuration information from http://192.168.178.78 with updateId:
error: [DeviceManager] Error retrieving the device list from 192.168.178.78:Error: connect EHOSTUNREACH 192.168.178.78:47365
error: [ZoneManager] Error retrieving the zone configuration from 192.168.178.78: Error: connect EHOSTUNREACH 192.168.178.78:47365
error: [DeviceManager] Connection with the host '192.168.178.78' failed! (PING): Error: connect EHOSTUNREACH 192.168.178.78:47365
Thanks, Ralf