Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. ERROR: Process exited with code 25

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    542

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.7k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.6k

ERROR: Process exited with code 25

Geplant Angeheftet Gesperrt Verschoben Error/Bug
56 Beiträge 6 Kommentatoren 4.9k Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M marcdo70

    @homoran Hab ich doch schon versucht, aber da tut sich nichts. Hab diese Zeile in mein Putty gehauen, aber Fehler bleibt

    HomoranH Nicht stören
    HomoranH Nicht stören
    Homoran
    Global Moderator Administrators
    schrieb am zuletzt editiert von
    #40

    @marcdo70 sagte in ERROR: Process exited with code 25:

    Hab diese Zeile in mein Putty gehauen,

    Sorry, hab kein Ergebnis gesehen

    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

    M 1 Antwort Letzte Antwort
    0
    • HomoranH Homoran

      @marcdo70 sagte in ERROR: Process exited with code 25:

      Hab diese Zeile in mein Putty gehauen,

      Sorry, hab kein Ergebnis gesehen

      M Offline
      M Offline
      marcdo70
      schrieb am zuletzt editiert von
      #41

      @homoran

      login as: pi
      pi@192.168.178.74's password:
      Linux raspberrypi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
      
      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: Sun Oct 30 14:59:21 2022 from 192.168.178.92
      pi@raspberrypi:~ $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
      pi@raspberrypi:~ $
      
      
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • M marcdo70

        @homoran Hab ich doch schon versucht, aber da tut sich nichts. Hab diese Zeile in mein Putty gehauen, aber Fehler bleibt

        HomoranH Nicht stören
        HomoranH Nicht stören
        Homoran
        Global Moderator Administrators
        schrieb am zuletzt editiert von
        #42

        @marcdo70 sagte in ERROR: Process exited with code 25:

        aber Fehler bleibt

        und das?

        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

        1 Antwort Letzte Antwort
        0
        • M marcdo70

          @homoran

          login as: pi
          pi@192.168.178.74's password:
          Linux raspberrypi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
          
          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: Sun Oct 30 14:59:21 2022 from 192.168.178.92
          pi@raspberrypi:~ $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
          pi@raspberrypi:~ $
          
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #43

          @marcdo70

          Was sagt

          sudo ln -s /usr/bin/node /usr/bin/nodejs
          uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          M 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @marcdo70

            Was sagt

            sudo ln -s /usr/bin/node /usr/bin/nodejs
            uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
            
            M Offline
            M Offline
            marcdo70
            schrieb am zuletzt editiert von
            #44

            @thomas-braun

            login as: pi
            pi@192.168.178.74's password:
            Linux raspberrypi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
            
            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: Sun Oct 30 14:59:21 2022 from 192.168.178.92
            pi@raspberrypi:~ $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
            pi@raspberrypi:~ $ ^C
            pi@raspberrypi:~ $ iob update
            Used repository: Stable (default)
            Adapter    "admin"        : 6.2.23   , installed 6.2.22 [Updatable]
            Adapter    "alexa2"       : 3.19.10  , installed 3.19.9 [Updatable]
            Adapter    "backitup"     : 2.4.12   , installed 2.4.12
            Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
            Adapter    "denon"        : 1.13.4   , installed 1.13.4
            Adapter    "discovery"    : 3.0.5    , installed 3.0.5
            Adapter    "dwd"          : 2.8.3    , installed 2.8.3
            Adapter    "harmony"      : 1.2.2    , installed 1.2.2
            Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
            Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
            Adapter    "info"         : 1.9.19   , installed 1.9.19
            Adapter    "iot"          : 1.11.9   , installed 1.11.9
            Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
            Controller "js-controller": 4.0.23   , installed 4.0.23
            Adapter    "node-red"     : 4.0.0    , installed 4.0.0
            Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
            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    "telegram"     : 1.14.1   , installed 1.14.1
            Adapter    "text2command" : 2.2.2    , installed 2.2.2
            Adapter    "vis"          : 1.4.15   , installed 1.4.15
            Adapter    "web"          : 4.3.0    , installed 4.3.0
            Adapter    "wled"         : 0.6.7    , installed 0.6.7
            Adapter    "ws"           : 1.3.0    , installed 1.3.0
            pi@raspberrypi:~ $ iob update
            Used repository: Stable (default)
            Adapter    "admin"        : 6.2.23   , installed 6.2.22 [Updatable]
            Adapter    "alexa2"       : 3.19.10  , installed 3.19.9 [Updatable]
            Adapter    "backitup"     : 2.4.12   , installed 2.4.12
            Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
            Adapter    "denon"        : 1.13.4   , installed 1.13.4
            Adapter    "discovery"    : 3.0.5    , installed 3.0.5
            Adapter    "dwd"          : 2.8.3    , installed 2.8.3
            Adapter    "harmony"      : 1.2.2    , installed 1.2.2
            Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
            Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
            Adapter    "info"         : 1.9.19   , installed 1.9.19
            Adapter    "iot"          : 1.11.9   , installed 1.11.9
            Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
            Controller "js-controller": 4.0.23   , installed 4.0.23
            Adapter    "node-red"     : 4.0.0    , installed 4.0.0
            Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
            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    "telegram"     : 1.14.1   , installed 1.14.1
            Adapter    "text2command" : 2.2.2    , installed 2.2.2
            Adapter    "vis"          : 1.4.15   , installed 1.4.15
            Adapter    "web"          : 4.3.0    , installed 4.3.0
            Adapter    "wled"         : 0.6.7    , installed 0.6.7
            Adapter    "ws"           : 1.3.0    , installed 1.3.0
            pi@raspberrypi:~ $
            pi@raspberrypi:~ $ iobroker upgrade javascript@6.0.3 --debug
            
            This upgrade of "javascript" will introduce the following changes:
            ==========================================================================
            -> 6.0.3:
            Downgrade Typescript to prevent errors with global typescript scripts
            
            -> 6.0.2:
            Downgrade Typescript to prevent errors with global typescript scripts
            
            -> 6.0.1:
            Fixed the wizard schedule
            Done small fixes on GUI
            ==========================================================================
            
            Would you like to upgrade javascript from @6.0.0 to @6.0.3 now? [(y)es, (n)o]: y
            Update javascript from @6.0.0 to @6.0.3
            NPM version: 8.19.2
            Installing iobroker.javascript@6.0.3... (System call)
            npm ERR! code ENOTDIR
            npm ERR! syscall rename
            npm ERR! path /opt/iobroker/node_modules/argparse
            npm ERR! dest /opt/iobroker/node_modules/.argparse-S5zfMSQi
            npm ERR! errno -20
            npm ERR! ENOTDIR: not a directory, rename '/opt/iobroker/node_modules/argparse' -> '/opt/iobroker/node_modules/.argparse-S5zfMSQi'
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2022-10-30T14_10_17_873Z-debug-0.log
            host.raspberrypi Cannot install iobroker.javascript@6.0.3: 236
            pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
            ln: failed to create symbolic link '/usr/bin/nodejs': File exists
            pi@raspberrypi:~ $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
            armv7l
            /usr/bin/nodejs
            /usr/bin/node
            /usr/bin/npm
            v16.18.0
            v16.18.0
            8.19.2
            4.0.23
            pi
            pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
            tty
            /home/pi
            
            Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
            Hit:2 http://archive.raspberrypi.org/debian buster InRelease
            Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
            Reading package lists... Done
            Building dependency tree
            Reading state information... Done
            11 packages can be upgraded. Run 'apt list --upgradable' to see them.
            nodejs:
              Installed: 16.18.0-deb-1nodesource1
              Candidate: 16.18.0-deb-1nodesource1
              Version table:
             *** 16.18.0-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                    100 /var/lib/dpkg/status
                 10.24.0~dfsg-1~deb10u2 500
                    500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
            pi@raspberrypi:~ $
            pi@raspberrypi:~ $
            
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • M marcdo70

              @thomas-braun

              login as: pi
              pi@192.168.178.74's password:
              Linux raspberrypi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
              
              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: Sun Oct 30 14:59:21 2022 from 192.168.178.92
              pi@raspberrypi:~ $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
              pi@raspberrypi:~ $ ^C
              pi@raspberrypi:~ $ iob update
              Used repository: Stable (default)
              Adapter    "admin"        : 6.2.23   , installed 6.2.22 [Updatable]
              Adapter    "alexa2"       : 3.19.10  , installed 3.19.9 [Updatable]
              Adapter    "backitup"     : 2.4.12   , installed 2.4.12
              Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
              Adapter    "denon"        : 1.13.4   , installed 1.13.4
              Adapter    "discovery"    : 3.0.5    , installed 3.0.5
              Adapter    "dwd"          : 2.8.3    , installed 2.8.3
              Adapter    "harmony"      : 1.2.2    , installed 1.2.2
              Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
              Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
              Adapter    "info"         : 1.9.19   , installed 1.9.19
              Adapter    "iot"          : 1.11.9   , installed 1.11.9
              Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
              Controller "js-controller": 4.0.23   , installed 4.0.23
              Adapter    "node-red"     : 4.0.0    , installed 4.0.0
              Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
              Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
              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    "telegram"     : 1.14.1   , installed 1.14.1
              Adapter    "text2command" : 2.2.2    , installed 2.2.2
              Adapter    "vis"          : 1.4.15   , installed 1.4.15
              Adapter    "web"          : 4.3.0    , installed 4.3.0
              Adapter    "wled"         : 0.6.7    , installed 0.6.7
              Adapter    "ws"           : 1.3.0    , installed 1.3.0
              pi@raspberrypi:~ $ iob update
              Used repository: Stable (default)
              Adapter    "admin"        : 6.2.23   , installed 6.2.22 [Updatable]
              Adapter    "alexa2"       : 3.19.10  , installed 3.19.9 [Updatable]
              Adapter    "backitup"     : 2.4.12   , installed 2.4.12
              Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
              Adapter    "denon"        : 1.13.4   , installed 1.13.4
              Adapter    "discovery"    : 3.0.5    , installed 3.0.5
              Adapter    "dwd"          : 2.8.3    , installed 2.8.3
              Adapter    "harmony"      : 1.2.2    , installed 1.2.2
              Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
              Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
              Adapter    "info"         : 1.9.19   , installed 1.9.19
              Adapter    "iot"          : 1.11.9   , installed 1.11.9
              Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
              Controller "js-controller": 4.0.23   , installed 4.0.23
              Adapter    "node-red"     : 4.0.0    , installed 4.0.0
              Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
              Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
              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    "telegram"     : 1.14.1   , installed 1.14.1
              Adapter    "text2command" : 2.2.2    , installed 2.2.2
              Adapter    "vis"          : 1.4.15   , installed 1.4.15
              Adapter    "web"          : 4.3.0    , installed 4.3.0
              Adapter    "wled"         : 0.6.7    , installed 0.6.7
              Adapter    "ws"           : 1.3.0    , installed 1.3.0
              pi@raspberrypi:~ $
              pi@raspberrypi:~ $ iobroker upgrade javascript@6.0.3 --debug
              
              This upgrade of "javascript" will introduce the following changes:
              ==========================================================================
              -> 6.0.3:
              Downgrade Typescript to prevent errors with global typescript scripts
              
              -> 6.0.2:
              Downgrade Typescript to prevent errors with global typescript scripts
              
              -> 6.0.1:
              Fixed the wizard schedule
              Done small fixes on GUI
              ==========================================================================
              
              Would you like to upgrade javascript from @6.0.0 to @6.0.3 now? [(y)es, (n)o]: y
              Update javascript from @6.0.0 to @6.0.3
              NPM version: 8.19.2
              Installing iobroker.javascript@6.0.3... (System call)
              npm ERR! code ENOTDIR
              npm ERR! syscall rename
              npm ERR! path /opt/iobroker/node_modules/argparse
              npm ERR! dest /opt/iobroker/node_modules/.argparse-S5zfMSQi
              npm ERR! errno -20
              npm ERR! ENOTDIR: not a directory, rename '/opt/iobroker/node_modules/argparse' -> '/opt/iobroker/node_modules/.argparse-S5zfMSQi'
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/iobroker/.npm/_logs/2022-10-30T14_10_17_873Z-debug-0.log
              host.raspberrypi Cannot install iobroker.javascript@6.0.3: 236
              pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
              ln: failed to create symbolic link '/usr/bin/nodejs': File exists
              pi@raspberrypi:~ $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
              armv7l
              /usr/bin/nodejs
              /usr/bin/node
              /usr/bin/npm
              v16.18.0
              v16.18.0
              8.19.2
              4.0.23
              pi
              pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
              tty
              /home/pi
              
              Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
              Hit:2 http://archive.raspberrypi.org/debian buster InRelease
              Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              11 packages can be upgraded. Run 'apt list --upgradable' to see them.
              nodejs:
                Installed: 16.18.0-deb-1nodesource1
                Candidate: 16.18.0-deb-1nodesource1
                Version table:
               *** 16.18.0-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                      100 /var/lib/dpkg/status
                   10.24.0~dfsg-1~deb10u2 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
              pi@raspberrypi:~ $
              pi@raspberrypi:~ $
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #45

              @marcdo70

              Hat nichts mit deinem Problem zu tun, aber nutze die Gelegenheit für ein wenig Systempflege.

              11 packages can be upgraded.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              M 2 Antworten Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @marcdo70

                Hat nichts mit deinem Problem zu tun, aber nutze die Gelegenheit für ein wenig Systempflege.

                11 packages can be upgraded.

                M Offline
                M Offline
                marcdo70
                schrieb am zuletzt editiert von
                #46

                @thomas-braun
                Ja hab ich auch gesehen, Danke

                1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @marcdo70

                  Hat nichts mit deinem Problem zu tun, aber nutze die Gelegenheit für ein wenig Systempflege.

                  11 packages can be upgraded.

                  M Offline
                  M Offline
                  marcdo70
                  schrieb am zuletzt editiert von
                  #47

                  @thomas-braun sagte in ERROR: Process exited with code 25:

                  @marcdo70

                  Hat nichts mit deinem Problem zu tun, aber nutze die Gelegenheit für ein wenig Systempflege.

                  11 packages can be upgraded.

                  So gemacht, aber wie mach ich jetzt mit meinem Fehller weiter

                  pi@raspberrypi:~ $ iobroker upgrade alexa2
                  
                  This upgrade of "alexa2" will introduce the following changes:
                  ==========================================================================
                  -> 3.19.10:
                  Fix issue in retry handling when rate limit exceeded is returned by Amazon
                  Do not clean up Smart Home Device objects for now - delete manually if you remove a device
                  ==========================================================================
                  
                  Would you like to upgrade alexa2 from @3.19.9 to @3.19.10 now? [(y)es, (n)o]: y
                  Update alexa2 from @3.19.9 to @3.19.10
                  NPM version: 8.19.2
                  Installing iobroker.alexa2@3.19.10... (System call)
                  host.raspberrypi Cannot install iobroker.alexa2@3.19.10: 236
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • M marcdo70

                    @thomas-braun sagte in ERROR: Process exited with code 25:

                    @marcdo70

                    Hat nichts mit deinem Problem zu tun, aber nutze die Gelegenheit für ein wenig Systempflege.

                    11 packages can be upgraded.

                    So gemacht, aber wie mach ich jetzt mit meinem Fehller weiter

                    pi@raspberrypi:~ $ iobroker upgrade alexa2
                    
                    This upgrade of "alexa2" will introduce the following changes:
                    ==========================================================================
                    -> 3.19.10:
                    Fix issue in retry handling when rate limit exceeded is returned by Amazon
                    Do not clean up Smart Home Device objects for now - delete manually if you remove a device
                    ==========================================================================
                    
                    Would you like to upgrade alexa2 from @3.19.9 to @3.19.10 now? [(y)es, (n)o]: y
                    Update alexa2 from @3.19.9 to @3.19.10
                    NPM version: 8.19.2
                    Installing iobroker.alexa2@3.19.10... (System call)
                    host.raspberrypi Cannot install iobroker.alexa2@3.19.10: 236
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #48

                    @marcdo70

                    iobroker update
                    iobroker upgrade alexa2 --debug
                    

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    M 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @marcdo70

                      iobroker update
                      iobroker upgrade alexa2 --debug
                      
                      M Offline
                      M Offline
                      marcdo70
                      schrieb am zuletzt editiert von
                      #49

                      @thomas-braun sagte in ERROR: Process exited with code 25:

                      iobroker upgrade alexa2 --debug

                      Geht nicht

                      login as: pi
                      pi@192.168.178.74's password:
                      Linux raspberrypi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
                      
                      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: Sun Oct 30 15:05:29 2022 from 192.168.178.92
                      pi@raspberrypi:~ $ iobroker update
                      Used repository: Stable (default)
                      Adapter    "admin"        : 6.2.23   , installed 6.2.22 [Updatable]
                      Adapter    "alexa2"       : 3.19.10  , installed 3.19.9 [Updatable]
                      Adapter    "backitup"     : 2.4.12   , installed 2.4.12
                      Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
                      Adapter    "denon"        : 1.13.4   , installed 1.13.4
                      Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                      Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                      Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                      Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                      Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                      Adapter    "info"         : 1.9.19   , installed 1.9.19
                      Adapter    "iot"          : 1.11.9   , installed 1.11.9
                      Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                      Controller "js-controller": 4.0.23   , installed 4.0.23
                      Adapter    "node-red"     : 4.0.0    , installed 4.0.0
                      Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                      Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                      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    "telegram"     : 1.14.1   , installed 1.14.1
                      Adapter    "text2command" : 2.2.2    , installed 2.2.2
                      Adapter    "vis"          : 1.4.15   , installed 1.4.15
                      Adapter    "web"          : 4.3.0    , installed 4.3.0
                      Adapter    "wled"         : 0.6.7    , installed 0.6.7
                      Adapter    "ws"           : 1.3.0    , installed 1.3.0
                      pi@raspberrypi:~ $ iobroker upgrade alexa2 --debug
                      
                      This upgrade of "alexa2" will introduce the following changes:
                      ==========================================================================
                      -> 3.19.10:
                      Fix issue in retry handling when rate limit exceeded is returned by Amazon
                      Do not clean up Smart Home Device objects for now - delete manually if you remov                                                                                                             e a device
                      ==========================================================================
                      
                      Would you like to upgrade alexa2 from @3.19.9 to @3.19.10 now? [(y)es, (n)o]: y
                      Update alexa2 from @3.19.9 to @3.19.10
                      NPM version: 8.19.2
                      Installing iobroker.alexa2@3.19.10... (System call)
                      npm ERR! code ENOTDIR
                      npm ERR! syscall rename
                      npm ERR! path /opt/iobroker/node_modules/argparse
                      npm ERR! dest /opt/iobroker/node_modules/.argparse-S5zfMSQi
                      npm ERR! errno -20
                      npm ERR! ENOTDIR: not a directory, rename '/opt/iobroker/node_modules/argparse' -> '/opt/iobroker/node_modules/.argparse-S5zfMSQi'
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /home/iobroker/.npm/_logs/2022-10-30T14_43_17_519Z-debug-0.log
                      host.raspberrypi Cannot install iobroker.alexa2@3.19.10: 236
                      pi@raspberrypi:~ $
                      
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • M marcdo70

                        @thomas-braun sagte in ERROR: Process exited with code 25:

                        iobroker upgrade alexa2 --debug

                        Geht nicht

                        login as: pi
                        pi@192.168.178.74's password:
                        Linux raspberrypi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
                        
                        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: Sun Oct 30 15:05:29 2022 from 192.168.178.92
                        pi@raspberrypi:~ $ iobroker update
                        Used repository: Stable (default)
                        Adapter    "admin"        : 6.2.23   , installed 6.2.22 [Updatable]
                        Adapter    "alexa2"       : 3.19.10  , installed 3.19.9 [Updatable]
                        Adapter    "backitup"     : 2.4.12   , installed 2.4.12
                        Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
                        Adapter    "denon"        : 1.13.4   , installed 1.13.4
                        Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                        Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                        Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                        Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                        Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                        Adapter    "info"         : 1.9.19   , installed 1.9.19
                        Adapter    "iot"          : 1.11.9   , installed 1.11.9
                        Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                        Controller "js-controller": 4.0.23   , installed 4.0.23
                        Adapter    "node-red"     : 4.0.0    , installed 4.0.0
                        Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                        Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                        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    "telegram"     : 1.14.1   , installed 1.14.1
                        Adapter    "text2command" : 2.2.2    , installed 2.2.2
                        Adapter    "vis"          : 1.4.15   , installed 1.4.15
                        Adapter    "web"          : 4.3.0    , installed 4.3.0
                        Adapter    "wled"         : 0.6.7    , installed 0.6.7
                        Adapter    "ws"           : 1.3.0    , installed 1.3.0
                        pi@raspberrypi:~ $ iobroker upgrade alexa2 --debug
                        
                        This upgrade of "alexa2" will introduce the following changes:
                        ==========================================================================
                        -> 3.19.10:
                        Fix issue in retry handling when rate limit exceeded is returned by Amazon
                        Do not clean up Smart Home Device objects for now - delete manually if you remov                                                                                                             e a device
                        ==========================================================================
                        
                        Would you like to upgrade alexa2 from @3.19.9 to @3.19.10 now? [(y)es, (n)o]: y
                        Update alexa2 from @3.19.9 to @3.19.10
                        NPM version: 8.19.2
                        Installing iobroker.alexa2@3.19.10... (System call)
                        npm ERR! code ENOTDIR
                        npm ERR! syscall rename
                        npm ERR! path /opt/iobroker/node_modules/argparse
                        npm ERR! dest /opt/iobroker/node_modules/.argparse-S5zfMSQi
                        npm ERR! errno -20
                        npm ERR! ENOTDIR: not a directory, rename '/opt/iobroker/node_modules/argparse' -> '/opt/iobroker/node_modules/.argparse-S5zfMSQi'
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/iobroker/.npm/_logs/2022-10-30T14_43_17_519Z-debug-0.log
                        host.raspberrypi Cannot install iobroker.alexa2@3.19.10: 236
                        pi@raspberrypi:~ $
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #50

                        @marcdo70

                        rm -rf /opt/iobroker/node_modules/.argparse-S5zfMSQi
                        

                        Loggst du dich für jeden Befehl neu ein?

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        M 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @marcdo70

                          rm -rf /opt/iobroker/node_modules/.argparse-S5zfMSQi
                          

                          Loggst du dich für jeden Befehl neu ein?

                          M Offline
                          M Offline
                          marcdo70
                          schrieb am zuletzt editiert von
                          #51

                          @thomas-braun sagte in ERROR: Process exited with code 25:

                          rm -rf /opt/iobroker/node_modules/.argparse-S5zfMSQi

                          Hatte Console ausversehen geschlossen, aber da passiert gar nichts

                          login as: pi
                          pi@192.168.178.74's password:
                          Linux raspberrypi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
                          
                          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: Sun Oct 30 15:05:29 2022 from 192.168.178.92
                          pi@raspberrypi:~ $ iobroker update
                          Used repository: Stable (default)
                          Adapter    "admin"        : 6.2.23   , installed 6.2.22 [Updatable]
                          Adapter    "alexa2"       : 3.19.10  , installed 3.19.9 [Updatable]
                          Adapter    "backitup"     : 2.4.12   , installed 2.4.12
                          Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
                          Adapter    "denon"        : 1.13.4   , installed 1.13.4
                          Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                          Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                          Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                          Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                          Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                          Adapter    "info"         : 1.9.19   , installed 1.9.19
                          Adapter    "iot"          : 1.11.9   , installed 1.11.9
                          Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                          Controller "js-controller": 4.0.23   , installed 4.0.23
                          Adapter    "node-red"     : 4.0.0    , installed 4.0.0
                          Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                          Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                          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    "telegram"     : 1.14.1   , installed 1.14.1
                          Adapter    "text2command" : 2.2.2    , installed 2.2.2
                          Adapter    "vis"          : 1.4.15   , installed 1.4.15
                          Adapter    "web"          : 4.3.0    , installed 4.3.0
                          Adapter    "wled"         : 0.6.7    , installed 0.6.7
                          Adapter    "ws"           : 1.3.0    , installed 1.3.0
                          pi@raspberrypi:~ $ iobroker upgrade alexa2 --debug
                          
                          This upgrade of "alexa2" will introduce the following changes:
                          ==========================================================================
                          -> 3.19.10:
                          Fix issue in retry handling when rate limit exceeded is returned by Amazon
                          Do not clean up Smart Home Device objects for now - delete manually if you remov                                                                                                             e a device
                          ==========================================================================
                          
                          Would you like to upgrade alexa2 from @3.19.9 to @3.19.10 now? [(y)es, (n)o]: y
                          Update alexa2 from @3.19.9 to @3.19.10
                          NPM version: 8.19.2
                          Installing iobroker.alexa2@3.19.10... (System call)
                          npm ERR! code ENOTDIR
                          npm ERR! syscall rename
                          npm ERR! path /opt/iobroker/node_modules/argparse
                          npm ERR! dest /opt/iobroker/node_modules/.argparse-S5zfMSQi
                          npm ERR! errno -20
                          npm ERR! ENOTDIR: not a directory, rename '/opt/iobroker/node_modules/argparse' -> '/opt/iobroker/node_modules/.argparse-S5zfMSQi'
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR!     /home/iobroker/.npm/_logs/2022-10-30T14_43_17_519Z-debug-0.log
                          host.raspberrypi Cannot install iobroker.alexa2@3.19.10: 236
                          pi@raspberrypi:~ $ ^C
                          pi@raspberrypi:~ $ iobroker upgrade js-controller --debug
                          Cannot update js-controller using this command. Please use "iobroker upgrade self" instead!
                          pi@raspberrypi:~ $ iobroker upgrade self
                          Host    "raspberrypi"    is up to date.
                          pi@raspberrypi:~ $ rm -rf /opt/iobroker/node_modules/.argparse-S5zfMSQi
                          pi@raspberrypi:~ $ rm -rf /opt/iobroker/node_modules/.argparse-S5zfMSQi
                          pi@raspberrypi:~ $
                          
                          
                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • M marcdo70

                            @thomas-braun sagte in ERROR: Process exited with code 25:

                            rm -rf /opt/iobroker/node_modules/.argparse-S5zfMSQi

                            Hatte Console ausversehen geschlossen, aber da passiert gar nichts

                            login as: pi
                            pi@192.168.178.74's password:
                            Linux raspberrypi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
                            
                            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: Sun Oct 30 15:05:29 2022 from 192.168.178.92
                            pi@raspberrypi:~ $ iobroker update
                            Used repository: Stable (default)
                            Adapter    "admin"        : 6.2.23   , installed 6.2.22 [Updatable]
                            Adapter    "alexa2"       : 3.19.10  , installed 3.19.9 [Updatable]
                            Adapter    "backitup"     : 2.4.12   , installed 2.4.12
                            Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
                            Adapter    "denon"        : 1.13.4   , installed 1.13.4
                            Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                            Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                            Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                            Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                            Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                            Adapter    "info"         : 1.9.19   , installed 1.9.19
                            Adapter    "iot"          : 1.11.9   , installed 1.11.9
                            Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                            Controller "js-controller": 4.0.23   , installed 4.0.23
                            Adapter    "node-red"     : 4.0.0    , installed 4.0.0
                            Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                            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    "telegram"     : 1.14.1   , installed 1.14.1
                            Adapter    "text2command" : 2.2.2    , installed 2.2.2
                            Adapter    "vis"          : 1.4.15   , installed 1.4.15
                            Adapter    "web"          : 4.3.0    , installed 4.3.0
                            Adapter    "wled"         : 0.6.7    , installed 0.6.7
                            Adapter    "ws"           : 1.3.0    , installed 1.3.0
                            pi@raspberrypi:~ $ iobroker upgrade alexa2 --debug
                            
                            This upgrade of "alexa2" will introduce the following changes:
                            ==========================================================================
                            -> 3.19.10:
                            Fix issue in retry handling when rate limit exceeded is returned by Amazon
                            Do not clean up Smart Home Device objects for now - delete manually if you remov                                                                                                             e a device
                            ==========================================================================
                            
                            Would you like to upgrade alexa2 from @3.19.9 to @3.19.10 now? [(y)es, (n)o]: y
                            Update alexa2 from @3.19.9 to @3.19.10
                            NPM version: 8.19.2
                            Installing iobroker.alexa2@3.19.10... (System call)
                            npm ERR! code ENOTDIR
                            npm ERR! syscall rename
                            npm ERR! path /opt/iobroker/node_modules/argparse
                            npm ERR! dest /opt/iobroker/node_modules/.argparse-S5zfMSQi
                            npm ERR! errno -20
                            npm ERR! ENOTDIR: not a directory, rename '/opt/iobroker/node_modules/argparse' -> '/opt/iobroker/node_modules/.argparse-S5zfMSQi'
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/iobroker/.npm/_logs/2022-10-30T14_43_17_519Z-debug-0.log
                            host.raspberrypi Cannot install iobroker.alexa2@3.19.10: 236
                            pi@raspberrypi:~ $ ^C
                            pi@raspberrypi:~ $ iobroker upgrade js-controller --debug
                            Cannot update js-controller using this command. Please use "iobroker upgrade self" instead!
                            pi@raspberrypi:~ $ iobroker upgrade self
                            Host    "raspberrypi"    is up to date.
                            pi@raspberrypi:~ $ rm -rf /opt/iobroker/node_modules/.argparse-S5zfMSQi
                            pi@raspberrypi:~ $ rm -rf /opt/iobroker/node_modules/.argparse-S5zfMSQi
                            pi@raspberrypi:~ $
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #52

                            @marcdo70

                            Da passiert schon was. Die Datei wurde gelöscht.
                            Versuch das Upgrade jetzt nochmal.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            M 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @marcdo70

                              Da passiert schon was. Die Datei wurde gelöscht.
                              Versuch das Upgrade jetzt nochmal.

                              M Offline
                              M Offline
                              marcdo70
                              schrieb am zuletzt editiert von
                              #53

                              @thomas-braun sagte in ERROR: Process exited with code 25:

                              @marcdo70

                              Da passiert schon was. Die Datei wurde gelöscht.
                              Versuch das Upgrade jetzt nochmal.

                              ok

                              pi@raspberrypi:~ $ iobroker update
                              Used repository: Stable (default)
                              Adapter    "admin"        : 6.2.23   , installed 6.2.22 [Updatable]
                              Adapter    "alexa2"       : 3.19.10  , installed 3.19.9 [Updatable]
                              Adapter    "backitup"     : 2.4.12   , installed 2.4.12
                              Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
                              Adapter    "denon"        : 1.13.4   , installed 1.13.4
                              Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                              Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                              Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                              Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                              Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                              Adapter    "info"         : 1.9.19   , installed 1.9.19
                              Adapter    "iot"          : 1.11.9   , installed 1.11.9
                              Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                              Controller "js-controller": 4.0.23   , installed 4.0.23
                              Adapter    "node-red"     : 4.0.0    , installed 4.0.0
                              Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                              Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                              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    "telegram"     : 1.14.1   , installed 1.14.1
                              Adapter    "text2command" : 2.2.2    , installed 2.2.2
                              Adapter    "vis"          : 1.4.15   , installed 1.4.15
                              Adapter    "web"          : 4.3.0    , installed 4.3.0
                              Adapter    "wled"         : 0.6.7    , installed 0.6.7
                              Adapter    "ws"           : 1.3.0    , installed 1.3.0
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $ iobroker upgrade alexa2 --debug
                              
                              This upgrade of "alexa2" will introduce the following changes:
                              ==========================================================================
                              -> 3.19.10:
                              Fix issue in retry handling when rate limit exceeded is returned by Amazon
                              Do not clean up Smart Home Device objects for now - delete manually if you remove a device
                              ==========================================================================
                              
                              Would you like to upgrade alexa2 from @3.19.9 to @3.19.10 now? [(y)es, (n)o]: y
                              Update alexa2 from @3.19.9 to @3.19.10
                              NPM version: 8.19.2
                              Installing iobroker.alexa2@3.19.10... (System call)
                              npm WARN deprecated multer@1.4.4: Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10.
                              npm WARN deprecated axios@0.27.0: Formdata complete broken, incorrect build size
                              
                              added 75 packages, removed 13 packages, and changed 95 packages in 23s
                              
                              103 packages are looking for funding
                                run `npm fund` for details
                              Update "system.adapter.alexa2.0"
                              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/javascript
                              pi@raspberrypi:~ $
                              
                              
                              Thomas BraunT M 2 Antworten Letzte Antwort
                              0
                              • M marcdo70

                                @thomas-braun sagte in ERROR: Process exited with code 25:

                                @marcdo70

                                Da passiert schon was. Die Datei wurde gelöscht.
                                Versuch das Upgrade jetzt nochmal.

                                ok

                                pi@raspberrypi:~ $ iobroker update
                                Used repository: Stable (default)
                                Adapter    "admin"        : 6.2.23   , installed 6.2.22 [Updatable]
                                Adapter    "alexa2"       : 3.19.10  , installed 3.19.9 [Updatable]
                                Adapter    "backitup"     : 2.4.12   , installed 2.4.12
                                Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
                                Adapter    "denon"        : 1.13.4   , installed 1.13.4
                                Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                                Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                                Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                                Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                                Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                                Adapter    "info"         : 1.9.19   , installed 1.9.19
                                Adapter    "iot"          : 1.11.9   , installed 1.11.9
                                Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                                Controller "js-controller": 4.0.23   , installed 4.0.23
                                Adapter    "node-red"     : 4.0.0    , installed 4.0.0
                                Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                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    "telegram"     : 1.14.1   , installed 1.14.1
                                Adapter    "text2command" : 2.2.2    , installed 2.2.2
                                Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                Adapter    "web"          : 4.3.0    , installed 4.3.0
                                Adapter    "wled"         : 0.6.7    , installed 0.6.7
                                Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                pi@raspberrypi:~ $
                                pi@raspberrypi:~ $ iobroker upgrade alexa2 --debug
                                
                                This upgrade of "alexa2" will introduce the following changes:
                                ==========================================================================
                                -> 3.19.10:
                                Fix issue in retry handling when rate limit exceeded is returned by Amazon
                                Do not clean up Smart Home Device objects for now - delete manually if you remove a device
                                ==========================================================================
                                
                                Would you like to upgrade alexa2 from @3.19.9 to @3.19.10 now? [(y)es, (n)o]: y
                                Update alexa2 from @3.19.9 to @3.19.10
                                NPM version: 8.19.2
                                Installing iobroker.alexa2@3.19.10... (System call)
                                npm WARN deprecated multer@1.4.4: Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10.
                                npm WARN deprecated axios@0.27.0: Formdata complete broken, incorrect build size
                                
                                added 75 packages, removed 13 packages, and changed 95 packages in 23s
                                
                                103 packages are looking for funding
                                  run `npm fund` for details
                                Update "system.adapter.alexa2.0"
                                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/javascript
                                pi@raspberrypi:~ $
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #54

                                @marcdo70

                                Geht wohl jetzt. Heb den Rest auch auf die aktuelle Version.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                M 1 Antwort Letzte Antwort
                                0
                                • M marcdo70

                                  @thomas-braun sagte in ERROR: Process exited with code 25:

                                  @marcdo70

                                  Da passiert schon was. Die Datei wurde gelöscht.
                                  Versuch das Upgrade jetzt nochmal.

                                  ok

                                  pi@raspberrypi:~ $ iobroker update
                                  Used repository: Stable (default)
                                  Adapter    "admin"        : 6.2.23   , installed 6.2.22 [Updatable]
                                  Adapter    "alexa2"       : 3.19.10  , installed 3.19.9 [Updatable]
                                  Adapter    "backitup"     : 2.4.12   , installed 2.4.12
                                  Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
                                  Adapter    "denon"        : 1.13.4   , installed 1.13.4
                                  Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                                  Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                                  Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                                  Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                                  Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                                  Adapter    "info"         : 1.9.19   , installed 1.9.19
                                  Adapter    "iot"          : 1.11.9   , installed 1.11.9
                                  Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                                  Controller "js-controller": 4.0.23   , installed 4.0.23
                                  Adapter    "node-red"     : 4.0.0    , installed 4.0.0
                                  Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                  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    "telegram"     : 1.14.1   , installed 1.14.1
                                  Adapter    "text2command" : 2.2.2    , installed 2.2.2
                                  Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                  Adapter    "web"          : 4.3.0    , installed 4.3.0
                                  Adapter    "wled"         : 0.6.7    , installed 0.6.7
                                  Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                  pi@raspberrypi:~ $
                                  pi@raspberrypi:~ $ iobroker upgrade alexa2 --debug
                                  
                                  This upgrade of "alexa2" will introduce the following changes:
                                  ==========================================================================
                                  -> 3.19.10:
                                  Fix issue in retry handling when rate limit exceeded is returned by Amazon
                                  Do not clean up Smart Home Device objects for now - delete manually if you remove a device
                                  ==========================================================================
                                  
                                  Would you like to upgrade alexa2 from @3.19.9 to @3.19.10 now? [(y)es, (n)o]: y
                                  Update alexa2 from @3.19.9 to @3.19.10
                                  NPM version: 8.19.2
                                  Installing iobroker.alexa2@3.19.10... (System call)
                                  npm WARN deprecated multer@1.4.4: Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10.
                                  npm WARN deprecated axios@0.27.0: Formdata complete broken, incorrect build size
                                  
                                  added 75 packages, removed 13 packages, and changed 95 packages in 23s
                                  
                                  103 packages are looking for funding
                                    run `npm fund` for details
                                  Update "system.adapter.alexa2.0"
                                  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/javascript
                                  pi@raspberrypi:~ $
                                  
                                  
                                  M Offline
                                  M Offline
                                  marcdo70
                                  schrieb am zuletzt editiert von
                                  #55

                                  @marcdo70 sagte in ERROR: Process exited with code 25:

                                  @thomas-braun sagte in ERROR: Process exited with code 25:

                                  @marcdo70

                                  Da passiert schon was. Die Datei wurde gelöscht.
                                  Versuch das Upgrade jetzt nochmal.

                                  ok

                                  pi@raspberrypi:~ $ iobroker update
                                  Used repository: Stable (default)
                                  Adapter    "admin"        : 6.2.23   , installed 6.2.22 [Updatable]
                                  Adapter    "alexa2"       : 3.19.10  , installed 3.19.9 [Updatable]
                                  Adapter    "backitup"     : 2.4.12   , installed 2.4.12
                                  Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
                                  Adapter    "denon"        : 1.13.4   , installed 1.13.4
                                  Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                                  Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                                  Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                                  Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                                  Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                                  Adapter    "info"         : 1.9.19   , installed 1.9.19
                                  Adapter    "iot"          : 1.11.9   , installed 1.11.9
                                  Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                                  Controller "js-controller": 4.0.23   , installed 4.0.23
                                  Adapter    "node-red"     : 4.0.0    , installed 4.0.0
                                  Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                  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    "telegram"     : 1.14.1   , installed 1.14.1
                                  Adapter    "text2command" : 2.2.2    , installed 2.2.2
                                  Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                  Adapter    "web"          : 4.3.0    , installed 4.3.0
                                  Adapter    "wled"         : 0.6.7    , installed 0.6.7
                                  Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                  pi@raspberrypi:~ $
                                  pi@raspberrypi:~ $ iobroker upgrade alexa2 --debug
                                  
                                  This upgrade of "alexa2" will introduce the following changes:
                                  ==========================================================================
                                  -> 3.19.10:
                                  Fix issue in retry handling when rate limit exceeded is returned by Amazon
                                  Do not clean up Smart Home Device objects for now - delete manually if you remove a device
                                  ==========================================================================
                                  
                                  Would you like to upgrade alexa2 from @3.19.9 to @3.19.10 now? [(y)es, (n)o]: y
                                  Update alexa2 from @3.19.9 to @3.19.10
                                  NPM version: 8.19.2
                                  Installing iobroker.alexa2@3.19.10... (System call)
                                  npm WARN deprecated multer@1.4.4: Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10.
                                  npm WARN deprecated axios@0.27.0: Formdata complete broken, incorrect build size
                                  
                                  added 75 packages, removed 13 packages, and changed 95 packages in 23s
                                  
                                  103 packages are looking for funding
                                    run `npm fund` for details
                                  Update "system.adapter.alexa2.0"
                                  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/javascript
                                  pi@raspberrypi:~ $
                                  
                                  

                                  Hat bei dem Adapter funktioniert wie es aussieht

                                  1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @marcdo70

                                    Geht wohl jetzt. Heb den Rest auch auf die aktuelle Version.

                                    M Offline
                                    M Offline
                                    marcdo70
                                    schrieb am zuletzt editiert von
                                    #56

                                    @thomas-braun sagte in ERROR: Process exited with code 25:

                                    @marcdo70

                                    Geht wohl jetzt. Heb den Rest auch auf die aktuelle Version.

                                    Vielen lieben Dank. Gott sei Dank. Das hat echt mein bischen Wissen überfordert.
                                    GLG Marcus

                                    1 Antwort Letzte Antwort
                                    0
                                    Antworten
                                    • In einem neuen Thema antworten
                                    Anmelden zum Antworten
                                    • Älteste zuerst
                                    • Neuste zuerst
                                    • Meiste Stimmen


                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate

                                    670

                                    Online

                                    32.5k

                                    Benutzer

                                    81.8k

                                    Themen

                                    1.3m

                                    Beiträge
                                    Community
                                    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                    ioBroker Community 2014-2025
                                    logo
                                    • Anmelden

                                    • Du hast noch kein Konto? Registrieren

                                    • Anmelden oder registrieren, um zu suchen
                                    • Erster Beitrag
                                      Letzter Beitrag
                                    0
                                    • Home
                                    • Aktuell
                                    • Tags
                                    • Ungelesen 0
                                    • Kategorien
                                    • Unreplied
                                    • Beliebt
                                    • GitHub
                                    • Docu
                                    • Hilfe