Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Kein Update mehr möglich mit Node.js 16

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Kein Update mehr möglich mit Node.js 16

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @lobomau last edited by

      @lobomau die Frage war, ob du file/redis oder jsonl verwendest

      lobomau 1 Reply Last reply Reply Quote 0
      • lobomau
        lobomau @crunchip last edited by lobomau

        @crunchip redis benutze ich

        lobomau@ioBroker:~$ iob status
        iobroker is running on this host.
        
        
        Objects type: file
        States  type: redis
        
        

        Achso... war jsonl nicht der neueste shit? 🙂 Oder hat redis auch Vorteile?

        Homoran 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @lobomau last edited by Homoran

          @lobomau sagte in Kein Update mehr möglich mit Node.js 16:

          redis benutze ich

          hast du das backup und Restore dafür konfiguriert?

          außerdem redis-server auf der neuen Installation vor dem restore installiert?

          lobomau 1 Reply Last reply Reply Quote 0
          • lobomau
            lobomau @Homoran last edited by lobomau

            @homoran die Frage stelle ich mir auch. Sehe grad die Konfig vom Backitup Adapter und die Möglichkeit Redis zu sichern. Ok, dann kann es gut sein, dass ich das nicht an hatte.

            1 Reply Last reply Reply Quote 0
            • Phantomkommander
              Phantomkommander last edited by Phantomkommander

              Hi Leute,

              nach dem update auf die Version 16 habe ich mit meinem System auch Probleme.
              Beim Versuch ein Adapter zu de-/installieren kommt folgender Fehler:

              $ iobroker add accuweather --host raspberrypi
              
              NPM version: 8.11.0
              
              Installing iobroker.accuweather@1.2.1... (System call)
              
              host.raspberrypi Cannot install iobroker.accuweather@1.2.1: 1
              
              ERROR: Process exited with code 25
              

              Geupdatet habe ich das ganze nach Anleitung auf meinem Pi 4.

              Hat einer von euch eine Lösung für mich? 😞 Möchte mein Problem durch Probieren nicht noch schlimmer machen. 😄

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Phantomkommander last edited by Thomas Braun

                @phantomkommander

                sudo ln -s /usr/bin/node /usr/bin/nodejs
                uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                

                und dann

                cd /opt/iobroker
                npm ls | grep 'ERR|github'
                
                
                
                Phantomkommander 1 Reply Last reply Reply Quote 0
                • Phantomkommander
                  Phantomkommander @Thomas Braun last edited by

                  @thomas-braun

                  pi@raspberrypi:~ $ cd/
                  -bash: cd/: Datei oder Verzeichnis nicht gefunden
                  pi@raspberrypi:~ $ cd /
                  pi@raspberrypi:/ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                  ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
                  pi@raspberrypi:/ $ uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  armv7l
                  /usr/bin/nodejs
                  /usr/bin/node
                  /usr/bin/npm
                  v16.15.1
                  v16.15.1
                  8.11.0
                  pi
                  /
                  OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                  OK:2 https://deb.nodesource.com/node_14.x bullseye InRelease
                  OK:3 https://www.pivccu.de/piVCCU stable InRelease
                  OK:4 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  Paketlisten werden gelesen… Fertig
                  Abhängigkeitsbaum wird aufgebaut… Fertig
                  Statusinformationen werden eingelesen… Fertig
                  Aktualisierung für 11 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                  nodejs:
                    Installiert:           16.15.1-deb-1nodesource1
                    Installationskandidat: 16.15.1-deb-1nodesource1
                    Versionstabelle:
                   *** 16.15.1-deb-1nodesource1 100
                          100 /var/lib/dpkg/status
                       14.19.3-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                       12.22.5~dfsg-2~11u1 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                  pi@raspberrypi:/ $ cd /opt/iobroker
                  npm ls | grep 'ERR|github'
                  npm ERR! code ELSPROBLEMS
                  npm ERR! extraneous: @serialport/parser-byte-length@1.0.5 /opt/iobroker/node_modules/@serialport/parser-byte-length
                  npm ERR! extraneous: @serialport/parser-cctalk@1.0.5 /opt/iobroker/node_modules/@serialport/parser-cctalk
                  npm ERR! extraneous: @serialport/parser-delimiter@1.0.5 /opt/iobroker/node_modules/@serialport/parser-delimiter
                  npm ERR! extraneous: @serialport/parser-readline@1.0.5 /opt/iobroker/node_modules/@serialport/parser-readline
                  npm ERR! extraneous: @serialport/parser-ready@1.0.5 /opt/iobroker/node_modules/@serialport/parser-ready
                  npm ERR! extraneous: @serialport/parser-regex@1.0.5 /opt/iobroker/node_modules/@serialport/parser-regex
                  npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
                  npm ERR! extraneous: @types/request@2.48.7 /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: ansi-bgblack@0.1.1 /opt/iobroker/node_modules/ansi-bgblack
                  npm ERR! extraneous: ansi-bgblue@0.1.1 /opt/iobroker/node_modules/ansi-bgblue
                  npm ERR! extraneous: ansi-bgcyan@0.1.1 /opt/iobroker/node_modules/ansi-bgcyan
                  npm ERR! extraneous: ansi-bggreen@0.1.1 /opt/iobroker/node_modules/ansi-bggreen
                  npm ERR! extraneous: ansi-bgmagenta@0.1.1 /opt/iobroker/node_modules/ansi-bgmagenta
                  npm ERR! extraneous: ansi-bgred@0.1.1 /opt/iobroker/node_modules/ansi-bgred
                  npm ERR! extraneous: ansi-bgwhite@0.1.1 /opt/iobroker/node_modules/ansi-bgwhite
                  npm ERR! extraneous: ansi-bgyellow@0.1.1 /opt/iobroker/node_modules/ansi-bgyellow
                  npm ERR! extraneous: ansi-black@0.1.1 /opt/iobroker/node_modules/ansi-black
                  npm ERR! extraneous: ansi-blue@0.1.1 /opt/iobroker/node_modules/ansi-blue
                  npm ERR! extraneous: ansi-bold@0.1.1 /opt/iobroker/node_modules/ansi-bold
                  npm ERR! extraneous: ansi-colors@0.2.0 /opt/iobroker/node_modules/ansi-colors
                  npm ERR! extraneous: ansi-cyan@0.1.1 /opt/iobroker/node_modules/ansi-cyan
                  npm ERR! extraneous: ansi-dim@0.1.1 /opt/iobroker/node_modules/ansi-dim
                  npm ERR! extraneous: ansi-green@0.1.1 /opt/iobroker/node_modules/ansi-green
                  npm ERR! extraneous: ansi-grey@0.1.1 /opt/iobroker/node_modules/ansi-grey
                  npm ERR! extraneous: ansi-hidden@0.1.1 /opt/iobroker/node_modules/ansi-hidden
                  npm ERR! extraneous: ansi-inverse@0.1.1 /opt/iobroker/node_modules/ansi-inverse
                  npm ERR! extraneous: ansi-italic@0.1.1 /opt/iobroker/node_modules/ansi-italic
                  npm ERR! extraneous: ansi-magenta@0.1.1 /opt/iobroker/node_modules/ansi-magenta
                  npm ERR! extraneous: ansi-red@0.1.1 /opt/iobroker/node_modules/ansi-red
                  npm ERR! extraneous: ansi-reset@0.1.1 /opt/iobroker/node_modules/ansi-reset
                  npm ERR! extraneous: ansi-strikethrough@0.1.1 /opt/iobroker/node_modules/ansi-strikethrough
                  npm ERR! extraneous: ansi-underline@0.1.1 /opt/iobroker/node_modules/ansi-underline
                  npm ERR! extraneous: ansi-white@0.1.1 /opt/iobroker/node_modules/ansi-white
                  npm ERR! extraneous: ansi-yellow@0.1.1 /opt/iobroker/node_modules/ansi-yellow
                  npm ERR! extraneous: arr-swap@1.0.1 /opt/iobroker/node_modules/arr-swap
                  npm ERR! extraneous: buffer-alloc-unsafe@1.1.0 /opt/iobroker/node_modules/buffer-alloc-unsafe
                  npm ERR! extraneous: buffer-alloc@1.2.0 /opt/iobroker/node_modules/buffer-alloc
                  npm ERR! extraneous: buffer-fill@1.0.0 /opt/iobroker/node_modules/buffer-fill
                  npm ERR! extraneous: busboy@0.2.14 /opt/iobroker/node_modules/busboy
                  npm ERR! extraneous: choices-separator@2.0.0 /opt/iobroker/node_modules/choices-separator
                  npm ERR! extraneous: clone-deep@1.0.0 /opt/iobroker/node_modules/clone-deep
                  npm ERR! extraneous: commander@2.20.0 /opt/iobroker/node_modules/commander
                  npm ERR! extraneous: cookie-parser@1.4.4 /opt/iobroker/node_modules/cookie-parser
                  npm ERR! extraneous: dicer@0.2.5 /opt/iobroker/node_modules/dicer
                  npm ERR! extraneous: error-symbol@0.1.0 /opt/iobroker/node_modules/error-symbol
                  npm ERR! extraneous: expand-template@1.1.1 /opt/iobroker/node_modules/expand-template
                  npm ERR! extraneous: express-fileupload@0.4.1 /opt/iobroker/node_modules/express-fileupload
                  npm ERR! extraneous: express-session@1.16.2 /opt/iobroker/node_modules/express-session
                  npm ERR! extraneous: info-symbol@0.1.0 /opt/iobroker/node_modules/info-symbol
                  npm ERR! invalid: iobroker.alexa2@3.12.0 /opt/iobroker/node_modules/iobroker.alexa2
                  npm ERR! invalid: iobroker.cloud@4.1.1 /opt/iobroker/node_modules/iobroker.cloud
                  npm ERR! invalid: iobroker.fb-checkpresence@1.1.15 /opt/iobroker/node_modules/iobroker.fb-checkpresence
                  npm ERR! invalid: iobroker.fritzdect@2.2.6 /opt/iobroker/node_modules/iobroker.fritzdect
                  npm ERR! invalid: iobroker.fully-tablet-control@0.3.6-1 /opt/iobroker/node_modules/iobroker.fully-tablet-control
                  npm ERR! invalid: iobroker.fullybrowser@2.1.2 /opt/iobroker/node_modules/iobroker.fullybrowser
                  npm ERR! invalid: iobroker.hue-extended@2.0.1 /opt/iobroker/node_modules/iobroker.hue-extended
                  npm ERR! invalid: iobroker.life360@0.2.17 /opt/iobroker/node_modules/iobroker.life360
                  npm ERR! invalid: iobroker.netatmo-crawler@0.8.1 /opt/iobroker/node_modules/iobroker.netatmo-crawler
                  npm ERR! invalid: iobroker.nina@0.0.25 /opt/iobroker/node_modules/iobroker.nina
                  npm ERR! invalid: iobroker.nuki-extended@2.6.1 /opt/iobroker/node_modules/iobroker.nuki-extended
                  npm ERR! invalid: iobroker.pi-hole@1.3.4 /opt/iobroker/node_modules/iobroker.pi-hole
                  npm ERR! invalid: iobroker.radar2@2.0.3 /opt/iobroker/node_modules/iobroker.radar2
                  npm ERR! invalid: iobroker.samsung_tizen@0.0.12 /opt/iobroker/node_modules/iobroker.samsung_tizen
                  npm ERR! invalid: iobroker.tr-064@4.2.16 /opt/iobroker/node_modules/iobroker.tr-064
                  npm ERR! invalid: iobroker.vis-owl@0.2.4 /opt/iobroker/node_modules/iobroker.vis-owl
                  npm ERR! extraneous: is-number@6.0.0 /opt/iobroker/node_modules/is-number
                  npm ERR! extraneous: jsonata@1.8.5 /opt/iobroker/node_modules/jsonata
                  npm ERR! extraneous: koalas@1.0.2 /opt/iobroker/node_modules/koalas
                  npm ERR! extraneous: lazy-cache@2.0.2 /opt/iobroker/node_modules/lazy-cache
                  npm ERR! extraneous: log-ok@0.1.1 /opt/iobroker/node_modules/log-ok
                  npm ERR! extraneous: log-utils@0.2.1 /opt/iobroker/node_modules/log-utils
                  npm ERR! extraneous: md5@2.2.1 /opt/iobroker/node_modules/md5
                  npm ERR! extraneous: mixin-object@2.0.1 /opt/iobroker/node_modules/mixin-object
                  npm ERR! extraneous: passport@0.4.0 /opt/iobroker/node_modules/passport
                  npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                  npm ERR! extraneous: pointer-symbol@1.0.0 /opt/iobroker/node_modules/pointer-symbol
                  npm ERR! extraneous: prebuild-install@4.0.0 /opt/iobroker/node_modules/prebuild-install
                  npm ERR! extraneous: promirepl@1.0.1 /opt/iobroker/node_modules/promirepl
                  npm ERR! extraneous: prompt-actions@3.0.2 /opt/iobroker/node_modules/prompt-actions
                  npm ERR! extraneous: prompt-base@4.1.0 /opt/iobroker/node_modules/prompt-base
                  npm ERR! extraneous: prompt-checkbox@2.2.0 /opt/iobroker/node_modules/prompt-checkbox
                  npm ERR! extraneous: prompt-choices@4.1.0 /opt/iobroker/node_modules/prompt-choices
                  npm ERR! extraneous: prompt-list@3.2.0 /opt/iobroker/node_modules/prompt-list
                  npm ERR! extraneous: prompt-question@5.0.2 /opt/iobroker/node_modules/prompt-question
                  npm ERR! extraneous: prompt-radio@1.2.1 /opt/iobroker/node_modules/prompt-radio
                  npm ERR! extraneous: radio-symbol@2.0.0 /opt/iobroker/node_modules/radio-symbol
                  npm ERR! extraneous: readline-ui@2.2.3 /opt/iobroker/node_modules/readline-ui
                  npm ERR! extraneous: readline-utils@2.2.3 /opt/iobroker/node_modules/readline-utils
                  npm ERR! extraneous: serialport@6.2.2 /opt/iobroker/node_modules/serialport
                  npm ERR! extraneous: set-getter@0.1.0 /opt/iobroker/node_modules/set-getter
                  npm ERR! extraneous: shallow-clone@1.0.0 /opt/iobroker/node_modules/shallow-clone
                  npm ERR! extraneous: simple-get@2.8.1 /opt/iobroker/node_modules/simple-get
                  npm ERR! extraneous: streamifier@0.1.1 /opt/iobroker/node_modules/streamifier
                  npm ERR! extraneous: strip-color@0.1.0 /opt/iobroker/node_modules/strip-color
                  npm ERR! extraneous: success-symbol@0.1.0 /opt/iobroker/node_modules/success-symbol
                  npm ERR! extraneous: terminal-paginator@2.0.2 /opt/iobroker/node_modules/terminal-paginator
                  npm ERR! extraneous: to-buffer@1.1.1 /opt/iobroker/node_modules/to-buffer
                  npm ERR! extraneous: toggle-array@1.0.1 /opt/iobroker/node_modules/toggle-array
                  npm ERR! extraneous: virtual-tsc@0.5.0 /opt/iobroker/node_modules/virtual-tsc
                  npm ERR! extraneous: vm2@3.9.5 /opt/iobroker/node_modules/vm2
                  npm ERR! invalid: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                  npm ERR! extraneous: warning-symbol@0.1.0 /opt/iobroker/node_modules/warning-symbol
                  npm ERR! extraneous: window-size@1.1.1 /opt/iobroker/node_modules/window-size
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2022-06-22T18_30_47_148Z-debug-0.log
                  pi@raspberrypi:/opt/iobroker $
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Phantomkommander last edited by Thomas Braun

                    @phantomkommander sagte in Kein Update mehr möglich mit Node.js 16:

                    Punkt 1) Deine /etc/apt/sources.list.d/nodesource.list
                    ist nicht korrekt. Anleitung (welche überhaupt?) doch nicht richtig befolgt.

                    Punkt 2) Die mit 'INVALID' gekennzeichneten Adaper mal irgendwann 'ungewöhnlich' (per git / 'der Katze') installiert gehabt?
                    Installier die nochmal frisch aus dem stable-Repo.

                    Punkt 3) Halt dein System auf Stand. 11 Updates einspielen!

                    Phantomkommander 1 Reply Last reply Reply Quote 0
                    • Phantomkommander
                      Phantomkommander @Thomas Braun last edited by

                      @thomas-braun sagte in Kein Update mehr möglich mit Node.js 16:

                      Punkt 1) Deine /etc/apt/sources.list.d/nodesource.list
                      ist nicht korrekt. Anleitung (welche überhaupt?) doch nicht richtig befolgt.

                      https://forum.iobroker.net/topic/44566/how-to-node-js-iobroker-richtig-updaten-2021-22-edition

                      Punkt 2) Die mit 'INVALID' gekennzeichneten Adaper mal irgendwann 'ungewöhnlich' (per git / 'der Katze') installiert gehabt?
                      Installier die nochmal frisch aus dem stable-Repo.

                      Deinstallieren und neu installieren?

                      Punkt 3) Halt dein System auf Stand. 11 Updates einspielen!

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Phantomkommander last edited by

                        @phantomkommander

                        1.) Die Anleitung führt eigentlich zur richtigen nodesource.list
                        Ich würde die der einfachheit halber flugs per Hand auf 16 anpassen.

                        2.) Wie schaut denn ein

                        iobroker update -u
                        

                        derzeitig aus?

                        3.)

                        sudo apt update
                        sudo apt full-upgrade
                        sudo reboot
                        
                        Phantomkommander 1 Reply Last reply Reply Quote 0
                        • Phantomkommander
                          Phantomkommander @Thomas Braun last edited by

                          @thomas-braun sagte in Kein Update mehr möglich mit Node.js 16:

                          @phantomkommander

                          1.) Die Anleitung führt eigentlich zur richtigen nodesource.list
                          Ich würde die der einfachheit halber flugs per Hand auf 16 anpassen.

                          könntest du mir da helfen?

                          2.) Wie schaut denn ein

                          iobroker update -u
                          

                          derzeitig aus?

                          pi@raspberrypi:~ $ iobroker update -u
                          Used repository: stable
                          pi@raspberrypi:~ $
                          

                          3.)

                          sudo apt update
                          sudo apt full-upgrade
                          sudo reboot
                          

                          Ist erledigt

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Phantomkommander last edited by

                            @phantomkommander sagte in Kein Update mehr möglich mit Node.js 16:

                            könntest du mir da helfen?

                            Schau in meiner Signatur, im Link zum node-HowTo steht drin wie es geht.

                            Mein Fehler: iobroker update -u sollte eigentlich

                            iobroker update -i
                            

                            heißen. Bitte nochmal.

                            Phantomkommander 1 Reply Last reply Reply Quote 0
                            • Phantomkommander
                              Phantomkommander @Thomas Braun last edited by

                              @thomas-braun sagte in Kein Update mehr möglich mit Node.js 16:

                              @phantomkommander sagte in Kein Update mehr möglich mit Node.js 16:

                              Mein Fehler: iobroker update -u sollte eigentlich

                              iobroker update -i
                              

                              heißen. Bitte nochmal.

                              pi@raspberrypi:~ $ iobroker update -i
                              Used repository: stable
                              Adapter    "admin"        : 5.3.8    , installed 5.3.8
                              Adapter    "alarm"        : 3.1.0    , installed 3.1.0
                              Adapter    "alexa2"       : 3.11.2   , installed 3.12.0
                              Adapter    "backitup"     : 2.4.9    , installed 2.4.9
                              Adapter    "birthdays"    : 2.0.0    , installed 2.0.0
                              Adapter    "bluelink"     : 2.1.2    , installed 2.1.2
                              Adapter    "bshb"         : 0.1.20   , installed 0.1.20
                              Adapter    "cloud"        : 4.1.1    , installed 4.1.1
                              Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                              Adapter    "device-reminder": 1.2.9  , installed 1.2.9
                              Adapter    "discovery"    : 3.0.3    , installed 3.0.3
                              Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                              Adapter    "email"        : 1.0.10   , installed 1.0.10
                              Adapter    "fb-checkpresence": 1.1.14, installed 1.1.15
                              Adapter    "flot"         : 1.10.7   , installed 1.10.7
                              Adapter    "fritzbox"     : 0.2.1    , installed 0.2.1
                              Adapter    "fritzdect"    : 2.2.3    , installed 2.2.6
                              Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
                              Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                              Adapter    "history"      : 1.11.1   , installed 1.11.1
                              Adapter    "hue-extended" : 2.0.0    , installed 2.0.1
                              Adapter    "ical"         : 1.12.1   , installed 1.12.1
                              Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                              Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                              Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                              Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                              Adapter    "info"         : 1.9.19   , installed 1.9.19
                              Adapter    "iot"          : 1.11.4   , installed 1.11.4
                              Adapter    "javascript"   : 5.7.0    , installed 5.7.0
                              Controller "js-controller": 4.0.23   , installed 4.0.23
                              Adapter    "luftdaten"    : 2.2.4    , installed 2.2.4
                              Adapter    "midea"        : 0.0.7    , installed 0.0.7
                              Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                              Adapter    "nina"         : 0.0.25   , installed 0.0.25
                              Adapter    "nuki-extended": 2.3.1    , installed 2.6.1
                              Adapter    "octoprint"    : 4.0.0    , installed 4.0.0
                              Adapter    "parcel"       : 0.0.15   , installed 0.0.15
                              Adapter    "parser"       : 1.1.5    , installed 1.1.5
                              Adapter    "pi-hole"      : 1.3.4    , installed 1.3.4
                              Adapter    "pushover"     : 2.1.0    , installed 2.1.0
                              Adapter    "radar2"       : 2.0.3    , installed 2.0.3
                              Adapter    "rssfeed"      : 1.0.0    , installed 1.0.0
                              Adapter    "samsung"      : 0.5.8    , installed 0.5.8
                              Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                              Adapter    "simple-api"   : 2.6.5    , installed 2.6.5
                              Adapter    "snmp"         : 1.0.0    , installed 1.0.0
                              Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                              Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                              Adapter    "telegram"     : 1.12.6   , installed 1.12.6
                              Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                              Adapter    "tradfri"      : 3.1.3    , installed 3.1.3
                              Adapter    "trashschedule": 2.0.2    , installed 2.0.2
                              Adapter    "tvprogram"    : 1.1.2    , installed 1.1.2
                              Adapter    "vis"          : 1.4.15   , installed 1.4.15
                              Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
                              Adapter    "vis-icontwo"  : 0.87.0   , installed 0.87.0
                              Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                              Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                              Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                              Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                              Adapter    "web"          : 4.3.0    , installed 4.3.0
                              Adapter    "ws"           : 1.3.0    , installed 1.3.0
                              Adapter    "zigbee"       : 1.7.5    , installed 1.7.5
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Phantomkommander last edited by

                                @phantomkommander

                                Die 'invalid' Versionen hast du aus dem Beta-Repo geangelt, fährst aber jetzt stable. Installier die nochmal neu.

                                Admin im Expertenmodus:

                                8918bc80-7d12-4763-abfb-d6c76f1f5a2d-image.png

                                Phantomkommander 1 Reply Last reply Reply Quote 0
                                • Phantomkommander
                                  Phantomkommander @Thomas Braun last edited by

                                  @thomas-braun sagte in Kein Update mehr möglich mit Node.js 16:

                                  @phantomkommander

                                  Die 'invalid' Versionen hast du aus dem Beta-Repo geangelt, fährst aber jetzt stable. Installier die nochmal neu.

                                  Admin im Expertenmodus:

                                  8918bc80-7d12-4763-abfb-d6c76f1f5a2d-image.png

                                  ok werde ich nachher mal probieren, allerdings will er im moment noch keine updates durchführen

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Phantomkommander last edited by

                                    @phantomkommander sagte in Kein Update mehr möglich mit Node.js 16:

                                    allerdings will er im moment noch keine updates durchführen

                                    Es stehen ja auch keine aus dem stable-Zweig an.

                                    Phantomkommander 1 Reply Last reply Reply Quote 0
                                    • Phantomkommander
                                      Phantomkommander @Thomas Braun last edited by

                                      @thomas-braun sagte in Kein Update mehr möglich mit Node.js 16:

                                      @phantomkommander sagte in Kein Update mehr möglich mit Node.js 16:

                                      allerdings will er im moment noch keine updates durchführen

                                      Es stehen ja auch keine aus dem stable-Zweig an.

                                      sorry falsch ausgedrückt.

                                      
                                      alexa2.0
                                      2022-06-22 21:15:15.151	info	starting. Version 3.12.0 in /opt/iobroker/node_modules/iobroker.alexa2, node: v16.15.1, js-controller: 4.0.23
                                      host.raspberrypi
                                      2022-06-22 21:15:12.300	info	instance system.adapter.alexa2.0 started with pid 4706
                                      host.raspberrypi
                                      2022-06-22 21:15:12.097	info	"system.adapter.alexa2.0" enabled
                                      host.raspberrypi
                                      2022-06-22 21:15:04.874	info	instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      host.raspberrypi
                                      2022-06-22 21:15:04.098	info	instance system.adapter.coronavirus-statistics.0 started with pid 4690
                                      host.raspberrypi
                                      2022-06-22 21:15:00.061	info	instance system.adapter.dwd.0 started with pid 4673
                                      host.raspberrypi
                                      2022-06-22 21:14:11.167	info	iobroker exit 0
                                      host.raspberrypi
                                      2022-06-22 21:14:10.100	info	iobroker upload [0] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/words.js words.js application/javascript
                                      host.raspberrypi
                                      2022-06-22 21:14:10.092	info	iobroker upload [1] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/warning.png warning.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:10.085	info	iobroker upload [2] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/info.png info.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:10.077	info	iobroker upload [3] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index_m.html index_m.html text/html
                                      host.raspberrypi
                                      2022-06-22 21:14:10.070	info	iobroker upload [4] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/spot.png icons/spot.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:10.063	info	iobroker upload [5] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/sonos.png icons/sonos.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:10.055	info	iobroker upload [6] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/reverb.png icons/reverb.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:10.048	info	iobroker upload [7] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/raspi.png icons/raspi.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:10.040	info	iobroker upload [8] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/multiroom.png icons/multiroom.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:10.032	info	iobroker upload [9] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/microphone.png icons/microphone.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:10.020	info	iobroker upload [10] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/firetv.png icons/firetv.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:10.012	info	iobroker upload [11] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/firetab.png icons/firetab.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:10.004	info	iobroker upload [12] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_sub.png icons/echo_sub.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:09.997	info	iobroker upload [13] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_studio.png icons/echo_studio.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:09.989	info	iobroker upload [14] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show5.png icons/echo_show5.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:09.981	info	iobroker upload [15] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show2.png icons/echo_show2.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:09.973	info	iobroker upload [16] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show.png icons/echo_show.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:09.965	info	iobroker upload [17] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_plus2.png icons/echo_plus2.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:09.956	info	iobroker upload [18] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_flex.png icons/echo_flex.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:09.946	info	iobroker upload [19] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_dot4.png icons/echo_dot4.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:09.938	info	iobroker upload [20] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_dot3.png icons/echo_dot3.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:14:09.744	info	iobroker upload [27] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/alexa.png alexa.png image/png
                                      host.raspberrypi
                                      2022-06-22 21:12:06.215	info	iobroker NPM version: 8.11.0Installing iobroker.alexa2@3.11.1... (System call)
                                      host.raspberrypi
                                      2022-06-22 21:12:04.921	info	iobroker Update alexa2 from @3.12.0 to @3.11.1
                                      host.raspberrypi
                                      2022-06-22 21:12:01.732	info	iobroker upgrade alexa2@3.11.1
                                      host.raspberrypi
                                      2022-06-22 21:11:48.998	info	instance system.adapter.alexa2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      host.raspberrypi
                                      2022-06-22 21:11:48.031	info	stopInstance system.adapter.alexa2.0 send kill signal
                                      

                                      Bin da glaube ich zu doof zu.

                                      Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Phantomkommander last edited by

                                        @phantomkommander sagte in Kein Update mehr möglich mit Node.js 16:

                                        Versuch die Kommandozeile

                                        iobroker upgrade alexa2@3.11.1 --debug
                                        
                                        Phantomkommander 1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @Phantomkommander last edited by

                                          @phantomkommander sagte in Kein Update mehr möglich mit Node.js 16:

                                          sorry falsch ausgedrückt.

                                          wo ist das Problem? hat doch geklappt

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Homoran last edited by

                                            @homoran sagte in Kein Update mehr möglich mit Node.js 16:

                                            hat doch geklappt

                                            Nö, ist noch 3.12.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            665
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            node js
                                            16
                                            335
                                            35314
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo