@thomas-braun zück dein Backup aka neu installieren und backup drauf?
NEWS
Latest posts made by logilutions
-
RE: iobroker start unterbricht mit "...is not a function"
-
RE: iobroker start unterbricht mit "...is not a function"
@glasfaser said in iobroker start unterbricht mit "...is not a function":
cd /opt/iobroker
sudo -H -u iobroker npm install iobroker.js-controller@3.2.16@Thomas-Braun Das hatte ich hier schon gemacht, hab es jetzt nochmals ausgeführt, hat aber nichts geändert.
-
RE: iobroker start unterbricht mit "...is not a function"
@thomas-braun
tut mir echt leid, hab wohl beim Lesen genau die Stelle mit den Pfaden ausgelassen .. Upsijetzt steht da
/usr/bin/nodejs v14.17.0 /usr/bin/node v14.17.0 /usr/bin/npm 6.14.13 nodejs: Installiert: 14.17.0-1nodesource1 Installationskandidat: 14.17.0-1nodesource1 Versionstabelle: *** 14.17.0-1nodesource1 500 500 https://deb.nodesource.com/node_14.x buster/main armhf Packages 100 /var/lib/dpkg/status 10.24.0~dfsg-1~deb10u1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
Der Fehler in
iobroker logs
ist nach wie vor:
-
RE: iobroker start unterbricht mit "...is not a function"
/usr/bin/nodejs v14.17.0 /usr/local/bin/node v14.17.0 /usr/local/bin/npm 6.14.13 nodejs: Installiert: 14.17.0-1nodesource1 Installationskandidat: 14.17.0-1nodesource1 Versionstabelle: *** 14.17.0-1nodesource1 500 500 https://deb.nodesource.com/node_14.x buster/main armhf Packages 100 /var/lib/dpkg/status 10.24.0~dfsg-1~deb10u1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
-
RE: iobroker start unterbricht mit "...is not a function"
@thomas-braun
ich habe jetzt node 14 nochmal ordentlich installiert.
Dennoch treten nach wie vor die gleichen Symptome auf. -
RE: iobroker start unterbricht mit "...is not a function"
@glasfaser
bin mir nicht sicher, aber könnte sein, dass ichs bei den fix-versuchen mal aus npm neu gezogen hab. hat auf jedenfall nichts am log geändert.Ausgabe deiner Befehle:
$ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs /usr/bin/nodejs v10.24.1 /usr/local/bin/node v14.17.0 /usr/local/bin/npm 6.14.13 nodejs: Installiert: 10.24.1-1nodesource1 Installationskandidat: 10.24.1-1nodesource1 Versionstabelle: *** 10.24.1-1nodesource1 500 500 https://deb.nodesource.com/node_10.x buster/main armhf Packages 100 /var/lib/dpkg/status 10.24.0~dfsg-1~deb10u1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages ____________________________ $ iobroker status iobroker is not running on this host. No iobroker host is running. Objects type: redis States type: redis ____________________________ $ iobroker update Used repository: stable hash changed or no sources cached => force download of new sources update done Adapter "admin" : 4.2.1 , installed 4.2.1 ... alle anderen Adapter (alle aktuell)
-
RE: iobroker start unterbricht mit "...is not a function"
@thomas-braun wenn ich
iobroker repo
ausführe bekomme ich
stable : http://download.iobroker.net/sources-dist.json beta : http://download.iobroker.net/sources-dist-latest.json Active repo: stable
also scheint es auf
stable
zu stehen?
Wo kann ich das ansonten einstellen? -
RE: iobroker start unterbricht mit "...is not a function"
@glasfaser was bedeutet "Beta Kanal" und was genau kann ich machen?
-
RE: iobroker start unterbricht mit "...is not a function"
@bbtown ich habe node aktualisiert, das konnte aber das Problem leider nicht lösen.