Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Admin Adapter 3.7.3 - keine Adapter mehr

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    UNSOLVED Admin Adapter 3.7.3 - keine Adapter mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      Wuschl last edited by

      Hallo, habe gestern auch auf admin aud 3.7.5 aktualisieren gedrückt, danach auch das selbe Problem mit den Adaptern. Die Version 3.7.4 ist stabil gelaufen. Jetzt probierte ich nach eurer Anweisung oben, wieder zurück zu graden. Leider ohne Erfolg. Bei dem Befehl "iobroker del admin" kommt diese Fehlermeldung Fehler.jpg

      Was mache ich falsch??

      apollon77 1 Reply Last reply Reply Quote 0
      • A
        aba320 @JB_Sullivan last edited by

        @JB_Sullivan
        hallo der weg hat bei mir auf dem pi auch geholfen Danke!

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

          Moin,
          bin gerade zurück gesprungen auf die "3.7.2".
          Ich wollte vorhin auf die 3.7.5 updaten.
          Die Installation lief nicht durch weil er gern dafür:

          npm WARN ws@7.2.1 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
          npm WARN ws@7.2.1 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
          
          

          haben wollte.
          Also mit npm beide Versionen installiert.
          Danach lies sich 3.7.5 installieren.
          Das Problem danach war dann allerdings das der admin Adapter in einer dauer "restart" schleife hin mit folgendem Fehler:

          2019-12-30 10:06:47.316  - ^[[32minfo^[[39m: admin.0 (21360) received all objects
          2019-12-30 10:06:47.358  - ^[[32minfo^[[39m: admin.0 (21360) https server listening on port 8081
          2019-12-30 10:06:47.358  - ^[[32minfo^[[39m: admin.0 (21360) Use link "https://localhost:8081" to configure.
          2019-12-30 10:06:51.691  - ^[[31merror^[[39m: admin.0 (21360) uncaught exception: Cannot read property 'unmask' of undefined
          2019-12-30 10:06:51.692  - ^[[31merror^[[39m: admin.0 (21360) TypeError: Cannot read property 'unmask' of undefined
              at Receiver.unmask (/opt/iobroker/node_modules/ws/lib/Receiver.js:306:47)
              at Receiver.finish (/opt/iobroker/node_modules/ws/lib/Receiver.js:505:25)
              at Receiver.expectHandler (/opt/iobroker/node_modules/ws/lib/Receiver.js:493:33)
              at Receiver.add (/opt/iobroker/node_modules/ws/lib/Receiver.js:103:24)
              at TLSSocket.realHandler (/opt/iobroker/node_modules/ws/lib/WebSocket.js:825:20)
              at TLSSocket.emit (events.js:198:13)
              at addChunk (_stream_readable.js:288:12)
              at readableAddChunk (_stream_readable.js:269:11)
              at TLSSocket.Readable.push (_stream_readable.js:224:10)
              at TLSWrap.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
          2019-12-30 10:06:51.693  - ^[[32minfo^[[39m: admin.0 (21360) terminating https server on port 8081
          2019-12-30 10:06:51.698  - ^[[32minfo^[[39m: admin.0 (21360) terminating
          2019-12-30 10:06:51.698  - ^[[32minfo^[[39m: admin.0 (21360) Terminated (NO_ERROR): Without reason
          2019-12-30 10:06:52.228  - ^[[31merror^[[39m: host.iobroker Caught by controller[0]: TypeError: Cannot read property 'unmask' of undefined
          2019-12-30 10:06:52.228  - ^[[31merror^[[39m: host.iobroker Caught by controller[0]:     at Receiver.unmask (/opt/iobroker/node_modules/ws/lib/Receiver.js:306:47)
          2019-12-30 10:06:52.229  - ^[[31merror^[[39m: host.iobroker Caught by controller[0]:     at Receiver.finish (/opt/iobroker/node_modules/ws/lib/Receiver.js:505:25)
          2019-12-30 10:06:52.229  - ^[[31merror^[[39m: host.iobroker Caught by controller[0]:     at Receiver.expectHandler (/opt/iobroker/node_modules/ws/lib/Receiver.js:493:33)
          2019-12-30 10:06:52.229  - ^[[31merror^[[39m: host.iobroker Caught by controller[0]:     at Receiver.add (/opt/iobroker/node_modules/ws/lib/Receiver.js:103:24)
          2019-12-30 10:06:52.229  - ^[[31merror^[[39m: host.iobroker Caught by controller[0]:     at TLSSocket.realHandler (/opt/iobroker/node_modules/ws/lib/WebSocket.js:825:20)
          2019-12-30 10:06:52.229  - ^[[31merror^[[39m: host.iobroker Caught by controller[0]:     at TLSSocket.emit (events.js:198:13)
          2019-12-30 10:06:52.229  - ^[[31merror^[[39m: host.iobroker Caught by controller[0]:     at addChunk (_stream_readable.js:288:12)
          2019-12-30 10:06:52.229  - ^[[31merror^[[39m: host.iobroker Caught by controller[0]:     at readableAddChunk (_stream_readable.js:269:11)
          2019-12-30 10:06:52.229  - ^[[31merror^[[39m: host.iobroker Caught by controller[0]:     at TLSSocket.Readable.push (_stream_readable.js:224:10)
          2019-12-30 10:06:52.230  - ^[[31merror^[[39m: host.iobroker Caught by controller[0]:     at TLSWrap.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
          2019-12-30 10:06:52.230  - ^[[32minfo^[[39m: host.iobroker instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
          2019-12-30 10:06:52.230  - ^[[32minfo^[[39m: host.iobroker Restart adapter system.adapter.admin.0 because enabled
          
          

          Die Abhilfe war nur noch die beiden bufferutil/utf8 pakete wieder löschen und downgrade auf 3.7.2.
          Dort wird zwar auch bemängelt das die beiden Pakete benötigt werden, allerdings läuft der Adapter damit.

          Hat da jemand eine Idee ?!

          apollon77 1 Reply Last reply Reply Quote 0
          • D
            dondaik @JB_Sullivan last edited by

            na dann reihe ich mich mal in die reihe ein ... gleicher Fehler !
            das hinzufügen eines weiteren admins brauchte nur einen kurzfristigen erfolg 😞 so als linux DAU mache ich jetzt ein langes gesicht ....

            dank JB_Sullivan bin ich dann mal zurück gerollt auf 3.7.2 - nun sehe ich das eine version 3.7.4 angeboten wird - na ich warte mal besser mit dem erneuten update.

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

              @dondaik sagte in Admin Adapter 3.7.3 - keine Adapter mehr:

              ich warte mal besser mit dem erneuten update.

              Hallo Don!
              Gut so, die 3.7.4 war auch noch fehlerhaft - die 3.7.5 sollte klappen

              D 1 Reply Last reply Reply Quote 0
              • D
                dondaik @Homoran last edited by

                @Homoran
                danke für die Info!

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

                  Hallo Leute!

                  Besten Dank. Habe gerade das Update von 3.7.3 (nix geht) auf 3.7.5 gemacht. Die Adapter wurden dann sofort wieder angezeigt. Läuft wieder. 👍 👍 👍 👍

                  ThimThaler 1 Reply Last reply Reply Quote 1
                  • sts85
                    sts85 last edited by

                    Hallo zusammen,

                    japp, die 3.7.5 funktioniert wieder einwandfrei!

                    1 Reply Last reply Reply Quote 1
                    • Matzebhv
                      Matzebhv last edited by

                      Dito!

                      Matze

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

                        @Wuschl diese eine Meldung kannst du ignorieren.

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

                          @mikepiko wo steht das die Pakete benötigt werden und das du das nachinstallieren sollst. Das ist eine Warnung zu Abhängigkeitskram. Ignorieren. Ab einer dr nächsten npm Versionen zeigen die es nicht mehr an.

                          1 Reply Last reply Reply Quote 0
                          • M
                            mane444 @apollon77 last edited by

                            @apollon77
                            Update auf js-controller auf 2.1.1
                            Update admin auf 3.7.5
                            Alles läuft ! Danke !

                            1 Reply Last reply Reply Quote 0
                            • ThimThaler
                              ThimThaler @MeinzIsAs last edited by

                              @MeinzIsAs Hallo,
                              bei mir wird in der Adapteranzeige vom Admin nur die Version 3.7.4 als verfügbare Version angezeigt.
                              Wo bekomme ich die Version 3.7.5 her und wie installiere ich diese Version?

                              Besten Dank

                              Lg

                              1 Reply Last reply Reply Quote 0
                              • C
                                C-3po last edited by

                                so

                                cd /opt/iobroker
                                iobroker stop
                                iobroker del admin
                                iobroker install admin@3.7.5
                                iobroker add admin
                                iobroker start
                                
                                ThimThaler 1 Reply Last reply Reply Quote 0
                                • ThimThaler
                                  ThimThaler @C-3po last edited by

                                  @C-3po
                                  Sorry, wenn ich dumm frage. 👶
                                  ioBroker läuft bei mir unter Windows.
                                  Wo gebe ich die Befehle ein?

                                  sigi234 JB_Sullivan 2 Replies Last reply Reply Quote 0
                                  • C
                                    C-3po last edited by

                                    Ömmm, passe. Solche Anwendungen fahre ich nur unter Linux.

                                    Bekommst aber bestimmt gleich n Tip.

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

                                      @ThimThaler sagte in Admin Adapter 3.7.3 - keine Adapter mehr:

                                      Wo gebe ich die Befehle ein?

                                      Wie installiert?

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

                                        @sigi234
                                        ioBroker?
                                        mit iobroker-latest-windows-installer

                                        1 Reply Last reply Reply Quote 0
                                        • JB_Sullivan
                                          JB_Sullivan @ThimThaler last edited by

                                          @ThimThaler
                                          Idealer weise hast du ioB mit dem WinInstaller installiert. Dann solltest du im Startmenü einen ioBroker Eintrag haben.

                                          Da gibt es eine DOS Konsole. Da kommen die Befehle so wie oben stehen rein.

                                          4e14ed95-21b9-4636-a5af-c3036233ba5d-image.png

                                          aeccedff-391b-475b-a0c0-52959de0a472-image.png

                                          ThimThaler 1 Reply Last reply Reply Quote 0
                                          • ThimThaler
                                            ThimThaler @JB_Sullivan last edited by

                                            @JB_Sullivan
                                            Gefunden.
                                            Alles so eingegeben.
                                            Hat alles funktioniert.
                                            Super !!!!
                                            Vielen, vielen Dank. 👍 👏

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            902
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            admin adapter 3.7.3
                                            38
                                            107
                                            10470
                                            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