NEWS
Installationvon Adaptern funktioniert nicht
-
Hallo zusammen,
ich möchte nun auch gerne von CCU.IO umsteigen.
Zum Test habe ich IO.Broker auf RPI installiert. Alles lief soweit rund.
Nun habe ich versucht den ersten Adapter (hm-rega) zu installieren.
Allerdings erhalte ich folgende Fehlermeldung:
$ ./iobroker add hm-rega npm install iobroker.hm-rega --production --prefix "/opt/iobroker" Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.mobile/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.mqtt/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.node-red/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.ping/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.sayit/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.simple-api/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.socketio/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.telnet/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.onkyo/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.pushover/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.rickshaw/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.sonos/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.vis/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.web/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.yr/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.zwave/master/io-package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.hm-rpc/master/io-package.json. Error: Error: ESOCKETTIMEDOUT ERROR: ERROR: path.js:313 ERROR: throw new TypeError('Arguments to path.resolve must be strings'); ^ ERROR: TypeError: Arguments to path.resolve must be strings at Object.exports.resolve (path.js:313:15) at resolver (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/lib/install.js:797:24) at /opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/node_modules/slide/lib/async-map.js:52:35 at Array.forEach (native) at /opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/node_modules/slide/lib/async-map.js:52:11 at Array.forEach (native) at asyncMap (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/node_modules/slide/lib/async-map.js:51:8) at /opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/lib/install.js:655:5 at /opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/lib/install.js:281:21 at /opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/node_modules/read-package-json/read-json.js:51:40 ERROR: process exited with code 8
Habe ich etwas falscht gemacht?
Was kann ich noch testen / tun?
Gruß
Michael
PS: Vielleicht sieht man ja den ein oder anderen morgen in Kassel
-
Kann es sein, dass du schon früher versucht hast ioBroker zu installieren?
führe bitte folgendes in /opt/iorbroker aus:
npm cache clean npm install iobroker.js-controller ./iobroker restart