NEWS
Jetzt auch bei mir Fehler 25 beim Adapter Update
-
Hallo zusammen,
ich habe bisher zwar keine Probleme damit gehabt aber nun auf einmal tauchen sie auf.
Ich wollte den Shelly - Adapter updaten und da kam der Fehler 25 nun.Ich verwende:
nodejs: v16.17.0
npm: 8.15.0mittlerweile habe ich nun schon einige Threads durchgelesen aber werde das Problem nicht los, hier mal was ich schon getan habe
Ich habe
npm ls | grep -E 'github|ERR'durchlaufen lassen und bekomme folgenden Output:
login as: iobroker iobroker@192.168.2.3's password: Linux Iobroker-Produktiv 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86 _64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Wed Oct 5 15:00:22 2022 from 192.168.2.189 iobroker@Iobroker-Produktiv:~$ cd /opt/iobroker/ iobroker@Iobroker-Produktiv:/opt/iobroker$ npm ls | grep -E 'github|ERR' npm ERR! code ELSPROBLEMS npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript npm ERR! invalid: iobroker.alexa2@3.19.9 /opt/iobroker/node_modules/iobroker.alexa2 npm ERR! invalid: iobroker.doorbird@0.1.5 /opt/iobroker/node_modules/iobroker.doorbird npm ERR! invalid: iobroker.enigma2@1.3.4 /opt/iobroker/node_modules/iobroker.enigma2 npm ERR! invalid: iobroker.followthesun@0.3.9 /opt/iobroker/node_modules/iobroker.followthesun npm ERR! invalid: iobroker.reolink@0.0.3 /opt/iobroker/node_modules/iobroker.reolink npm ERR! invalid: iobroker.sma-em@0.6.5 /opt/iobroker/node_modules/iobroker.sma-em npm ERR! invalid: iobroker.sourceanalytix@0.4.14 /opt/iobroker/node_modules/iobroker.sourceanalytix npm ERR! invalid: iobroker.worx@1.7.0 /opt/iobroker/node_modules/iobroker.worx npm ERR! invalid: iobroker.yeelight-2@1.1.2 /opt/iobroker/node_modules/iobroker.yeelight-2 npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan ├── iobroker.alexa2@3.19.9 invalid: "github:Apollon77/ioBroker.alexa2" from the root project ├── iobroker.doorbird@0.1.5 invalid: "github:BuZZy1337/ioBroker.doorbird#47440ddff9a9074ef1e0beb8ff7b7f2a6e368efb" from the root project ├── iobroker.enigma2@1.3.4 invalid: "github:Matten-Matten/ioBroker.enigma2#4198fa2049f66bb5eb274a24ae64f4fa3149065f" from the root project ├── iobroker.followthesun@0.3.9 invalid: "github:HGlab01/ioBroker.followthesun#587769d00f86cb41991a2beeb426ed083a3ed27c" from the root project ├── iobroker.reolink@0.0.3 invalid: "github:aendue/ioBroker.reolink#4cd421b8e2905d663e3fc370929754ec11717cf9" from the root project ├── iobroker.sma-em@0.6.5 invalid: "github:iobroker-community-adapters/ioBroker.sma-em#3af5f63f8948fd681608757ad7b0bb1540186af7" from the root project ├── iobroker.sourceanalytix@0.4.14 invalid: "github:DrozmotiX/ioBroker.sourceanalytix#c904199ffc910cb1326aadcf1dc23ba5f197f05f" from the root project ├── iobroker.worx@1.7.0 invalid: "github:iobroker-community-adapters/ioBroker.worx#98cebed3758212d947d6a2284e571e29ec06630d" from the root project ├── iobroker.yeelight-2@1.1.2 invalid: "github:iobroker-community-adapters/ioBroker.yeelight-2#ab958c7710d6275b71a3b42e922becf146157fbf" from the root project npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-10-05T13_34_09_643Z-debug-0.log iobroker@Iobroker-Produktiv:/opt/iobroker$Darauf hin habe ich alle Adapter mit "invalid" auf den mir angebotenen "latest" Stand gedowngraded was die invalid - Meldungen löschte. (Zurück zur Stable geht nicht wegen dem Fehler 25).
Sehr komisch fand ich hier, dass mir die angezeigten "lastest" Version immer niedriger Versioniert waren als die "Stable".
Dann habe ichfor i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; donedurchlaufen lassen was keine Besserung brachte.
Zu guter letzt habe ich nun nodejs nochmal neu installiert so wie von Thomas Braun beschrieben, aber nach wie vor kann ich keinen Adapter mehr Updaten auf den Stable Stand.Hat hier vielleicht noch mal jemand einen Lösungsansatz?
@peoples warum noch einen Thread wenn es das selbe ist?
-
@homoran
Weil ich wie beschrieben alles ausprobiert habe was ich gefunden habe, kann mich auch gerne an einen bestehenden ranhängen.Wenn gewünscht dann kannst du den hier löschen
@peoples warten wir mal ob @thomas-braun bei dir was anderes sieht.
-
@homoran
Weil ich wie beschrieben alles ausprobiert habe was ich gefunden habe, kann mich auch gerne an einen bestehenden ranhängen.Wenn gewünscht dann kannst du den hier löschen
Nodejs ist senkrecht?
iob updateliefert?
Die invalid markierten sind alle aus GitHub geangelt. Warum?
-
Nodejs ist senkrecht?
iob updateliefert?
Die invalid markierten sind alle aus GitHub geangelt. Warum?
Nodejs habe ich komplett gelöscht mit:
sudo apt-get --purge remove nodejs sudo apt-get autoremove sudo rebootUnd neu aufgesetzt mit deiner Anleitung.
Ausgabe von iob update:
iobroker@Iobroker-Produktiv:~$ iobroker@Iobroker-Produktiv:~$ iob update Used repository: Stable (default) Adapter "admin" : 6.2.22 , installed 6.2.22 Adapter "alexa2" : 3.19.9 , installed 3.19.9 Adapter "backitup" : 2.4.12 , installed 2.4.12 Adapter "daswetter" : 3.1.3 , installed 3.1.3 Adapter "dwd" : 2.8.3 , installed 2.8.3 Adapter "ekey" : 1.1.0 , installed 1.1.0 Adapter "fb-checkpresence": 1.1.19, installed 1.1.19 Adapter "flot" : 1.11.0 , installed 1.11.0 Adapter "followthesun" : 0.3.9 , installed 0.3.9 Adapter "go-e" : 1.0.23 , installed 1.0.23 Adapter "history" : 2.2.0 , installed 2.2.0 Adapter "hm-rega" : 3.0.40 , installed 3.0.40 Adapter "hm-rpc" : 1.15.12 , installed 1.15.12 Adapter "ical" : 1.13.1 , installed 1.13.1 Adapter "icons-mfd-png": 1.1.0 , installed 1.1.0 Adapter "icons-mfd-svg": 1.1.0 , installed 1.1.0 Adapter "iot" : 1.11.9 , installed 1.11.9 Adapter "javascript" : 6.0.3 , installed 6.0.3 Controller "js-controller": 4.0.23 , installed 4.0.23 Adapter "lgtv" : 1.1.10 , installed 1.1.10 Adapter "mihome-vacuum": 3.4.2 , installed 3.4.2 Adapter "modbus" : 5.0.5 , installed 5.0.5 Adapter "nut" : 1.5.1 , installed 1.5.1 Adapter "octoprint" : 4.0.0 , installed 4.0.0 Adapter "oilfox" : 4.1.2 , installed 4.1.2 Adapter "ping" : 1.5.3 , installed 1.5.3 Adapter "proxmox" : 1.3.4 , installed 1.3.5 Adapter "shelly" : 6.0.0 , installed 6.2.0 Adapter "simple-api" : 2.7.0 , installed 2.7.0 Adapter "socketio" : 4.2.0 , installed 4.2.0 Adapter "sonoff" : 2.5.1 , installed 2.5.1 Adapter "sonos" : 2.2.3 , installed 2.2.3 Adapter "spotify-premium": 1.2.1 , installed 1.2.1 Adapter "sql" : 2.1.8 , installed 2.1.8 Adapter "telegram" : 1.14.1 , installed 1.14.1 Adapter "text2command" : 2.2.2 , installed 2.2.2 Adapter "tr-064" : 4.2.16 , installed 4.2.16 Adapter "viessmann" : 1.3.7 , installed 1.3.7 Adapter "vis" : 1.4.15 , installed 1.4.15 Adapter "vis-colorpicker": 1.2.0 , installed 1.2.0 Adapter "vis-history" : 1.0.0 , installed 1.0.0 Adapter "vis-hqwidgets": 1.3.0 , installed 1.3.0 Adapter "vis-inventwo" : 3.3.1 , installed 3.3.1 Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12 Adapter "vis-justgage" : 1.0.2 , installed 1.0.2 Adapter "vis-metro" : 1.2.0 , installed 1.2.0 Adapter "vis-plumb" : 1.0.2 , installed 1.0.2 Adapter "vis-rgraph" : 0.0.2 , installed 0.0.2 Adapter "vis-timeandweather": 1.2.2, installed 1.2.2 Adapter "web" : 4.3.0 , installed 4.3.0 Adapter "wled" : 0.6.7 , installed 0.6.7 Adapter "worx" : 1.6.6 , installed 1.6.6 Adapter "ws" : 1.3.0 , installed 1.3.0 Adapter "yeelight-2" : 1.1.2 , installed 1.1.2 Adapter "zigbee" : 1.7.5 , installed 1.7.5Die sind aus Github geangelt weil sie mir bei den anderen Auflistungen mit dem Git-Stand nicht angezeigt werden.
-
Nodejs habe ich komplett gelöscht mit:
sudo apt-get --purge remove nodejs sudo apt-get autoremove sudo rebootUnd neu aufgesetzt mit deiner Anleitung.
Ausgabe von iob update:
iobroker@Iobroker-Produktiv:~$ iobroker@Iobroker-Produktiv:~$ iob update Used repository: Stable (default) Adapter "admin" : 6.2.22 , installed 6.2.22 Adapter "alexa2" : 3.19.9 , installed 3.19.9 Adapter "backitup" : 2.4.12 , installed 2.4.12 Adapter "daswetter" : 3.1.3 , installed 3.1.3 Adapter "dwd" : 2.8.3 , installed 2.8.3 Adapter "ekey" : 1.1.0 , installed 1.1.0 Adapter "fb-checkpresence": 1.1.19, installed 1.1.19 Adapter "flot" : 1.11.0 , installed 1.11.0 Adapter "followthesun" : 0.3.9 , installed 0.3.9 Adapter "go-e" : 1.0.23 , installed 1.0.23 Adapter "history" : 2.2.0 , installed 2.2.0 Adapter "hm-rega" : 3.0.40 , installed 3.0.40 Adapter "hm-rpc" : 1.15.12 , installed 1.15.12 Adapter "ical" : 1.13.1 , installed 1.13.1 Adapter "icons-mfd-png": 1.1.0 , installed 1.1.0 Adapter "icons-mfd-svg": 1.1.0 , installed 1.1.0 Adapter "iot" : 1.11.9 , installed 1.11.9 Adapter "javascript" : 6.0.3 , installed 6.0.3 Controller "js-controller": 4.0.23 , installed 4.0.23 Adapter "lgtv" : 1.1.10 , installed 1.1.10 Adapter "mihome-vacuum": 3.4.2 , installed 3.4.2 Adapter "modbus" : 5.0.5 , installed 5.0.5 Adapter "nut" : 1.5.1 , installed 1.5.1 Adapter "octoprint" : 4.0.0 , installed 4.0.0 Adapter "oilfox" : 4.1.2 , installed 4.1.2 Adapter "ping" : 1.5.3 , installed 1.5.3 Adapter "proxmox" : 1.3.4 , installed 1.3.5 Adapter "shelly" : 6.0.0 , installed 6.2.0 Adapter "simple-api" : 2.7.0 , installed 2.7.0 Adapter "socketio" : 4.2.0 , installed 4.2.0 Adapter "sonoff" : 2.5.1 , installed 2.5.1 Adapter "sonos" : 2.2.3 , installed 2.2.3 Adapter "spotify-premium": 1.2.1 , installed 1.2.1 Adapter "sql" : 2.1.8 , installed 2.1.8 Adapter "telegram" : 1.14.1 , installed 1.14.1 Adapter "text2command" : 2.2.2 , installed 2.2.2 Adapter "tr-064" : 4.2.16 , installed 4.2.16 Adapter "viessmann" : 1.3.7 , installed 1.3.7 Adapter "vis" : 1.4.15 , installed 1.4.15 Adapter "vis-colorpicker": 1.2.0 , installed 1.2.0 Adapter "vis-history" : 1.0.0 , installed 1.0.0 Adapter "vis-hqwidgets": 1.3.0 , installed 1.3.0 Adapter "vis-inventwo" : 3.3.1 , installed 3.3.1 Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12 Adapter "vis-justgage" : 1.0.2 , installed 1.0.2 Adapter "vis-metro" : 1.2.0 , installed 1.2.0 Adapter "vis-plumb" : 1.0.2 , installed 1.0.2 Adapter "vis-rgraph" : 0.0.2 , installed 0.0.2 Adapter "vis-timeandweather": 1.2.2, installed 1.2.2 Adapter "web" : 4.3.0 , installed 4.3.0 Adapter "wled" : 0.6.7 , installed 0.6.7 Adapter "worx" : 1.6.6 , installed 1.6.6 Adapter "ws" : 1.3.0 , installed 1.3.0 Adapter "yeelight-2" : 1.1.2 , installed 1.1.2 Adapter "zigbee" : 1.7.5 , installed 1.7.5Die sind aus Github geangelt weil sie mir bei den anderen Auflistungen mit dem Git-Stand nicht angezeigt werden.
uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejsiobroker upgrade alexa2@3.19.9 --debug -
Hier die Ausgabe zum obigen Befehl:
iobroker@Iobroker-Produktiv:~$ iobroker@Iobroker-Produktiv:~$ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs x86_64e -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /usr/bin/nodejs /usr/bin/node /usr/bin/npm v16.17.1 v16.17.1 8.15.0 4.0.23 iobroker iobroker tty dialout cdrom floppy sudo audio dip video plugdev netdev /home/iobroker Holen:1 http://repo.mysql.com/apt/debian buster InRelease [22,1 kB] OK:2 http://security.debian.org/debian-security bullseye-security InRelease OK:3 http://deb.debian.org/debian bullseye InRelease OK:4 http://deb.debian.org/debian bullseye-updates InRelease OK:5 https://deb.nodesource.com/node_16.x bullseye InRelease Fehl:1 http://repo.mysql.com/apt/debian buster InRelease Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 467B942D3A79BD29 Es wurden 22,1 kB in 1 s geholt (27,8 kB/s). Paketlisten werden gelesen… Fertig Abhängigkeitsbaum wird aufgebaut… Fertig Statusinformationen werden eingelesen… Fertig Alle Pakete sind aktuell. W: Während der Überprüfung der Signatur trat ein Fehler auf. Das Depot wurde nicht aktualisiert und die vorherigen Indexdateien werden verwendet. GPG-Fehler: http://repo.mysql.com/apt/debian buster InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 467B942D3A79BD29 W: Fehlschlag beim Holen von http://repo.mysql.com/apt/debian/dists/buster/InRelease Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 467B942D3A79BD29 W: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt. nodejs: Installiert: 16.17.1-deb-1nodesource1 Installationskandidat: 16.17.1-deb-1nodesource1 Versionstabelle: *** 16.17.1-deb-1nodesource1 500 500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages 100 /var/lib/dpkg/status 12.22.12~dfsg-1~deb11u1 500 500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages 12.22.5~dfsg-2~11u1 500 500 http://deb.debian.org/debian bullseye/main amd64 Packages -
Hier die Ausgabe zum obigen Befehl:
iobroker@Iobroker-Produktiv:~$ iobroker@Iobroker-Produktiv:~$ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs x86_64e -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /usr/bin/nodejs /usr/bin/node /usr/bin/npm v16.17.1 v16.17.1 8.15.0 4.0.23 iobroker iobroker tty dialout cdrom floppy sudo audio dip video plugdev netdev /home/iobroker Holen:1 http://repo.mysql.com/apt/debian buster InRelease [22,1 kB] OK:2 http://security.debian.org/debian-security bullseye-security InRelease OK:3 http://deb.debian.org/debian bullseye InRelease OK:4 http://deb.debian.org/debian bullseye-updates InRelease OK:5 https://deb.nodesource.com/node_16.x bullseye InRelease Fehl:1 http://repo.mysql.com/apt/debian buster InRelease Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 467B942D3A79BD29 Es wurden 22,1 kB in 1 s geholt (27,8 kB/s). Paketlisten werden gelesen… Fertig Abhängigkeitsbaum wird aufgebaut… Fertig Statusinformationen werden eingelesen… Fertig Alle Pakete sind aktuell. W: Während der Überprüfung der Signatur trat ein Fehler auf. Das Depot wurde nicht aktualisiert und die vorherigen Indexdateien werden verwendet. GPG-Fehler: http://repo.mysql.com/apt/debian buster InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 467B942D3A79BD29 W: Fehlschlag beim Holen von http://repo.mysql.com/apt/debian/dists/buster/InRelease Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 467B942D3A79BD29 W: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt. nodejs: Installiert: 16.17.1-deb-1nodesource1 Installationskandidat: 16.17.1-deb-1nodesource1 Versionstabelle: *** 16.17.1-deb-1nodesource1 500 500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages 100 /var/lib/dpkg/status 12.22.12~dfsg-1~deb11u1 500 500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages 12.22.5~dfsg-2~11u1 500 500 http://deb.debian.org/debian bullseye/main amd64 Packages -
iobroker@Iobroker-Produktiv:~$ iobroker upgrade alexa2@3.19.9 --debug ERROR: No repositories defined. Please define one repository as active: "iob repo set <Stable (default) | Beta (latest)>sehr komisch, da der Hacken auf stable gesetzt ist.
Ich habe aber eben auch noch einen alten Enigma-Adapter Ordern in /opt/iobroker/node_modules gefunden welchen ich jetzt mal gelöscht habe, da ich den Adapter schon ewig nicht mehr verwende.
Ich installiert jetzt Nodejs nochmal neu und melde mich dann zurück -
iobroker@Iobroker-Produktiv:~$ iobroker upgrade alexa2@3.19.9 --debug ERROR: No repositories defined. Please define one repository as active: "iob repo set <Stable (default) | Beta (latest)>sehr komisch, da der Hacken auf stable gesetzt ist.
Ich habe aber eben auch noch einen alten Enigma-Adapter Ordern in /opt/iobroker/node_modules gefunden welchen ich jetzt mal gelöscht habe, da ich den Adapter schon ewig nicht mehr verwende.
Ich installiert jetzt Nodejs nochmal neu und melde mich dann zurück@peoples sagte in Jetzt auch bei mir Fehler 25 beim Adapter Update:
Ich installiert jetzt Nodejs nochmal neu und melde mich dann zurück
Warum? Lass das jetzt in Ruh!
iobroker repo listsagt?
-
iobroker@Iobroker-Produktiv:~$ iobroker upgrade alexa2@3.19.9 --debug ERROR: No repositories defined. Please define one repository as active: "iob repo set <Stable (default) | Beta (latest)>sehr komisch, da der Hacken auf stable gesetzt ist.
Ich habe aber eben auch noch einen alten Enigma-Adapter Ordern in /opt/iobroker/node_modules gefunden welchen ich jetzt mal gelöscht habe, da ich den Adapter schon ewig nicht mehr verwende.
Ich installiert jetzt Nodejs nochmal neu und melde mich dann zurück@peoples sagte in Jetzt auch bei mir Fehler 25 beim Adapter Update:
welchen ich jetzt mal gelöscht habe
Und lösch da nicht einfach planlos irgendwas irgendwo raus. Das muss auch alles in die package.json und package-lock.json eingetragen werden. Siehe deine ganzen 'invalid'-Einträge dort.
-
@peoples sagte in Jetzt auch bei mir Fehler 25 beim Adapter Update:
Ich installiert jetzt Nodejs nochmal neu und melde mich dann zurück
Warum? Lass das jetzt in Ruh!
iobroker repo listsagt?
@thomas-braun sagte in Jetzt auch bei mir Fehler 25 beim Adapter Update:
iobroker repo list
Stable (default): http://download.iobroker.net/sources-dist.json Beta (latest) : http://download.iobroker.net/sources-dist-latest.json Active repo(s): stable, Stable (default) -
@thomas-braun sagte in Jetzt auch bei mir Fehler 25 beim Adapter Update:
iobroker repo list
Stable (default): http://download.iobroker.net/sources-dist.json Beta (latest) : http://download.iobroker.net/sources-dist-latest.json Active repo(s): stable, Stable (default)iob repo unset stable iob repo list -
iob repo unset stable iob repo list@thomas-braun sagte in Jetzt auch bei mir Fehler 25 beim Adapter Update:
iob repo unset stable iob repo list
iobroker@Iobroker-Produktiv:~$ iob repo unset stable iob repo list Repository "stable" deactivated. Stable (default): http://download.iobroker.net/sources-dist.json Beta (latest) : http://download.iobroker.net/sources-dist-latest.json Active repo(s): Stable (default) Stable (default): http://download.iobroker.net/sources-dist.json Beta (latest) : http://download.iobroker.net/sources-dist-latest.json Active repo(s): Stable (default) -
@thomas-braun sagte in Jetzt auch bei mir Fehler 25 beim Adapter Update:
iob repo unset stable iob repo list
iobroker@Iobroker-Produktiv:~$ iob repo unset stable iob repo list Repository "stable" deactivated. Stable (default): http://download.iobroker.net/sources-dist.json Beta (latest) : http://download.iobroker.net/sources-dist-latest.json Active repo(s): Stable (default) Stable (default): http://download.iobroker.net/sources-dist.json Beta (latest) : http://download.iobroker.net/sources-dist-latest.json Active repo(s): Stable (default)Bitte nix weglassen, der login prompt hilft beim orientieren wo du da gerade unterwegs bist und zu welchen Kommandos die Ausgaben dann gehören.
-
@thomas-braun sagte in Jetzt auch bei mir Fehler 25 beim Adapter Update:
iob repo unset stable iob repo list
iobroker@Iobroker-Produktiv:~$ iob repo unset stable iob repo list Repository "stable" deactivated. Stable (default): http://download.iobroker.net/sources-dist.json Beta (latest) : http://download.iobroker.net/sources-dist-latest.json Active repo(s): Stable (default) Stable (default): http://download.iobroker.net/sources-dist.json Beta (latest) : http://download.iobroker.net/sources-dist-latest.json Active repo(s): Stable (default)iobroker update iobroker upgrade alexa2@3.19.9 --debug -
iobroker update iobroker upgrade alexa2@3.19.9 --debuglogin as: iobroker iobroker@192.168.2.3's password: Linux Iobroker-Produktiv 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02) x 86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Wed Oct 5 17:48:52 2022 from 192.168.2.189 iobroker@Iobroker-Produktiv:~$ iobroker update iobroker upgrade alexa2@3.19.9 --debug Used repository: Stable (default) Adapter "admin" : 6.2.22 , installed 6.2.22 Adapter "alexa2" : 3.19.9 , installed 3.19.9 Adapter "backitup" : 2.4.12 , installed 2.4.12 Adapter "daswetter" : 3.1.3 , installed 3.1.3 Adapter "dwd" : 2.8.3 , installed 2.8.3 Adapter "ekey" : 1.1.0 , installed 1.1.0 Adapter "fb-checkpresence": 1.1.19, installed 1.1.19 Adapter "flot" : 1.11.0 , installed 1.11.0 Adapter "followthesun" : 0.3.9 , installed 0.3.9 Adapter "go-e" : 1.0.23 , installed 1.0.23 Adapter "history" : 2.2.0 , installed 2.2.0 Adapter "hm-rega" : 3.0.40 , installed 3.0.40 Adapter "hm-rpc" : 1.15.12 , installed 1.15.12 Adapter "ical" : 1.13.1 , installed 1.13.1 Adapter "icons-mfd-png": 1.1.0 , installed 1.1.0 Adapter "icons-mfd-svg": 1.1.0 , installed 1.1.0 Adapter "iot" : 1.11.9 , installed 1.11.9 Adapter "javascript" : 6.0.3 , installed 6.0.3 Controller "js-controller": 4.0.23 , installed 4.0.23 Adapter "lgtv" : 1.1.10 , installed 1.1.10 Adapter "mihome-vacuum": 3.4.2 , installed 3.4.2 Adapter "modbus" : 5.0.5 , installed 5.0.5 Adapter "nut" : 1.5.1 , installed 1.5.1 Adapter "octoprint" : 4.0.0 , installed 4.0.0 Adapter "oilfox" : 4.1.2 , installed 4.1.2 Adapter "ping" : 1.5.3 , installed 1.5.3 Adapter "proxmox" : 1.3.4 , installed 1.3.5 Adapter "shelly" : 6.0.0 , installed 6.2.0 Adapter "simple-api" : 2.7.0 , installed 2.7.0 Adapter "socketio" : 4.2.0 , installed 4.2.0 Adapter "sonoff" : 2.5.1 , installed 2.5.1 Adapter "sonos" : 2.2.3 , installed 2.2.3 Adapter "spotify-premium": 1.2.1 , installed 1.2.1 Adapter "sql" : 2.1.8 , installed 2.1.8 Adapter "telegram" : 1.14.1 , installed 1.14.1 Adapter "text2command" : 2.2.2 , installed 2.2.2 Adapter "tr-064" : 4.2.16 , installed 4.2.16 Adapter "viessmann" : 1.3.7 , installed 1.3.7 Adapter "vis" : 1.4.15 , installed 1.4.15 Adapter "vis-colorpicker": 1.2.0 , installed 1.2.0 Adapter "vis-history" : 1.0.0 , installed 1.0.0 Adapter "vis-hqwidgets": 1.3.0 , installed 1.3.0 Adapter "vis-inventwo" : 3.3.1 , installed 3.3.1 Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12 Adapter "vis-justgage" : 1.0.2 , installed 1.0.2 Adapter "vis-metro" : 1.2.0 , installed 1.2.0 Adapter "vis-plumb" : 1.0.2 , installed 1.0.2 Adapter "vis-rgraph" : 0.0.2 , installed 0.0.2 Adapter "vis-timeandweather": 1.2.2, installed 1.2.2 Adapter "web" : 4.3.0 , installed 4.3.0 Adapter "wled" : 0.6.7 , installed 0.6.7 Adapter "worx" : 1.6.6 , installed 1.6.6 Adapter "ws" : 1.3.0 , installed 1.3.0 Adapter "yeelight-2" : 1.1.2 , installed 1.1.2 Adapter "zigbee" : 1.7.5 , installed 1.7.5 Would you like to reinstall version 3.19.9 of alexa2 now? [(y)es, (n)o]: y Update alexa2 from @3.19.9 to @3.19.9 NPM version: 8.15.0 Installing iobroker.alexa2@3.19.9... (System call) npm WARN deprecated request@2.12.0: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN skipping integrity check for git dependency ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git npm WARN skipping integrity check for git dependency ssh://git@github.com/aendue/ioBroker.reolink.git npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies. npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in. npm WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. npm WARN deprecated babel@6.23.0: In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to support the Babel maintainers npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor. npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained. npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. removed 131 packages, and changed 1479 packages in 2m 164 packages are looking for funding run `npm fund` for details upload [28] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/alexa.png alexa.png image/png upload [20] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_dot3.png icons/echo_dot3.png image/png upload [19] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_dot4.png icons/echo_dot4.png image/png upload [18] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_flex.png icons/echo_flex.png image/png upload [17] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_plus2.png icons/echo_plus2.png image/png upload [16] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show.png icons/echo_show.png image/png upload [15] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show2.png icons/echo_show2.png image/png upload [14] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show5.png icons/echo_show5.png image/png upload [13] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_studio.png icons/echo_studio.png image/png upload [12] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_sub.png icons/echo_sub.png image/png upload [11] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/firetab.png icons/firetab.png image/png upload [10] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/firetv.png icons/firetv.png image/png upload [9] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/microphone.png icons/microphone.png image/png upload [8] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/multiroom.png icons/multiroom.png image/png upload [7] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/raspi.png icons/raspi.png image/png upload [6] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/reverb.png icons/reverb.png image/png upload [5] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/sonos.png icons/sonos.png image/png upload [4] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/spot.png icons/spot.png image/png upload [3] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index_m.html index_m.html text/html upload [2] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/info.png info.png image/png upload [1] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/warning.png warning.png image/png upload [0] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/words.js words.js application/javascriptIst ohne Fehler durchgelaufen
-
login as: iobroker iobroker@192.168.2.3's password: Linux Iobroker-Produktiv 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02) x 86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Wed Oct 5 17:48:52 2022 from 192.168.2.189 iobroker@Iobroker-Produktiv:~$ iobroker update iobroker upgrade alexa2@3.19.9 --debug Used repository: Stable (default) Adapter "admin" : 6.2.22 , installed 6.2.22 Adapter "alexa2" : 3.19.9 , installed 3.19.9 Adapter "backitup" : 2.4.12 , installed 2.4.12 Adapter "daswetter" : 3.1.3 , installed 3.1.3 Adapter "dwd" : 2.8.3 , installed 2.8.3 Adapter "ekey" : 1.1.0 , installed 1.1.0 Adapter "fb-checkpresence": 1.1.19, installed 1.1.19 Adapter "flot" : 1.11.0 , installed 1.11.0 Adapter "followthesun" : 0.3.9 , installed 0.3.9 Adapter "go-e" : 1.0.23 , installed 1.0.23 Adapter "history" : 2.2.0 , installed 2.2.0 Adapter "hm-rega" : 3.0.40 , installed 3.0.40 Adapter "hm-rpc" : 1.15.12 , installed 1.15.12 Adapter "ical" : 1.13.1 , installed 1.13.1 Adapter "icons-mfd-png": 1.1.0 , installed 1.1.0 Adapter "icons-mfd-svg": 1.1.0 , installed 1.1.0 Adapter "iot" : 1.11.9 , installed 1.11.9 Adapter "javascript" : 6.0.3 , installed 6.0.3 Controller "js-controller": 4.0.23 , installed 4.0.23 Adapter "lgtv" : 1.1.10 , installed 1.1.10 Adapter "mihome-vacuum": 3.4.2 , installed 3.4.2 Adapter "modbus" : 5.0.5 , installed 5.0.5 Adapter "nut" : 1.5.1 , installed 1.5.1 Adapter "octoprint" : 4.0.0 , installed 4.0.0 Adapter "oilfox" : 4.1.2 , installed 4.1.2 Adapter "ping" : 1.5.3 , installed 1.5.3 Adapter "proxmox" : 1.3.4 , installed 1.3.5 Adapter "shelly" : 6.0.0 , installed 6.2.0 Adapter "simple-api" : 2.7.0 , installed 2.7.0 Adapter "socketio" : 4.2.0 , installed 4.2.0 Adapter "sonoff" : 2.5.1 , installed 2.5.1 Adapter "sonos" : 2.2.3 , installed 2.2.3 Adapter "spotify-premium": 1.2.1 , installed 1.2.1 Adapter "sql" : 2.1.8 , installed 2.1.8 Adapter "telegram" : 1.14.1 , installed 1.14.1 Adapter "text2command" : 2.2.2 , installed 2.2.2 Adapter "tr-064" : 4.2.16 , installed 4.2.16 Adapter "viessmann" : 1.3.7 , installed 1.3.7 Adapter "vis" : 1.4.15 , installed 1.4.15 Adapter "vis-colorpicker": 1.2.0 , installed 1.2.0 Adapter "vis-history" : 1.0.0 , installed 1.0.0 Adapter "vis-hqwidgets": 1.3.0 , installed 1.3.0 Adapter "vis-inventwo" : 3.3.1 , installed 3.3.1 Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12 Adapter "vis-justgage" : 1.0.2 , installed 1.0.2 Adapter "vis-metro" : 1.2.0 , installed 1.2.0 Adapter "vis-plumb" : 1.0.2 , installed 1.0.2 Adapter "vis-rgraph" : 0.0.2 , installed 0.0.2 Adapter "vis-timeandweather": 1.2.2, installed 1.2.2 Adapter "web" : 4.3.0 , installed 4.3.0 Adapter "wled" : 0.6.7 , installed 0.6.7 Adapter "worx" : 1.6.6 , installed 1.6.6 Adapter "ws" : 1.3.0 , installed 1.3.0 Adapter "yeelight-2" : 1.1.2 , installed 1.1.2 Adapter "zigbee" : 1.7.5 , installed 1.7.5 Would you like to reinstall version 3.19.9 of alexa2 now? [(y)es, (n)o]: y Update alexa2 from @3.19.9 to @3.19.9 NPM version: 8.15.0 Installing iobroker.alexa2@3.19.9... (System call) npm WARN deprecated request@2.12.0: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN skipping integrity check for git dependency ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git npm WARN skipping integrity check for git dependency ssh://git@github.com/aendue/ioBroker.reolink.git npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies. npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in. npm WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. npm WARN deprecated babel@6.23.0: In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to support the Babel maintainers npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor. npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained. npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues. removed 131 packages, and changed 1479 packages in 2m 164 packages are looking for funding run `npm fund` for details upload [28] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/alexa.png alexa.png image/png upload [20] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_dot3.png icons/echo_dot3.png image/png upload [19] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_dot4.png icons/echo_dot4.png image/png upload [18] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_flex.png icons/echo_flex.png image/png upload [17] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_plus2.png icons/echo_plus2.png image/png upload [16] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show.png icons/echo_show.png image/png upload [15] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show2.png icons/echo_show2.png image/png upload [14] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show5.png icons/echo_show5.png image/png upload [13] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_studio.png icons/echo_studio.png image/png upload [12] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_sub.png icons/echo_sub.png image/png upload [11] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/firetab.png icons/firetab.png image/png upload [10] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/firetv.png icons/firetv.png image/png upload [9] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/microphone.png icons/microphone.png image/png upload [8] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/multiroom.png icons/multiroom.png image/png upload [7] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/raspi.png icons/raspi.png image/png upload [6] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/reverb.png icons/reverb.png image/png upload [5] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/sonos.png icons/sonos.png image/png upload [4] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/spot.png icons/spot.png image/png upload [3] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index_m.html index_m.html text/html upload [2] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/info.png info.png image/png upload [1] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/warning.png warning.png image/png upload [0] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/words.js words.js application/javascriptIst ohne Fehler durchgelaufen
-
Ich hab keine Ahnung was das für Kästen jetzt unter dem Auszug sind, aber ich bekomme sie nicht weg
Ist ohne Fehler durchgelaufen
Dann jetzt für alle anderen Adapter die regulär über ein Repo erhältlich sind analog verfahren.
Reine git-Adapter nochmal aus dem git angeln. -
Ist ohne Fehler durchgelaufen
Dann jetzt für alle anderen Adapter die regulär über ein Repo erhältlich sind analog verfahren.
Reine git-Adapter nochmal aus dem git angeln.@thomas-braun
Tausend Dank
Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.
Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.
Mit deinem Input könnte dieser Beitrag noch besser werden 💗
Registrieren Anmelden