Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. (Gelöst) Adapter Version wird nicht aktualisiert

    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

    (Gelöst) Adapter Version wird nicht aktualisiert

    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      ExMatador @sigi234 last edited by

      @sigi234
      Nein, den kenne ich vermutlich nicht, weil meine Instanz ja grundsätzlich funktioniert. Ich habe wirklich viele Anwendungen, zig Javascripts, alles läuft korrekt.
      Nur die Anzeige leider nicht.
      Unter "Windows" bringt der FIX vermutlich auch nichts, oder?

      sigi234 1 Reply Last reply Reply Quote 0
      • sigi234
        sigi234 Forum Testing Most Active @ExMatador last edited by

        @exmatador
        Ok, ich gehe davon aus, das du alles gesichert hast?

        E 1 Reply Last reply Reply Quote 0
        • E
          ExMatador @sigi234 last edited by

          @sigi234
          Natürlich, ioBroker, influx und grafana

          Gaspode 1 Reply Last reply Reply Quote 0
          • Gaspode
            Gaspode @ExMatador last edited by

            @exmatador
            Problem noch aktuell?

            E 1 Reply Last reply Reply Quote 0
            • E
              ExMatador @Gaspode last edited by

              @gaspode
              Leider noch aktuell und ich denke, ich muss ioBroker komplett neu installieren.
              Es läuft immer noch alles, aber nun funktioniert BackitUp und der Adapter Update gar nicht mehr, bei der Statusabfrage kommt folgender Fehler.

              PS C:\iobroker\node_modules\iobroker.js-controller> ./iob status
              
              C:\iobroker\node_modules\iobroker.js-controller>node iobroker.js status
              Uncaught Rejection: TypeError: Cannot read properties of undefined (reading 'process')
                  at processCommand (C:\iobroker\node_modules\iobroker.js-controller\lib\setup.js:514:49)
                  at module.exports.execute (C:\iobroker\node_modules\iobroker.js-controller\lib\setup.js:3319:5)
                  at Object.<anonymous> (C:\iobroker\node_modules\iobroker.js-controller\iobroker.js:1:24)
                  at Module._compile (node:internal/modules/cjs/loader:1256:14)
                  at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
                  at Module.load (node:internal/modules/cjs/loader:1119:32)
                  at Module._load (node:internal/modules/cjs/loader:960:12)
                  at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                  at node:internal/main/run_main_module:23:47
              Uncaught Rejection: TypeError: Cannot read properties of undefined (reading 'process')
                  at processCommand (C:\iobroker\node_modules\iobroker.js-controller\lib\setup.js:514:49)
                  at module.exports.execute (C:\iobroker\node_modules\iobroker.js-controller\lib\setup.js:3319:5)
                  at Object.<anonymous> (C:\iobroker\node_modules\iobroker.js-controller\iobroker.js:1:24)
                  at Module._compile (node:internal/modules/cjs/loader:1256:14)
                  at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
                  at Module.load (node:internal/modules/cjs/loader:1119:32)
                  at Module._load (node:internal/modules/cjs/loader:960:12)
                  at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                  at node:internal/main/run_main_module:23:47
              

              Gibt es eigentlich eine Möglichkeit, die Files package-lock.json und package.json neu aufzubauen?
              Da scheint bei mir irgendetwas nicht zu stimmen.

              Danke
              Gruß ExMatador

              Homoran Gaspode 2 Replies Last reply Reply Quote 0
              • Meister Mopper
                Meister Mopper last edited by

                @exmatador

                Hast du hier schonmal vorbeigeschaut?

                755d716e-847b-43f9-b25b-ccf4aa8b9c4a-grafik.png

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

                  @exmatador sagte in Adapter Version wird nicht aktualisiert:

                  Gibt es eigentlich eine Möglichkeit, die Files package-lock.json

                  ja!
                  probier aber erst den Rat von @Meister-Mopper

                  du kannst die package-lock.json einfach löschen. wird wieder neu gebaut.
                  wenn du dem nicht traust, benenne sie einfach nur um

                  1 Reply Last reply Reply Quote 1
                  • Gaspode
                    Gaspode @ExMatador last edited by Gaspode

                    @exmatador said in Adapter Version wird nicht aktualisiert:

                    Gibt es eigentlich eine Möglichkeit, die Files package-lock.json und package.json neu aufzubauen?

                    Ja, die package-lock.json wird automatisch neu aufgebaut, wenn du sie löschst.

                    Evtl. wäre es aber sinnvoll, gleich auf den neuen Installer umzusteigen, dann hast du in Zukunft gleich Ruhe und kannst auch den Fixer verwenden:

                    Installer herunterladen (https://www.iobroker.net/#de/download), den "alten" Windows Service beenden und auf "manuell" stellen, dann den neuen Installer starten und im weiteren Verlauf "Datenübernahme" anwählen. Als Quelle gibst du deinen vorhandenen iobroker Ordner an. Dann nach dem ioBroker Start warten, bis alle benötigten Adapter automatisch installiert werden, fertig.

                    Ups, hat sich mit der Antwort von @Homoran überschnitten.

                    Noch ein Hinweis: Auf die gerade von mir beschriebene Weise gehst du kein Risiko ein, die alte Installation bleibt dabei unangetastet.

                    E 1 Reply Last reply Reply Quote 2
                    • E
                      ExMatador @Gaspode last edited by

                      @gaspode
                      Super, das werde ich so machen.
                      Steckt ja doch viel Arbeit drin, da was zu verlieren, wäre übel.
                      Danke Euch.

                      E 1 Reply Last reply Reply Quote 0
                      • E
                        ExMatador @ExMatador last edited by

                        @Gaspode
                        Es hat auf Anhieb funktioniert, alles, wirklich alles ist wieder da.
                        Diese Installation ist wirklich richtig gut.
                        Besten Dank
                        Gruß ExMatador

                        Gaspode 1 Reply Last reply Reply Quote 1
                        • Gaspode
                          Gaspode @ExMatador last edited by

                          @exmatador said in (Gelöst) Adapter Version wird nicht aktualisiert:

                          Es hat auf Anhieb funktioniert, alles, wirklich alles ist wieder da.

                          Freut mich, dass es geklappt hat. Danke für die Rückmeldung. 🙂

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

                          Support us

                          ioBroker
                          Community Adapters
                          Donate
                          FAQ Cloud / IOT
                          HowTo: Node.js-Update
                          HowTo: Backup/Restore
                          Downloads
                          BLOG

                          651
                          Online

                          31.7k
                          Users

                          79.9k
                          Topics

                          1.3m
                          Posts

                          5
                          16
                          584
                          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