Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. IoBroker.Admin nach Update defekt

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    IoBroker.Admin nach Update defekt

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators last edited by

      Versuch mal

      cd /opt/iobroker
      sudo npm install iobroker.admin
      

      Hatte ich heute auch, allerdings war die Meldung bei mir nur

      Cannot GET /

      1 Reply Last reply Reply Quote 0
      • T
        thps last edited by

        Ich habe das Problem nun mehr oder weniger gelöst…

        1. Musste ich die Datei "package.json" unter home/pi anlegen (ohne Inhalt)

        2. Habe ich NPM aktualisiert

        3. Habe ich ein Downgrade auf den Admin-Adapter 2.0.9 gemacht

        3. Danach alle Instanzen des Admin Adapters gelöscht und eine neue Instanz hinzugefügt

        --> Nun ging zumindest der Admin Adapter wieder, dafür kein anderer mehr...

        4. Habe ich reinstall.sh ausgeführt.

        Danach hat das System angefangen alle Adpater neu zu installieren und Siehe da.. es läuft wieder (Mit der Alten Admin-Oberfläche)

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

          Welche npm Version hast du denn jetzt?! Geht jetzt dann Update auf neues Admin?

          1 Reply Last reply Reply Quote 0
          • J
            Jautze last edited by

            Hallo,

            ich habe nach update des Admin Adapters auf 3.1.4 auch das Problem das ich nicht mehr auf die Admin Oberfläche komme. Vis läuft aber noch.

            Ich bekomme

            Cannot GET /

            npm -v

            3.10.10

            Wie kann ich das wieder lösen?

            Danke und viele Grüße

            Marcel

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

              Welche Node-Version hast Du?

              node -v
              

              Erst mal schauen, was Du hast. Danach evtl. mal ein Update auf npm 4 oder auch eine höhere Node-Version probieren.

              Gruß,

              Eric

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

                Ich habe das mal nach hier verschoben, da es nicht um vis geht

                Gruß

                Rainer

                1 Reply Last reply Reply Quote 0
                • T
                  thps last edited by

                  @apollon77:

                  Welche npm Version hast du denn jetzt?! Geht jetzt dann Update auf neues Admin? `

                  Ich habe gerade keinen Zugriff auf meinen Pi, vermute aber das es nun die aktuelle (5.x.x) ist. Ich bleib nun erstmal auf der alten Admin-Oberfläche…

                  1 Reply Last reply Reply Quote 0
                  • K
                    katzenjunge last edited by

                    Hallo,

                    habe ebenfalls das Problem mit dem IOBroker Admin in Version 3.1.5. , bekomme nur "CANNOT GET /" bei dem Aufruf der Seite.

                    node -v

                    v9.4.0

                    npm -v

                    5.6.0

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

                      @thps:

                      vermute aber das es nun die aktuelle (5.x.x) ist. Ich bleib nun erstmal auf der alten Admin-Oberfläche… `
                      mit npm 5.x gibt es immer wieder Probleme, nicht nur beim admin.

                      npm5.x installiert teilweise vollkommen falsch, bis hin zur vollständigen Unbrauchbarkeit.

                      Bitte unbedingt (!!) auf npm 4.x downgraden

                      Gruß

                      Rainer

                      1 Reply Last reply Reply Quote 0
                      • B
                        Bacon last edited by

                        Hallo,

                        hier selbiges Problem, es kommt nur noch Cannot GET /

                        node -v

                        v6.12.3

                        npm - v

                        3.10.10

                        Danke für die Hilfe

                        1 Reply Last reply Reply Quote 0
                        • K
                          katzenjunge last edited by

                          downgrade auf npm 4.6.1 sowie anschließende neuinstallation des admin adapters und neustarts von iobroker hat leider auch keine besserung gebracht.

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

                            und jetzt bitte ausführen

                            cd /opt/iobroker
                            sudo npm cache clean
                            sudo iobroker stop
                            sudo npm install iobroker.admin
                            sudo iobroker start
                            

                            Gruß

                            Rainer

                            1 Reply Last reply Reply Quote 0
                            • K
                              katzenjunge last edited by

                              @Homoran:

                              und jetzt bitte ausführen

                              cd /opt/iobroker
                              sudo npm cache clean
                              sudo iobroker stop
                              sudo npm install iobroker.admin
                              sudo iobroker start
                              

                              Gruß

                              Rainer `

                              erhalte weiterhin der fehler CANNOT GET /

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

                                Was ergibt bei dir?

                                cd /opt/iobroker
                                sudo iobroker list instances
                                

                                Bitte die Ausgabe hier in Codetags posten

                                Gruß

                                Rainer

                                1 Reply Last reply Reply Quote 0
                                • K
                                  katzenjunge last edited by

                                  sudo iobroker list instances
                                  system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  system.adapter.cloud.0                 : cloud       -  enabled
                                  system.adapter.hue.0                   : hue         - disabled, port: 80
                                  system.adapter.javascript.0            : javascript  -  enabled
                                  system.adapter.javascript.1            : javascript  -  enabled
                                  system.adapter.mihome-vacuum.0         : mihome-vacuum -  enabled, port: 54321
                                  system.adapter.ping.0                  : ping        - disabled
                                  system.adapter.web.0                   : web         - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    Jautze last edited by

                                    @Homoran:

                                    und jetzt bitte ausführen

                                    cd /opt/iobroker
                                    sudo npm cache clean
                                    sudo iobroker stop
                                    sudo npm install iobroker.admin
                                    sudo iobroker start
                                    

                                    Gruß

                                    Rainer `

                                    Hallo,

                                    Das hat bei mir geholfen.

                                    Viele Grüße

                                    Marcel

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

                                      @katzenjunge:

                                      downgrade auf npm 4.6.1 sowie anschließende neuinstallation des admin adapters und neustarts von iobroker hat leider auch keine besserung gebracht. `
                                      ich hoffe ja nicht, dass dir mit npm 5 bereits etwas zerschossen wurde.

                                      Hast du mal rebootet?

                                      Gruß

                                      Rainer

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        Bacon last edited by

                                        Hallo,

                                        bei mir leider auch keine Erfolg

                                        system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        system.adapter.cloud.0                 : cloud       -  enabled
                                        system.adapter.discovery.0             : discovery   -  enabled
                                        system.adapter.javascript.0            : javascript  -  enabled
                                        system.adapter.pushover.0              : pushover    -  enabled
                                        system.adapter.sonoff.0                : sonoff      -  enabled, port: 1883, bind: 0.0.0.0
                                        system.adapter.telegram.0              : telegram    -  enabled, port: 8443, bind: 0.0.0.0
                                        system.adapter.text2command.0          : text2command -  enabled
                                        system.adapter.tr-064.0                : tr-064      -  enabled
                                        system.adapter.vis.0                   : vis         - disabled
                                        system.adapter.web.0                   : web         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • K
                                          katzenjunge last edited by

                                          ja auch kompletter reboot bringt nichts leider

                                          1 Reply Last reply Reply Quote 0
                                          • M
                                            MrLee last edited by

                                            Hatte das Problem auch.

                                            Bei mir half:

                                            iobroker stop admin.0

                                            iobroker start admin.0

                                            bis denne

                                            Mr.Lee

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

                                            Support us

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

                                            474
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            12
                                            38
                                            10664
                                            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