Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. GUI Probleme: "Error in GUI"

    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

    GUI Probleme: "Error in GUI"

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

      @philipp-dorn sagte in GUI Probleme: "Error in GUI":

      sudo iobroker update -i

      Und BITTE den Quatsch mit sudo + iobroker unterlassen!
      Das macht man alles ohne sudo!

      iobroker stop
      iobroker fix
      iobroker restart
      

      ausführen!

      1 Reply Last reply Reply Quote 0
      • Philipp Dorn
        Philipp Dorn last edited by

        @philipp-dorn said in GUI Probleme: "Error in GUI":

        Muss jetzt los, werde das morgen alles bereinigen und berichten.

        Also, ein Tag ist rum, und den habe ich auch gebraucht. Scheinbar lag es wirklich an den falschen Versionen von nodejs, node und npm. Wie genau die auf das System kamen, kann ich nicht genau sagen. Auch nicht, wann ich sie ausversehen installiert haben könnte. Auf meinem Raspi laufen mehrere Dienste wie zum Beispiel der Controller meiner Acces Points, ein Streaming-Server, etc.. Es kann durchaus sein, dass durch eins der Updates automatisch die drei Sachen mit geupdatet wurden. Warum es aber so lange funktionierte, und plötzlich nicht mehr: keine Ahnung.

        BTW ist mir dabei noch aufgefallen, dass einige Public-Keys gefehlt haben, daher hatte die Installation der Versionen so lange gedauert.

        Danke euch und Thema damit erledigt.

        J 1 Reply Last reply Reply Quote 0
        • J
          Jan1 @Philipp Dorn last edited by

          @philipp-dorn
          Node wird normal über das System Update mit versorgt und da wird das genommen was in der Source List dafür eingetragen ist. Also aus versehen oder von einem andern, was auch immer, ist recht unwahrscheinlich.

          Jetzt wäre natürlich auch mal die Ausgabe interessant, wie es nun aussieht und was in Deiner Source List drin steht 😉

          1 Reply Last reply Reply Quote 0
          • Philipp Dorn
            Philipp Dorn last edited by

            @jan1

            pi@homeserver:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
            /usr/bin/nodejs
            /usr/bin/node
            /usr/bin/npm
            v14.18.1
            v14.18.1
            6.14.15
            Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
            Hit:2 http://archive.raspberrypi.org/debian buster InRelease
            Hit:3 http://ppa.launchpad.net/webupd8team/java/ubuntu trusty InRelease
            Hit:4 https://deb.nodesource.com/node_12.x buster InRelease
            Hit:6 https://deb.nodesource.com/node_14.x buster InRelease
            Hit:5 https://dl.ubnt.com/unifi/debian stable InRelease
            Reading package lists... Done
            Building dependency tree
            Reading state information... Done
            All packages are up to date.
            Hit:1 http://archive.raspberrypi.org/debian buster InRelease
            Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
            Hit:3 http://ppa.launchpad.net/webupd8team/java/ubuntu trusty InRelease
            Hit:4 https://deb.nodesource.com/node_12.x buster InRelease
            Hit:5 https://deb.nodesource.com/node_14.x buster InRelease
            Hit:6 https://dl.ubnt.com/unifi/debian stable InRelease
            Reading package lists... Done
            Building dependency tree
            Reading state information... Done
            All packages are up to date.
            nodejs:
              Installed: 14.18.1-deb-1nodesource1
              Candidate: 14.18.1-deb-1nodesource1
              Version table:
             *** 14.18.1-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                    100 /var/lib/dpkg/status
                 12.22.7-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                 10.24.0~dfsg-1~deb10u1 500
                    500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
            
            
            Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Philipp Dorn last edited by

              @philipp-dorn
              Passt soweit.
              Allerdings hat

              http://ppa.launchpad.net/webupd8team/java/ubuntu
              

              da nix zu suchen

              Philipp Dorn J 2 Replies Last reply Reply Quote 0
              • Philipp Dorn
                Philipp Dorn @Thomas Braun last edited by

                @thomas-braun
                Wie entferne ich das denn?

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

                  @thomas-braun
                  Das soll normal sein?

                  Hit:4 https://deb.nodesource.com/node_12.x buster InRelease
                  
                  Hit:6 https://deb.nodesource.com/node_14.x buster InRelease
                  

                  Entweder oder, aber beides halte ich nicht für normal 😉

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @Philipp Dorn last edited by Homoran

                    @jan1 sagte in GUI Probleme: "Error in GUI":

                    aber beides halte ich nicht für normal

                    wieso nicht?
                    steht doch auch beides in der candidates list

                    @philipp-dorn sagte in GUI Probleme: "Error in GUI":

                    14.18.1-deb-1nodesource1 500                                                                                                                                                                                    
                    500 https://deb.nodesource.com/node_14.x buster/main armhf Packages                                                                                                                                                                                    
                    100 /var/lib/dpkg/status                                                                                                                                                                                 
                    12.22.7-deb-1nodesource1 500                                                                                                                                                                                    
                    500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                    
                    J 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Jan1 last edited by Thomas Braun

                      @jan1
                      Kein Problem. Kann man alles drin haben. Ich hab auch mehrere Quellen für nodeJS drin:

                      echad@chet:~ $ apt policy nodejs
                      nodejs:
                        Installed: 17.1.0-deb-1nodesource1
                        Candidate: 17.1.0-deb-1nodesource1
                        Version table:
                       *** 17.1.0-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_17.x bullseye/main arm64 Packages
                              100 /var/lib/dpkg/status
                           16.13.0-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages
                           14.18.1-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_14.x bullseye/main arm64 Packages
                           12.22.7-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_12.x bullseye/main arm64 Packages
                           12.22.5~dfsg-2~11u1 500
                              500 http://deb.debian.org/debian bullseye/main arm64 Packages
                              500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                      

                      @Philipp-Dorn

                      Wie entferne ich das denn?

                      Das muss in einer Datei in /etc/apt/sources.list.d/ stehen. In welcher kannst du mit

                      grep -r -E 'webupd8team' /etc/apt/sources.list.d
                      

                      herausfinden.

                      Philipp Dorn 1 Reply Last reply Reply Quote 0
                      • J
                        Jan1 @Homoran last edited by

                        @homoran
                        Eben und bei mir steht nur 14 drin, weil ich alles andere raus habe. Ich habe mit so was aber auch kein Problem, er schon. Lässt mich dann rückschließen, dass das nicht normal sein könnte 😉

                        Philipp Dorn 1 Reply Last reply Reply Quote 0
                        • Philipp Dorn
                          Philipp Dorn @Jan1 last edited by

                          @jan1 said in GUI Probleme: "Error in GUI":

                          er schon

                          hatte, die Einträge habe ich ja erst hinzugefügt und beim installieren 14 gewählt, da ich aber nicht wusste, ob 14 wirklich geht und das Problem löst, habe ich beides hinzugefügt.

                          J 1 Reply Last reply Reply Quote 0
                          • J
                            Jan1 @Philipp Dorn last edited by

                            @philipp-dorn
                            Es geht sogar 16 😉
                            Empfohlen ist aber immer noch 12, was wohl bald durch 14 ersetzt wird.

                            Thomas ist da der Spezi und wenn er das abnickt, ist es OK.

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

                              @thomas-braun said in GUI Probleme: "Error in GUI":

                              Das muss in einer Datei in /etc/apt/sources.list.d/ stehen. In welcher kannst du mit
                              grep -r -E 'webupd8team' /etc/apt/sources.list.d

                              herausfinden.

                              Das scheint mit meinem Unifi-Controller zusammen zu hängen, da es in der

                              100-ubnt-unifi.list
                              

                              steht. Ich lasse es mal lieber drin, bevor der Controller nicht mehr geht. Die Installation ist auch automatisiert, scheinbar ist es so reingewandert.

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

                                @philipp-dorn

                                Nur ist 'trusty' ubuntu 14.04, also mehr als 7 Jahre alt. Das wird früher oder später für Probleme sorgen, wenn das in der Form drin bleibt.

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

                                  @thomas-braun

                                  Spannend, weil ich den Unifi Controller vorhin erst auf die neuste Version geupdatet habe...

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

                                    @philipp-dorn

                                    In deren Anleitung finde ich auch nirgends dieses steinalte launchpad ppa.

                                    https://help.ui.com/hc/en-us/articles/220066768-UniFi-Network-How-to-Install-and-Update-via-APT-on-Debian-or-Ubuntu

                                    Das gehört da mit Sicherheit nicht hin.

                                    Das sieht schon sinnvoller aus:

                                    echo 'deb https://www.ui.com/downloads/unifi/debian stable ubiquiti' | sudo tee /etc/apt/sources.list.d/100-ubnt-unifi.list
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Philipp Dorn last edited by

                                      @philipp-dorn

                                      Kommentier die Zeile raus.
                                      Das Ding ist mehr als überflüssig:

                                      Archive: trusty
                                      Version: 14.04
                                      Component: main
                                      Origin: LP-PPA-webupd8team-java
                                      Label: Oracle Java (JDK) 8 Installer PPA (DISCONTINUED)
                                      Architecture: source
                                      
                                      G 1 Reply Last reply Reply Quote 0
                                      • G
                                        guazzle @Thomas Braun last edited by

                                        Hallo liebes Forum,

                                        ich denke ich habe jetzt auch den gleichen Fehler. Habe letztens den iobroker und auch den raspberry geupdatet. Allerdings habe ich jetzt diesen GUI - Error Fehler.

                                        Folgendes kommt in der F12 Debug ansicht:
                                        react-dom.production.min.js:216

                                           DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
                                        at Oi (http://192.168.178.79:8081/static/js/5.bde6ca2f.chunk.js:2:5519753)
                                        at jl (http://192.168.178.79:8081/static/js/5.bde6ca2f.chunk.js:2:5531565)
                                        at t.unstable_runWithPriority (http://192.168.178.79:8081/static/js/5.bde6ca2f.chunk.js:2:5558154)
                                        at Wa (http://192.168.178.79:8081/static/js/5.bde6ca2f.chunk.js:2:5474540)
                                        at Vl (http://192.168.178.79:8081/static/js/5.bde6ca2f.chunk.js:2:5529523)
                                        at ml (http://192.168.178.79:8081/static/js/5.bde6ca2f.chunk.js:2:5525609)
                                        at http://192.168.178.79:8081/static/js/5.bde6ca2f.chunk.js:2:5474763
                                        at t.unstable_runWithPriority (http://192.168.178.79:8081/static/js/5.bde6ca2f.chunk.js:2:5558154)
                                        at Wa (http://192.168.178.79:8081/static/js/5.bde6ca2f.chunk.js:2:5474540)
                                        at Ga (http://192.168.178.79:8081/static/js/5.bde6ca2f.chunk.js:2:5474708)
                                        

                                        ii @ react-dom.production.min.js:216
                                        n.payload @ react-dom.production.min.js:217
                                        uc @ react-dom.production.min.js:130
                                        Io @ react-dom.production.min.js:184
                                        Ui @ react-dom.production.min.js:269
                                        Cl @ react-dom.production.min.js:250
                                        _l @ react-dom.production.min.js:250
                                        El @ react-dom.production.min.js:250
                                        ml @ react-dom.production.min.js:243
                                        (anonym) @ react-dom.production.min.js:123
                                        t.unstable_runWithPriority @ scheduler.production.min.js:18
                                        Wa @ react-dom.production.min.js:122
                                        Ga @ react-dom.production.min.js:123
                                        Ua @ react-dom.production.min.js:122
                                        hl @ react-dom.production.min.js:237
                                        enqueueForceUpdate @ react-dom.production.min.js:134
                                        m.forceUpdate @ react.production.min.js:12
                                        (anonym) @ ObjectBrowser.js:2163
                                        setTimeout (asynchron)
                                        onStateChange @ ObjectBrowser.js:2161
                                        (anonym) @ Connection.js:482
                                        (anonym) @ Connection.js:482
                                        SocketClient.findAnswer @ socket.io.js:255
                                        socket.onmessage @ socket.io.js:163

                                        Den Lösungsversucht mit iobroker stop, fix und restart habe ich schon versucht aber es kommt immer noch dieser GUI Fehler.
                                        Ich hoffe ihr könnt mir hier ein wenig helfen - und ich stelle mich nicht zu blöd an - aber bin doch ein rechter Neuling.

                                        Folgendes kommt bei diesem Befehl update -i

                                        pi@iobrokerraspberry:~ $ iobroker update -i
                                        Used repository: stable
                                        hash unchanged, use cached sources
                                        update done
                                        Adapter "admin" : 5.1.25 , installed 5.1.25
                                        Adapter "backitup" : 2.2.2 , installed 2.2.2
                                        Adapter "cloud" : 4.1.0 , installed 4.1.0
                                        Adapter "coronavirus-statistics": 0.8.7 , installed 0.8.7
                                        Adapter "discovery" : 2.7.3 , installed 2.7.0 [Updateable]
                                        Adapter "hm-rega" : 3.0.33 , installed 3.0.33
                                        Adapter "hm-rpc" : 1.14.50 , installed 1.14.50
                                        Adapter "hs100" : 2.0.6 , installed 2.0.6
                                        Adapter "info" : 1.9.8 , installed 1.9.8
                                        Adapter "iot" : 1.8.24 , installed 1.8.22 [Updateable]
                                        Adapter "javascript" : 5.2.13 , installed 5.2.13
                                        Controller "js-controller" : 3.3.21 , installed 3.3.21
                                        Adapter "mercedesme" : 0.0.55 , installed 0.0.55
                                        Adapter "meross" : 1.6.3 , installed 1.6.3
                                        Adapter "netatmo" : 1.4.4 , installed 1.4.4
                                        Adapter "samsung" : 0.2.9 , installed 0.2.9
                                        Adapter "simple-api" : 2.6.1 , installed 2.6.1
                                        Adapter "socketio" : 3.1.4 , installed 3.1.5
                                        Adapter "sunnyportal" : 0.1.5 , installed 0.1.5
                                        Adapter "tr-064" : 4.2.14 , installed 4.2.14
                                        Adapter "tradfri" : 3.0.1 , installed 3.0.1
                                        Adapter "vis" : 1.4.5 , installed 1.4.5
                                        Adapter "web" : 3.4.9 , installed 3.4.9
                                        pi@iobrokerraspberry:~ $
                                        pi@iobrokerraspberry:~ $
                                        pi@iobrokerraspberry:~ $
                                        pi@iobrokerraspberry:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                        /usr/bin/nodejs
                                        v12.22.7
                                        /usr/bin/node
                                        v12.22.7
                                        /usr/bin/npm
                                        6.14.15
                                        nodejs:
                                        Installiert: 12.22.7-deb-1nodesource1
                                        Installationskandidat: 12.22.8-deb-1nodesource1
                                        Versionstabelle:
                                        12.22.8-deb-1nodesource1 500
                                        500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                        *** 12.22.7-deb-1nodesource1 100
                                        100 /var/lib/dpkg/status
                                        10.24.0~dfsg-1~deb10u1 500
                                        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages

                                        Vielen Dank für Eure Hilfe.

                                        Guazzle

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

                                          @guazzle sagte in GUI Probleme: "Error in GUI":

                                          ich denke ich habe jetzt auch den gleichen Fehler.

                                          Glaube nicht. Mach einen eigenen Thread auf und poste da ordentlich in CodeTags.

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            Accu last edited by Accu

                                            ich habe genau den gleichen Fehler bei mir plötzlich. Das letzte was ich gemacht habe war den Admin Adapter zu updaten.
                                            Browser Cache habe ich geleert. IoBroker neu gestartet:

                                            pi@Raspi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                            /usr/bin/nodejs
                                            v12.22.8
                                            /usr/bin/node
                                            v12.22.8
                                            /usr/bin/npm
                                            6.14.15
                                            nodejs:
                                              Installiert:           12.22.8-deb-1nodesource1
                                              Installationskandidat: 12.22.8-deb-1nodesource1
                                              Versionstabelle:
                                             *** 12.22.8-deb-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                                    100 /var/lib/dpkg/status
                                                 10.24.0~dfsg-1~deb10u1 500
                                                    500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                            
                                            pi@Raspi:~ $ iobroker update | grep -i updateable
                                            Adapter    "admin"         : 5.2.2    , installed 5.2.1 [Updateable]
                                            Controller "js-controller" : 3.3.22   , installed 3.2.16 [Updateable]
                                            
                                            

                                            Bildschirmfoto 2021-12-25 um 09.28.23.png

                                            Ich bin mir nicht sicher, ob es an der von mir installierten nodejs v12 liegt und ob diese auf 14 geupgraded werden muss.
                                            Ich habe mal quergelesen und mit folgenden Befehl die nodesource.list editiert

                                            
                                            #node 12
                                            deb https://deb.nodesource.com/node_12.x buster main
                                            deb-src https://deb.nodesource.com/node_12.x buster main
                                            
                                            #node 14
                                            deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main
                                            deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main
                                            
                                            
                                            

                                            und die line #node14 hinzugefügt und auf Buster geändert.

                                            Allerdings bekomme ich jetzt beim Updaten folgenden Fehler:

                                            apt-get update
                                            OK:1 http://archive.raspberrypi.org/debian buster InRelease
                                            OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease             
                                            OK:3 https://deb.nodesource.com/node_12.x buster InRelease                 
                                            Holen:4 https://deb.nodesource.com/node_14.x buster InRelease [4.584 B]
                                            Fehl:4 https://deb.nodesource.com/node_14.x buster InRelease
                                              Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 1655A0AB68576280
                                            Paketlisten werden gelesen... Fertig
                                            W: GPG-Fehler: https://deb.nodesource.com/node_14.x buster InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 1655A0AB68576280
                                            E: Das Depot »https://deb.nodesource.com/node_14.x buster InRelease« ist nicht signiert.
                                            N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
                                            N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
                                            Error executing command, exiting
                                            
                                            

                                            Weiß jemand Rat?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            953
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            51
                                            4003
                                            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