Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Merkwürdige Fehler bei Adapterupdate

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Merkwürdige Fehler bei Adapterupdate

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Fenian last edited by

      @Fenian Und du springst da auf dem Master rum? Der Raspberry ist der Slave?

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

        @Thomas-Braun Ja, der Raspberry ist der Slave

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

          @Fenian Und der ist auf einem aktuelleren Stand als der Master? Bei Updates von so einem Konstrukt ist die Reihenfolge zu beachten.
          Und die Versionen sollten vor dem Setup von Multihost gleich sein.

          Ich würde das glaube ich nochmal trennen und dann ein update / upgrade der einzelnen Systeme versuchen.

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

            Vor allem darf auf einem zukünftigen slave außer dem admin nix drauf sein .

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

              @Thomas-Braun Beide haben die Version 3.1.6
              node.js v12.18.4

              @Homoran Ja, war nichts drauf.
              Ich habe nur ein paar Adapter dahin verschoben.
              Das hat auch funktioniert

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

                @Fenian Dann ist das wenigstens sauber.

                1 Reply Last reply Reply Quote 0
                • AlCalzone
                  AlCalzone Developer @Fenian last edited by

                  @Fenian sagte in Merkwürdige Fehler bei Adapterupdate:

                  ╭─────────────────────────────────────────────────────────╮

                  │ │

                  │ Manual installation of ioBroker is no longer supported │

                  │ on Linux, OSX and FreeBSD! │

                  │ Please refer to the documentation on how to install it! │

                  │ https://github.com/ioBroker/ioBroker/wiki/Installation │

                  │ │

                  ╰─────────────────────────────────────────────────────────╯

                  Das sieht für mich so aus, als glaubt npm, dass es das "iobroker"-Paket installieren soll. Zeig mal deine /opt/iobroker/package.json.

                  Homoran Fenian 2 Replies Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @AlCalzone last edited by

                    @AlCalzone vor allem wo kommt das her?
                    Der Link zur Doku ist ja 6 Jahre alt und seit 5 Jahren nicht mehr gültig

                    AlCalzone 1 Reply Last reply Reply Quote 0
                    • Fenian
                      Fenian @AlCalzone last edited by

                      @AlCalzone

                                      
                      
                      {
                        "name": "iobroker.inst",
                        "version": "2.0.3",
                        "private": true,
                        "description": "Automation platform in node.js",
                        "scripts": {
                          "install": "node lib/checkVersions.js",
                          "postinstall": "node lib/install.js",
                          "test": "node node_modules/mocha/bin/mocha --exit"
                        },
                        "dependencies": {
                          "colors": "^1.3.3",
                          "fs-extra": "^7.0.1",
                          "iobroker": "^2.0.3",
                          "iobroker.admin": "^4.1.8",
                          "iobroker.alexa2": "^3.3.1",
                          "iobroker.backitup": "^1.6.7",
                          "iobroker.cloud": "^3.0.4",
                          "iobroker.daswetter": "^3.0.3",
                      
                      
                      
                      
                      Thomas Braun AlCalzone 2 Replies Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Fenian last edited by

                        @Fenian
                        Das ist nicht die vollständige Datei.

                        Fenian 1 Reply Last reply Reply Quote 0
                        • AlCalzone
                          AlCalzone Developer @Fenian last edited by

                          @Fenian einfachste Lösung: lösch die Zeile

                              "iobroker": "^2.0.3",
                          

                          das gehört da nicht hin.

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

                            @Homoran Aus dem ioBroker-Paket selbst (ist nur zur Installation da). Könnte sein, dass wir das nicht aktualisiert haben.

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

                              @AlCalzone
                              Wobei das in meiner package.json auch drin steht. Hat bei mir aber noch nie Probleme gemacht.
                              Oder hängt das von den installierten (und zu aktualisierenden) Adaptern ab?

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

                                @Thomas-Braun
                                Ja, nano scheint copy & paste nicht zu mögen

                                @AlCalzone Ok, die Zeile ist raus

                                Fenian 1 Reply Last reply Reply Quote 0
                                • Fenian
                                  Fenian @AlCalzone last edited by

                                  @AlCalzone Fehler bleibt gleich

                                  1 Reply Last reply Reply Quote 0
                                  • Fenian
                                    Fenian @Fenian last edited by

                                    @AlCalzone @Homoran @Thomas-Braun

                                    Danke für die Hilfe 🙂
                                    Diese Antwort von @AlCalzone auf Github hat das Problem gelöst.
                                    Alle Updates sind jetzt durch

                                    1 Reply Last reply Reply Quote 1
                                    • AlCalzone
                                      AlCalzone Developer @Thomas Braun last edited by

                                      @Thomas-Braun Dann liegt es wohl wie @Fenian geschrieben hat dass ich es geschrieben habe (😅 ) an ner fehlerhaften package-lock.json

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

                                        @AlCalzone Das ist mir jetzt eine Meta-Ebene zu hoch. 😆

                                        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

                                        738
                                        Online

                                        31.7k
                                        Users

                                        79.8k
                                        Topics

                                        1.3m
                                        Posts

                                        update adapter fehler
                                        4
                                        37
                                        1452
                                        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