NEWS
Kann vis/edit.html nicht finden
-
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 -
sorry muss hier nochmal nachhacken. Ich habe nach einer Backup Wiederherstellung das gleiche Problem.
Mein System ist als Docker auf einem Qnap Nas installiert.
Wie bist du genau vorgegangen?
-
@oli bei einem Backup sollte man vorher manuell vis installieren, dann sollte es keine Probleme geben.
-
@crunchip
super, dass hätte ich mal vorher wissen sollen und wie biege ich das jetzt wieder hin? -
Ich habe den VIS Adapter stumpf gelöscht. Hat bei mir funktioniert.
Wenn Du ein Backup hast ist das doch ohne Probleme machbar.
-
@crunchip sagte in Kann vis/edit.html nicht finden:
@oli bei einem Backup sollte man vorher manuell vis installieren, dann sollte es keine Probleme geben.
Das ist aber nicht wirklich der Sinn von einem Backup und Restore Prozess, oder?
-
@beowolf
hast du den in der Konsole gelöst, oder über die Oberfläche des ioBrokers? -
@oli
Oberfläche des ioBrokers -
@beowolf
das versuche ich schon die ganze Zeit, funktioniert aber nicht -
@oli sagte in Kann vis/edit.html nicht finden:
das versuche ich schon die ganze Zeit
was löschst du?
Adapter oder Instanz? -
@beowolf sinn nicht, aber vermehrt liest man, das mit aktueller vis Version genau da ein Problem entsteht beim backup einspielen.
Entweder ne ältere version manuell einspielen und danach wieder auf die aktuell, oder eben bevor man das backup einspielt, vis installieren -
ich versuche folgendes zu löschen
Ein Adapter wird mir gar nicht angezeigt
Im Log kommt folgendes:
host.ioBroker 2022-06-02 15:56:10.117 error Cannot download and install adapter "vis@1.4.15". To retry it disable/enable the adapter or restart host. Also check the error messages in the log! host.ioBroker 2022-06-02 15:56:08.084 error iobroker npm-install: host.ioBroker Cannot install iobroker.vis@1.4.15: 6 vis.0 2022-06-02 15:56:00.347 warn Terminated (UNCAUGHT_EXCEPTION): Without reason vis.0 2022-06-02 15:55:59.836 error Not exists vis.0 2022-06-02 15:55:59.835 error Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js:2973:17) at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1043:26) at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1092:29) at processImmediate (internal/timers.js:466:21) vis.0 2022-06-02 15:55:59.832 error unhandled promise rejection: Not exists vis.0 2022-06-02 15:55:59.832 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). host.ioBroker 2022-06-02 15:55:09.937 warn startInstance cannot find adapter "vis@1.4.15". Try to install it... 4 attempt host.ioBroker 2022-06-02 15:55:07.910 error iobroker npm-install: host.ioBroker Cannot install iobroker.vis@1.4.15: 6 vis.0 2022-06-02 15:54:58.250 warn Terminated (UNCAUGHT_EXCEPTION): Without reason vis.0 2022-06-02 15:54:57.740 error Not exists vis.0 2022-06-02 15:54:57.739 error Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js:2973:17) at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1043:26) at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1092:29) at processImmediate (internal/timers.js:466:21) vis.0 2022-06-02 15:54:57.736 error unhandled promise rejection: Not exists vis.0 2022-06-02 15:54:57.735 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). host.ioBroker 2022-06-02 15:54:06.670 warn startInstance cannot find adapter "vis@1.4.15". Try to install it... 3 attempt host.ioBroker 2022-06-02 15:54:04.642 error iobroker npm-install: host.ioBroker Cannot install iobroker.vis@1.4.15: 6 vis.0 2022-06-02 15:53:55.901 warn Terminated (UNCAUGHT_EXCEPTION): Without reason vis.0 2022-06-02 15:53:55.394 error Not exists vis.0 2022-06-02 15:53:55.392 error Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js:2973:17) at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1043:26) at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1092:29) at processImmediate (internal/timers.js:466:21) vis.0 2022-06-02 15:53:55.388 error unhandled promise rejection: Not exists vis.0 2022-06-02 15:53:55.373 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). host.ioBroker 2022-06-02 15:53:05.874 warn startInstance cannot find adapter "vis@1.4.15". Try to install it... 2 attempt host.ioBroker 2022-06-02 15:53:03.840 error iobroker npm-install: host.ioBroker Cannot install iobroker.vis@1.4.15: 6 vis.0 2022-06-02 15:52:56.269 warn Terminated (UNCAUGHT_EXCEPTION): Without reason vis.0 2022-06-02 15:52:55.758 error Not exists vis.0 2022-06-02 15:52:55.756 error Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js:2973:17) at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1043:26) at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1092:29) at processImmediate (internal/timers.js:466:21) vis.0 2022-06-02 15:52:55.753 error unhandled promise rejection: Not exists vis.0 2022-06-02 15:52:55.752 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). host.ioBroker 2022-06-02 15:52:00.315 warn startInstance cannot find adapter "vis@1.4.15". Try to install it... 1 attempt
-
@oli probier es doch mal mit
iobroker install vis
-
@oli
Alles was mit VIS zu tun hat ist auch gelöscht? Symbole usw.