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

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    IoBroker.Admin nach Update defekt

    This topic has been deleted. Only users with topic management privileges can see it.
    • 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
                              • B
                                Bacon last edited by

                                Hallo,

                                habe nun ein downgrade auf Version 2.0.9 gemacht

                                npm install iobroker.admin@2.0.9 --production
                                
                                

                                Läuft erst einmal wieder.

                                Danke

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

                                  @Bacon:

                                  Hallo,

                                  habe nun ein downgrade auf Version 2.0.9 gemacht

                                  npm install iobroker.admin@2.0.9 --production
                                  
                                  

                                  Läuft erst einmal wieder.

                                  Danke `

                                  Danke, Downgrade auf 3.1.1 und jetzt läuft es bei mir auch wieder 🙂

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

                                    Ich behaupte mal, dass das "Downgrade" nur die Dateistruktur, die von npm5 zerstört wurde wieder unter npm4 richtig hergestellt hat und ein erneutes Update funktionieren würde.

                                    Ist aber nur ein Bauchgefühl.

                                    Gruß

                                    Rainer

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

                                      Ich bin nun wieder auf npm 4.6.1, trau mich aber nicht den Adapter nochmal zu aktualisieren ;).

                                      Naja die alter Oberfläche tut ja auch was sie soll.

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

                                        Hallo zusammen,

                                        bei mir läuft der Admin 3.1.6 grundlegend - nur fehlen mir noch ein paar Sachen (im Cloud-Adapter z.B. das Einstellen des Typs für smartdevices) würde lieber zurück auf den 2er.

                                        Leider klappt das downgrade gar nicht. Er bleibt einfach auf 3.1.6.

                                        ist ein DockerContainer (buanet/iobroker:latest)

                                        npm v 3.10.10

                                        node v 6.12.2

                                        habe

                                        npm cache clean
                                        iobroker stop
                                        npm install iobroker.admin@2.0.9 --production
                                        iobroker upload admin
                                        iobroker start
                                        

                                        sicher schon 5 mal durch - ohne erfolg - auch mehrer reboots.

                                        hat jemand ne Idee?

                                        Vielen Dank!!!

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          Sneak-L8 last edited by

                                          hab leider mit dem Update auf 3.1 ein bisschen Probleme.

                                          Bei mir ist die Darstellung der Admin-Ansicht nicht überall sauber. So fehlen z.B. bei den History/SQL-Einstellungen der Objekte die Checkboxen für "aktiviert" und "nur Änderungen aufzeichnen". Eine "blinde" Bedienung der Felder geht (also Fokus auf die Entprellzeit und dann mit Shift-Tab ein Feld zurück, Checkbox mit Sapce aktivieren, nochmal Shift-Tab und nachmal Space…). Passiert sowohl mit Firefox, IE als auch Edge.

                                          Hatte das Problem, dass trotz Installation von admin V3.1.12 rechts oben 2.0.7 angezeigt wurde. Als verfügbare Version wurde 2.0.9 stable angezeigt.

                                          Nachdem ich den o.g. Code ausgeführt hab (nur ohne @2.0.9 weil ich auf 3.1.12 bleiben wollte), wird nun rechts oben 3.1.12 angezeigt. Das hat vermutlich das````
                                          iobroker upload admin

                                          
                                          Allerdings gab es folgende Fehlermeldung beim install:
                                          

                                          root@ef6733ced413:/opt/iobroker# npm install iobroker.admin --production
                                          iobroker@1.0.0 /opt/iobroker
                                          └── (empty)

                                          npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/prebuild-install/package.json'
                                          npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/serialport/package.json'
                                          npm ERR! code 1

                                          
                                          Hat jemand einen Tipp, wie ich das nochmal gerade gebogen bekomme? Soll ich reinstall.sh ausführen? Oder mache ich mir damit etwas kaputt?
                                          1 Reply Last reply Reply Quote 0
                                          • L
                                            lexe last edited by

                                            Ich habe vermutlich genau das selbe Problem. Ich habe einen Screenshot von der SQL-Seite angehängt.

                                            Rot eingekreist ist die Stelle an der eigentlich eine Checkbox ersichtlich sein sollte. Es steht zwar dort "Aktiviert", aktiviert ist es allerdings nicht.

                                            Für Tipps zur Fehlerbehebung wäre ich dankbar.
                                            5740_screenshot.png

                                            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

                                            878
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

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