NEWS
Kann vis/edit.html nicht finden
-
Bitte nicht auf silly! Da kommt ja alles ums Eck!
Info reicht erstmal. Vielleicht später noch debug. -
-
Stell mal den mqtt-Adaper auf Info. Sonst quakt der jeden Mist in das Log rein.
-
Das hast du schon durch?
To retry it disable/enable the adapter or restart host.
iobroker add vis
bringt?
-
@thomas-braun
Daspi@raspberrypi:~ $ iobroker add vis NPM version: 6.14.17 Installing iobroker.vis@1.4.15... (System call) > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis > node main.js --install host.raspberrypi Cannot install iobroker.vis@1.4.15: 6 pi@raspberrypi:~ $
-
Ich vermute da ist der npm tree nicht sauber.
cd /opt/iobroker sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"
-
@thomas-braun sagte in Kann vis/edit.html nicht finden:
sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker"
Kommt das
pi@raspberrypi:~ $ cd /opt/iobroker pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.vis --loglevel error --prefix "/opt/iobroker" > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis > node main.js --install npm ERR! code ELIFECYCLE npm ERR! errno 6 npm ERR! iobroker.vis@1.4.15 install: `node main.js --install` npm ERR! Exit status 6 npm ERR! npm ERR! Failed at the iobroker.vis@1.4.15 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-06-01T08_51_46_521Z-debug.log pi@raspberrypi:/opt/iobroker $
-
@beowolf sagte in Kann vis/edit.html nicht finden:
npm ERR! code ELIFECYCLE npm ERR! errno 6
Da fallen mir nur noch ekelige Dinge mit Dateien löschen ein. Ich weiß aber nicht was dann passiert.
-
@thomas-braun oder mal eine ältere Version probieren
-
Ach stimmt, da war was mit vis und alten Versionen...
Da ich aber kein vis einsetze weiß ich nicht wohin man da zurück gehen könnte. -
cd /opt/iobroker npm install iobroker.vis@1.4.8 --debug
-
Also, wenn ich auf Adapter gehe, steht dort eigentlich, das keine VIS-Version installiert ist. Wenn ich versuche eine zu installieren, kommt das:
$ iobroker add vis auto --host raspberrypi NPM version: 6.14.17 Installing iobroker.vis@1.4.15... (System call) > iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis> node main.js --install host.raspberrypi Cannot install iobroker.vis@1.4.15: 6 ERROR: Process exited with code 25
Eine Auswahl an Versionen ist auch nicht da.
-
@beowolf siehe ein drüber
-
pi@raspberrypi:~ $ cd /opt/iobroker pi@raspberrypi:/opt/iobroker $ npm install iobroker.vis@1.4.8 --debug > iobroker.vis@1.4.8 install /opt/iobroker/node_modules/iobroker.vis > node main.js --install npm ERR! code ELIFECYCLE npm ERR! errno 6 npm ERR! iobroker.vis@1.4.8 install: `node main.js --install` npm ERR! Exit status 6 npm ERR! npm ERR! Failed at the iobroker.vis@1.4.8 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-06-01T09_14_39_692Z-debug.log pi@raspberrypi:/opt/iobroker $
Wenn ich den pi platt mache und ioBroker neu installiere, dann ein Backup einspiele bin ich dann da wo ich jetzt bin, oder was passiert bei einem Restore?
-
@beowolf vllt hilft es den npm cache zu löschen und anschliessend noch mal den install anstoßen
sudo -H -u iobroker npm cache clean --force
@beowolf sagte in Kann vis/edit.html nicht finden:
dann ein Backup einspiele bin ich dann da wo ich jetzt bin
das kommt darauf an, ob das Problem schon in deinem Backup vorhanden ist
-
@crunchip sagte in Kann vis/edit.html nicht finden:
sudo -H -u iobroker npm cache clean --force
So, ich habe jetzt den ganzen VIS-Kram in ioBroker mal gelöscht/deinstalliert.
VIS wieder installiert - siehe da - alles funktioniert wieder.
Kann das die Lösung sein?
Wenn es geht ist alles in Ordnung?
-
@beowolf warum wird immer was anderes gemacht, als was man sollte?
Klar kann man vis löschen und wo ist nun dein Projekt?
-
@crunchip
Es ist alles da. Alle Views usw. sind da. -
@beowolf sagte in Kann vis/edit.html nicht finden:
@crunchip
Es ist alles da. Alle Views usw. sind da.Vergiss nicht deine Projekte zu exportieren und extern zu sichern.
-
@sigi234
Mache ich