Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Nach Update Anmeldung nicht mehr möglich

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.3k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.6k

Nach Update Anmeldung nicht mehr möglich

Geplant Angeheftet Gesperrt Verschoben Error/Bug
39 Beiträge 16 Kommentatoren 3.8k Aufrufe 14 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • rweiseR rweise

    Bei mir 2 Installationen mit 7.2.1 kein Zugriff mehr. Der IOBroker hat aber im Hintergrund anstandslos gearbeitet. Die Lösung war ein Downgrade zu 7.2.0. hat auf beiden Geräten fuktioniert. Natürlich dann in der Konsole.

    cd /opt/iobroker
    iobroker stop
    npm install iobroker.admin@7.2.0 --production
    iobroker start
    und schon ging es wieder 🙂
    Ähm, hab es erst außerhalb von /opt/iobroker versucht. Dann macht er aber kein Downgrade...

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von Thomas Braun
    #15

    @rweise

    Joh, und in diesem Beitrag sind die Kommandos immer noch falsch...
    npm wird nicht direkt verwendet, insbesondere nicht, wenn man offensichtlich gar nicht damit umgehen kann.
    Sollte man als Beta-Tester allerdings, imho.

    Dein Log fehlt auch noch.

    Für die Gallerie und damit es nicht so falsch stehen bleibt:
    Bestimmte Adapterversionen werden mit

    iob upgrade adaptername@versionsnummer
    

    eingespielt. Dann ist es nämlich unter anderem auch egal, in welchem Verzeichnis man gerade steht.

    Ähm, hab es erst außerhalb von /opt/iobroker versucht. Dann macht er aber kein Downgrade...

    Nee, dann wird das Modul in dem Verzeichnis installiert, in dem du gerade herumstehst.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    J 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @rweise

      Joh, und in diesem Beitrag sind die Kommandos immer noch falsch...
      npm wird nicht direkt verwendet, insbesondere nicht, wenn man offensichtlich gar nicht damit umgehen kann.
      Sollte man als Beta-Tester allerdings, imho.

      Dein Log fehlt auch noch.

      Für die Gallerie und damit es nicht so falsch stehen bleibt:
      Bestimmte Adapterversionen werden mit

      iob upgrade adaptername@versionsnummer
      

      eingespielt. Dann ist es nämlich unter anderem auch egal, in welchem Verzeichnis man gerade steht.

      Ähm, hab es erst außerhalb von /opt/iobroker versucht. Dann macht er aber kein Downgrade...

      Nee, dann wird das Modul in dem Verzeichnis installiert, in dem du gerade herumstehst.

      J Offline
      J Offline
      Jan1
      schrieb am zuletzt editiert von
      #16

      @thomas-braun sagte in Nach Update Anmeldung nicht mehr möglich:

      Joh, und in diesem Beitrag sind die Kommandos immer noch falsch...

      dann bitte mal in der Doku alles aktuell machen, denn da stehts über npm drin ;)
      b2e5f634-5168-4dd1-a1d6-3652cc07ba6d-image.png

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • J Jan1

        @thomas-braun sagte in Nach Update Anmeldung nicht mehr möglich:

        Joh, und in diesem Beitrag sind die Kommandos immer noch falsch...

        dann bitte mal in der Doku alles aktuell machen, denn da stehts über npm drin ;)
        b2e5f634-5168-4dd1-a1d6-3652cc07ba6d-image.png

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von Thomas Braun
        #17

        @jan1

        Du schaust offenbar in altes Zeuch rein.
        Hier stimmt es:

        https://www.iobroker.net/#de/documentation/tutorial/adapter.md

        Edit: Wobei
        iobroker install AdapterName@ver.si.on
        auch falsch ist.
        Muss natürlich
        iobroker upgrade AdapterName@ver.si.on
        lauten.
        Aber PRs dazu kannst du auch machen, @jan1
        So wie der hier:
        https://github.com/ioBroker/ioBroker.docs/pull/553

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        J 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @jan1

          Du schaust offenbar in altes Zeuch rein.
          Hier stimmt es:

          https://www.iobroker.net/#de/documentation/tutorial/adapter.md

          Edit: Wobei
          iobroker install AdapterName@ver.si.on
          auch falsch ist.
          Muss natürlich
          iobroker upgrade AdapterName@ver.si.on
          lauten.
          Aber PRs dazu kannst du auch machen, @jan1
          So wie der hier:
          https://github.com/ioBroker/ioBroker.docs/pull/553

          J Offline
          J Offline
          Jan1
          schrieb am zuletzt editiert von
          #18

          @thomas-braun
          ist eben doof, wenn ein und die selbe Doku zwei verschiedene Ansätze enthält, denn Dein Link ist die Doku in der ich auch nachschaue, allerdings unter IOBroker läuft nicht mehr.

          Da sollte mal einer aufräumen ;)

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • J Jan1

            @thomas-braun
            ist eben doof, wenn ein und die selbe Doku zwei verschiedene Ansätze enthält, denn Dein Link ist die Doku in der ich auch nachschaue, allerdings unter IOBroker läuft nicht mehr.

            Da sollte mal einer aufräumen ;)

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #19

            @jan1 sagte in Nach Update Anmeldung nicht mehr möglich:

            Da sollte mal einer aufräumen

            Dann ran, lieber @jan1
            Hast ja die Baustellen erkannt.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            J 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @jan1 sagte in Nach Update Anmeldung nicht mehr möglich:

              Da sollte mal einer aufräumen

              Dann ran, lieber @jan1
              Hast ja die Baustellen erkannt.

              J Offline
              J Offline
              Jan1
              schrieb am zuletzt editiert von
              #20

              @thomas-braun
              und immer noch keine Zeit ;)

              Läuft ja wieder und somit ab an die "echten" Baustellen.

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • J Jan1

                @thomas-braun
                und immer noch keine Zeit ;)

                Läuft ja wieder und somit ab an die "echten" Baustellen.

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #21

                @jan1 sagte in Nach Update Anmeldung nicht mehr möglich:

                und immer noch keine Zeit

                Die Pflege der Dokumentation kannst du dir auch für später vormerken.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                1 Antwort Letzte Antwort
                0
                • rweiseR Offline
                  rweiseR Offline
                  rweise
                  schrieb am zuletzt editiert von
                  #22

                  Da hab ich ja eine tolle Diskussion losgetreten. Egal, ob ich da falsch lag mit der alten Doku. es hat auf jeden Fall funktioniert. Übrigens habe ich nie behauptet das ich Linux Profi wäre. Aber es stand nirgends ein Weg wie ich die verflixte 7.2.1 wieder los werde.
                  Von daher wäre es nett gewesen wenn jemand mal eine Fehlerbehebung gepostet hätte. Auch wenn es Beta ist, würde wohl mancher gerne wissen wie er das ganze wieder zum laufen bekommt, der kein Profi ist. Ich habe das ganze übrigens auf zwei völlig unterschiedlichen Plattformen erleben dürfen. Eine "echte" RPI 4/4GB mit 32 Bit-Rasbian und einer Ménge Adaptern und Deconz Zigbee sowie einer Orange Pi 2 W Zero /4GB mit 64 Bit Debian und eigentlich blankem IOBroker.

                  Ro75R Thomas BraunT 2 Antworten Letzte Antwort
                  0
                  • rweiseR rweise

                    Da hab ich ja eine tolle Diskussion losgetreten. Egal, ob ich da falsch lag mit der alten Doku. es hat auf jeden Fall funktioniert. Übrigens habe ich nie behauptet das ich Linux Profi wäre. Aber es stand nirgends ein Weg wie ich die verflixte 7.2.1 wieder los werde.
                    Von daher wäre es nett gewesen wenn jemand mal eine Fehlerbehebung gepostet hätte. Auch wenn es Beta ist, würde wohl mancher gerne wissen wie er das ganze wieder zum laufen bekommt, der kein Profi ist. Ich habe das ganze übrigens auf zwei völlig unterschiedlichen Plattformen erleben dürfen. Eine "echte" RPI 4/4GB mit 32 Bit-Rasbian und einer Ménge Adaptern und Deconz Zigbee sowie einer Orange Pi 2 W Zero /4GB mit 64 Bit Debian und eigentlich blankem IOBroker.

                    Ro75R Offline
                    Ro75R Offline
                    Ro75
                    schrieb am zuletzt editiert von
                    #23

                    @rweise sagte in Nach Update Anmeldung nicht mehr möglich:

                    Aber es stand nirgends ein Weg wie ich die verflixte 7.2.1 wieder los werde.
                    Von daher wäre es nett gewesen wenn jemand mal eine Fehlerbehebung gepostet hätte.

                    Dann arbeite bitte nur mit STABLE (egal welchen Adapter). Bei BETA musst du halt mit so etwas rechnen.

                    Ro75.

                    SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                    1 Antwort Letzte Antwort
                    0
                    • rweiseR rweise

                      Da hab ich ja eine tolle Diskussion losgetreten. Egal, ob ich da falsch lag mit der alten Doku. es hat auf jeden Fall funktioniert. Übrigens habe ich nie behauptet das ich Linux Profi wäre. Aber es stand nirgends ein Weg wie ich die verflixte 7.2.1 wieder los werde.
                      Von daher wäre es nett gewesen wenn jemand mal eine Fehlerbehebung gepostet hätte. Auch wenn es Beta ist, würde wohl mancher gerne wissen wie er das ganze wieder zum laufen bekommt, der kein Profi ist. Ich habe das ganze übrigens auf zwei völlig unterschiedlichen Plattformen erleben dürfen. Eine "echte" RPI 4/4GB mit 32 Bit-Rasbian und einer Ménge Adaptern und Deconz Zigbee sowie einer Orange Pi 2 W Zero /4GB mit 64 Bit Debian und eigentlich blankem IOBroker.

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #24

                      @rweise sagte in Nach Update Anmeldung nicht mehr möglich:

                      Übrigens habe ich nie behauptet das ich Linux Profi wäre.

                      Musst du auch nicht, das hat nämlich mit 'Linux' gar nichts zu tun.

                      Von daher wäre es nett gewesen wenn jemand mal eine Fehlerbehebung gepostet hätte.

                      Es wäre nett gewesen, wenn du als Beta-Tester verwertbare LOGS bereitgestellt hättest, vielleicht hätte man damit den Fehler im Adapter dann auch beheben können.

                      Beta-Versionen werden ja nicht veröffentlicht, damit du da eine höhere Versionsnummer bestaunen darfst, sondern um Fehler zu finden und für ein stabiles Release auszumerzen.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      1 Antwort Letzte Antwort
                      3
                      • A Offline
                        A Offline
                        alexanderbrix
                        schrieb am zuletzt editiert von alexanderbrix
                        #25

                        so, gerade eben Update auf die 7.2.2 gemacht, gleiches Problem, kein Zugriff mehr auf die Admin-Oberfläche...
                        Also heute Abend wieder auf die 7.2.0 downgraden... :face_with_rolling_eyes:

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • crunchipC Abwesend
                          crunchipC Abwesend
                          crunchip
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von
                          #26

                          @jan1 sagte in Nach Update Anmeldung nicht mehr möglich:

                          allerdings unter IOBroker läuft nicht mehr.

                          das wurde 1:1 aus der alten Doku übernommen und bisher noch nicht überarbeitet worden
                          ich wollte mich drüber machen, leider fehlt mir aber die Zeit

                          umgestiegen von Proxmox auf Unraid

                          1 Antwort Letzte Antwort
                          0
                          • A alexanderbrix

                            so, gerade eben Update auf die 7.2.2 gemacht, gleiches Problem, kein Zugriff mehr auf die Admin-Oberfläche...
                            Also heute Abend wieder auf die 7.2.0 downgraden... :face_with_rolling_eyes:

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #27

                            @alexanderbrix

                            Hier kein Problem, die 7.2.2 läuft wie auch die 7.2.1 schon

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            1 Antwort Letzte Antwort
                            0
                            • E Eaglefire

                              Nach einigen Adapter Updates unter anderem auch dem Admin Adapter komme ich nicht mehr auf die IOBroker Oberfläche. Anmeldung kommt aber dann gehts leider nicht weiter. Es dreht sich nur der runde Kreis.....
                              Kann jemand helfen? Danke...

                              • Adaptername: ...
                              • Link zu Adapterrepository: www.github.com...
                              • Adapterversion: ...
                              • js-controller Version: 6.0.11
                              • Admin Version: 7.2.1
                              • Hardwaresystem:
                              • Arbeitsspeicher: ...xGB
                              • Festplattenart: SD-Karte, SSD, HDD, ...
                              • Betriebssystem: Debian GNU/Linux 12 (bookworm)
                              • Nodejs-Version: 18.20.4-1nodesource1
                              • NPM-Version: 10.7.0
                              • Installationsart: Skript oder Manuell ?
                              • Image, Docker genutzt:
                              • Ort, Name der Imagedatei: ...

                              Linux User bitte hier den Output von iob diag einfügen.

                              
                              ```bash
                              ======================= SUMMARY =======================
                                                      v.2024-08-12
                              
                              
                               Static hostname: IoBroker
                                     Icon name: computer-container
                                       Chassis: container ☐
                                Virtualization: lxc
                              Operating System: Debian GNU/Linux 12 (bookworm)
                                        Kernel: Linux 6.8.4-3-pve
                                  Architecture: x86-64
                              
                              Installation:           lxc
                              Kernel:                 x86_64
                              Userland:               64 bit
                              Timezone:               Europe/Berlin (CEST, +0200)
                              User-ID:                0
                              Display-Server:         false
                              Boot Target:            graphical.target
                              
                              Pending OS-Updates:     0
                              Pending iob updates:    0
                              
                              Nodejs-Installation:
                              /usr/bin/nodejs         v18.20.4
                              /usr/bin/node           v18.20.4
                              /usr/bin/npm            10.7.0
                              /usr/bin/npx            10.7.0
                              /usr/bin/corepack       0.28.0
                              
                              Recommended versions are nodejs 20.18.0 and npm 10.8.2
                              Your nodejs installation is correct
                              
                              MEMORY: 
                                             total        used        free      shared  buff/cache   available
                              Mem:            5.4G        1.5G        3.5G        110K        410M        3.9G
                              Swap:           536M          0B        536M
                              Total:          5.9G        1.5G        4.0G
                              
                              Active iob-Instances:   8
                              Upgrade policy: none
                              
                              ioBroker Core:          js-controller           6.0.11
                                                      admin                   7.2.1
                              
                              ioBroker Status:        iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Status admin and web instance:
                              + system.adapter.admin.0                  : admin                 : IoBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              
                              Objects:                9954
                              States:                 8256
                              
                              Size of iob-Database:
                              
                              21M     /opt/iobroker/iobroker-data/objects.jsonl
                              13M     /opt/iobroker/iobroker-data/states.jsonl
                              
                              
                              
                              =================== END OF SUMMARY ====================
                              
                              ======== Start marking the full check here =========
                              
                              ```bash
                              Skript v.2024-08-12
                              
                              *** BASE SYSTEM ***
                               Static hostname: IoBroker
                                     Icon name: computer-container
                                       Chassis: container ☐
                                Virtualization: lxc
                              Operating System: Debian GNU/Linux 12 (bookworm)
                                        Kernel: Linux 6.8.4-3-pve
                                  Architecture: x86-64
                              OS is similar to: 
                              
                              model name      : Intel(R) Core(TM) i5-7500T CPU @ 2.70GHz
                              Docker          : false
                              Virtualization  : lxc
                              Kernel          : x86_64
                              Userland        : 64 bit
                              
                              Systemuptime and Load:
                               09:10:04 up 4 min,  2 users,  load average: 3.59, 3.55, 4.86
                              CPU threads: 2
                              
                              
                              *** Time and Time Zones ***
                                             Local time: Sun 2024-10-06 09:10:05 CEST
                                         Universal time: Sun 2024-10-06 07:10:05 UTC
                                               RTC time: n/a
                                              Time zone: Europe/Berlin (CEST, +0200)
                              System clock synchronized: yes
                                            NTP service: inactive
                                        RTC in local TZ: no
                              
                              *** Users and Groups ***
                              User that called 'iob diag':
                              root
                              HOME=/root
                              GROUPS=root
                              
                              User that is running 'js-controller':
                              iobroker
                              HOME=/home/iobroker
                              GROUPS=iobroker tty dialout audio video plugdev
                              
                              *** Display-Server-Setup ***
                              Display-Server: false
                              Desktop: 
                              Terminal: 
                              Boot Target:    graphical.target
                              
                              *** MEMORY ***
                                             total        used        free      shared  buff/cache   available
                              Mem:            5.4G        1.3G        3.6G        110K        411M        4.0G
                              Swap:           536M          0B        536M
                              Total:          5.9G        1.3G        4.1G
                              
                              Active iob-Instances:   18
                              
                                       5120 M total memory
                                       1282 M used memory
                                       1303 M active memory
                                        279 M inactive memory
                                       3444 M free memory
                                          0 M buffer memory
                                        392 M swap cache
                                        512 M total swap
                                          0 M used swap
                                        512 M free swap
                              
                              *** top - Table Of Processes  ***
                              top - 09:10:05 up 4 min,  2 users,  load average: 3.59, 3.55, 4.86
                              Tasks:  42 total,   1 running,  41 sleeping,   0 stopped,   0 zombie
                              %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                              MiB Mem :   5120.0 total,   3443.3 free,   1284.1 used,    392.7 buff/cache     
                              MiB Swap:    512.0 total,    512.0 free,      0.0 used.   3835.9 avail Mem 
                              
                              *** FAILED SERVICES ***
                              
                                UNIT                    LOAD   ACTIVE SUB    DESCRIPTION
                              * run-rpc_pipefs.mount    loaded failed failed RPC Pipe File System
                              * sys-kernel-config.mount loaded failed failed Kernel Configuration File System
                              
                              LOAD   = Reflects whether the unit definition was properly loaded.
                              ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                              SUB    = The low-level unit activation state, values depend on unit type.
                              2 loaded units listed.
                              
                              *** FILESYSTEM ***
                              Filesystem                       Type      Size  Used Avail Use% Mounted on
                              /dev/mapper/pve-vm--101--disk--0 ext4       30G  5.2G   23G  19% /
                              none                             tmpfs     492K  4.0K  488K   1% /dev
                              udev                             devtmpfs   16G     0   16G   0% /dev/tty
                              tmpfs                            tmpfs      16G     0   16G   0% /dev/shm
                              tmpfs                            tmpfs     6.3G  104K  6.3G   1% /run
                              tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                              
                              Messages concerning ext4 filesystem in dmesg:
                              dmesg: read kernel buffer failed: Operation not permitted
                              
                              Show mounted filesystems:
                              TARGET SOURCE                           FSTYPE OPTIONS
                              /      /dev/mapper/pve-vm--101--disk--0 ext4   rw,relatime,stripe=16
                              
                              Files in neuralgic directories:
                              
                              /var:
                              717M    /var/
                              468M    /var/cache
                              464M    /var/cache/apt
                              388M    /var/cache/apt/archives
                              146M    /var/lib
                              
                              Archived and active journals take up 101.5M in the file system.
                              
                              /opt/iobroker/backups:
                              35M     /opt/iobroker/backups/
                              
                              /opt/iobroker/iobroker-data:
                              858M    /opt/iobroker/iobroker-data/
                              740M    /opt/iobroker/iobroker-data/files
                              617M    /opt/iobroker/iobroker-data/files/javascript.admin
                              560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                              558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                              
                              The five largest files in iobroker-data are:
                              24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                              21M     /opt/iobroker/iobroker-data/objects.jsonl
                              13M     /opt/iobroker/iobroker-data/states.jsonl
                              12M     /opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.bd24114f.js
                              11M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.c9e0f545.js
                              
                              USB-Devices by-id:
                              USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                              
                              No Devices found 'by-id'
                              
                              
                              
                              
                              *** NodeJS-Installation ***
                              
                              /usr/bin/nodejs         v18.20.4
                              /usr/bin/node           v18.20.4
                              /usr/bin/npm            10.7.0
                              /usr/bin/npx            10.7.0
                              /usr/bin/corepack       0.28.0
                              
                              
                              nodejs:
                                Installed: 18.20.4-1nodesource1
                                Candidate: 18.20.4-1nodesource1
                                Version table:
                               *** 18.20.4-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                      100 /var/lib/dpkg/status
                                   18.20.3-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.20.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.20.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.20.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.19.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.19.0+dfsg-6~deb12u2 500
                                      500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                   18.19.0+dfsg-6~deb12u1 500
                                      500 http://security.debian.org bookworm-security/main amd64 Packages
                                   18.19.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.18.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.18.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.18.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.17.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.17.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.16.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.16.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.15.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.13.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.12.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.11.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.10.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.9.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.9.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.8.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.7.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.6.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.5.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.4.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.3.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.2.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.1.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.0.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                              
                              Temp directories causing npm8 problem: 0
                              No problems detected
                              
                              Errors in npm tree:
                              
                              *** ioBroker-Installation ***
                              
                              ioBroker Status
                              iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Core adapters versions
                              js-controller:  6.0.11
                              admin:          7.2.1
                              javascript:     8.8.3
                              
                              nodejs modules from github:     0
                              
                              Adapter State
                                system.adapter.admin.0                  : admin                 : IoBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.alexa2.0                 : alexa2                : IoBroker                                 -  enabled
                              + system.adapter.backitup.0               : backitup              : IoBroker                                 -  enabled
                              + system.adapter.bydhvs.0                 : bydhvs                : IoBroker                                 -  enabled
                              + system.adapter.discovery.0              : discovery             : IoBroker                                 -  enabled
                              + system.adapter.fronius-solarweb.0       : fronius-solarweb      : IoBroker                                 -  enabled
                              + system.adapter.fronius-wattpilot.0      : fronius-wattpilot     : IoBroker                                 -  enabled
                              + system.adapter.fronius.0                : fronius               : IoBroker                                 -  enabled
                              + system.adapter.harmony.0                : harmony               : IoBroker                                 -  enabled
                              + system.adapter.hm-rega.0                : hm-rega               : IoBroker                                 -  enabled
                              + system.adapter.hm-rpc.0                 : hm-rpc                : IoBroker                                 -  enabled, port: 0
                              + system.adapter.hm-rpc.1                 : hm-rpc                : IoBroker                                 -  enabled, port: 0
                              + system.adapter.iot.0                    : iot                   : IoBroker                                 -  enabled
                              + system.adapter.javascript.0             : javascript            : IoBroker                                 -  enabled
                              + system.adapter.modbus.0                 : modbus                : IoBroker                                 -  enabled
                              + system.adapter.shelly.0                 : shelly                : IoBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                              + system.adapter.tibberlink.0             : tibberlink            : IoBroker                                 -  enabled
                              + system.adapter.yahka.0                  : yahka                 : IoBroker                                 -  enabled
                              
                              + instance is alive
                              
                              Enabled adapters with bindings
                                system.adapter.admin.0                  : admin                 : IoBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.hm-rpc.0                 : hm-rpc                : IoBroker                                 -  enabled, port: 0
                              + system.adapter.hm-rpc.1                 : hm-rpc                : IoBroker                                 -  enabled, port: 0
                              + system.adapter.shelly.0                 : shelly                : IoBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                              
                              ioBroker-Repositories
                              ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                              │ (index) │   name   │                           url                           │ auto upgrade │
                              ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                              │    0    │ 'stable' │    'http://download.iobroker.net/sources-dist.json'     │    false     │
                              │    1    │  'beta'  │ 'http://download.iobroker.net/sources-dist-latest.json' │    false     │
                              └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                              
                              Active repo(s): beta
                              Upgrade policy: none
                              
                              Installed ioBroker-Instances
                              Used repository: beta
                              Adapter    "admin"        : 7.2.1    , installed 7.2.1
                              Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                              Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                              Adapter    "bydhvs"       : 1.5.0    , installed 1.5.0
                              Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                              Adapter    "fronius"      : 2.1.1    , installed 2.1.1
                              Adapter    "fronius-solarweb": 0.1.0 , installed 0.1.0
                              Adapter    "fronius-wattpilot": 4.6.3, installed 4.6.3
                              Adapter    "harmony"      : 1.5.0    , installed 1.5.0
                              Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                              Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                              Adapter    "iot"          : 3.4.2    , installed 3.4.2
                              Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                              Controller "js-controller": 6.0.11   , installed 6.0.11
                              Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                              Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                              Adapter    "tibberlink"   : 3.5.1    , installed 3.5.1
                              Adapter    "yahka"        : 1.0.9    , installed 1.0.9
                              
                              Objects and States
                              Please stand by - This may take a while
                              Objects:        9954
                              States:         8255
                              
                              *** OS-Repositories and Updates ***
                              Hit:1 http://security.debian.org bookworm-security InRelease
                              Hit:2 http://deb.debian.org/debian bookworm InRelease
                              Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                              Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                              Reading package lists...
                              Pending Updates: 0
                              
                              *** Listening Ports ***
                              Active Internet connections (only servers)
                              Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                              tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          79528480   296/master          
                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       79528972   130/iobroker.js-con 
                              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       79529039   130/iobroker.js-con 
                              tcp        0      0 192.168.2.92:2001       0.0.0.0:*               LISTEN      1000       79531095   408/io.hm-rpc.0     
                              tcp        0      0 192.168.2.92:2010       0.0.0.0:*               LISTEN      1000       79531219   438/io.hm-rpc.1     
                              tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1000       79531604   554/io.shelly.0     
                              tcp        0      0 0.0.0.0:33847           0.0.0.0:*               LISTEN      1000       79533089   569/io.yahka.0      
                              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          79526580   1/init              
                              tcp6       0      0 :::61991                :::*                    LISTEN      1000       79531517   539/io.harmony.0    
                              tcp6       0      0 :::22                   :::*                    LISTEN      0          79527760   1/init              
                              tcp6       0      0 :::111                  :::*                    LISTEN      0          79526582   1/init              
                              tcp6       0      0 ::1:25                  :::*                    LISTEN      0          79528481   296/master          
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       79533094   569/io.yahka.0      
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       79533093   569/io.yahka.0      
                              udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1000       79531518   539/io.harmony.0    
                              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          79526581   1/init              
                              udp6       0      0 :::111                  :::*                                0          79526583   1/init              
                              
                              *** Log File - Last 25 Lines ***
                              
                                  at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                  at SocketAdmin._initSocket (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                  at /opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                  at /opt/iobroker/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                  at Array.forEach (<anonymous>)
                                  at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                  at WebSocketServer.emit (node:events:517:28)
                                  at WebSocketServer.emit (node:domain:489:12)
                              2024-10-06 09:10:16.278  - error: admin.0 (2081) Parameter "id" needs to be of type "string" but type "number" has been passed
                              2024-10-06 09:10:16.286  - info: admin.0 (2081) terminating http server on port 8081
                              2024-10-06 09:10:16.287  - info: admin.0 (2081) terminating
                              2024-10-06 09:10:16.287  - warn: admin.0 (2081) Terminated (UNCAUGHT_EXCEPTION): Without reason
                              2024-10-06 09:10:16.394  - error: host.IoBroker Caught by controller[0]: Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                              2024-10-06 09:10:16.394  - error: host.IoBroker Caught by controller[0]:     at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                              2024-10-06 09:10:16.394  - error: host.IoBroker Caught by controller[0]:     at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1373:19)
                              2024-10-06 09:10:16.394  - error: host.IoBroker Caught by controller[0]:     at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                              2024-10-06 09:10:16.394  - error: host.IoBroker Caught by controller[0]:     at SocketAdmin._initSocket (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                              2024-10-06 09:10:16.394  - error: host.IoBroker Caught by controller[0]:     at /opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                              2024-10-06 09:10:16.395  - error: host.IoBroker Caught by controller[0]:     at /opt/iobroker/node_modules/@iobroker/ws-server/dist/index.js:246:64
                              2024-10-06 09:10:16.395  - error: host.IoBroker Caught by controller[0]:     at Array.forEach (<anonymous>)
                              2024-10-06 09:10:16.395  - error: host.IoBroker Caught by controller[0]:     at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                              2024-10-06 09:10:16.395  - error: host.IoBroker Caught by controller[0]:     at WebSocketServer.emit (node:events:517:28)
                              2024-10-06 09:10:16.395  - error: host.IoBroker Caught by controller[0]:     at WebSocketServer.emit (node:domain:489:12)
                              2024-10-06 09:10:16.395  - error: host.IoBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                              2024-10-06 09:10:16.395  - info: host.IoBroker Restart adapter system.adapter.admin.0 because enabled
                              
                              

                              ============ Mark until here for C&P =============

                              A Offline
                              A Offline
                              ag
                              schrieb am zuletzt editiert von ag
                              #28

                              Hallo.
                              Habe eben Admin Version 7.22 installiert. danach Anmeldung nicht mehr möglich

                              Auszug aus dem Log:

                              f
                              admin.0
                              	2024-10-07 08:34:59.290	info	received all objects
                              admin.0
                              	2024-10-07 08:34:58.682	error	Cannot init i18n: Error: Cannot find i18n directory
                              admin.0
                              	2024-10-07 08:34:58.619	info	requesting all objects
                              admin.0
                              	2024-10-07 08:34:58.599	info	starting. Version 7.2.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.0-alpha.0-20240926-91f9b082f
                              host.RPI5Test
                              	2024-10-07 08:34:57.785	info	instance system.adapter.admin.1 in version "7.2.2" started with pid 65770
                              host.RPI5Test
                              	2024-10-07 08:34:57.378	info	instance system.adapter.admin.0 in version "7.2.2" started with pid 65763
                              host.RPI5Test
                              	2024-10-07 08:34:27.020	info	Restart adapter system.adapter.admin.0 because enabled
                              host.RPI5Test
                              	2024-10-07 08:34:27.020	error	instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                              host.RPI5Test
                              	2024-10-07 08:34:27.020	error	Caught by controller[0]: at WebSocketServer.emit (node:domain:488:12)
                              host.RPI5Test
                              	2024-10-07 08:34:27.020	error	Caught by controller[0]: at WebSocketServer.emit (node:events:519:28)
                              host.RPI5Test
                              	2024-10-07 08:34:27.020	error	Caught by controller[0]: at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                              host.RPI5Test
                              	2024-10-07 08:34:27.020	error	Caught by controller[0]: at Array.forEach (<anonymous>)
                              host.RPI5Test
                              	2024-10-07 08:34:27.020	error	Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                              host.RPI5Test
                              	2024-10-07 08:34:27.020	error	Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                              host.RPI5Test
                              	2024-10-07 08:34:27.020	error	Caught by controller[0]: at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                              host.RPI5Test
                              	2024-10-07 08:34:27.020	error	Caught by controller[0]: at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                              host.RPI5Test
                              	2024-10-07 08:34:27.020	error	Caught by controller[0]: at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                              host.RPI5Test
                              	2024-10-07 08:34:27.020	error	Caught by controller[0]: at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                              host.RPI5Test
                              	2024-10-07 08:34:27.019	error	Caught by controller[0]: Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                              admin.0
                              	2024-10-07 08:34:26.704	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                              admin.0
                              	2024-10-07 08:34:26.703	info	terminating
                              admin.0
                              	2024-10-07 08:34:26.702	info	terminating http server on port 8081
                              admin.0
                              	2024-10-07 08:34:26.692	error	Parameter "id" needs to be of type "string" but type "number" has been passed
                              admin.0
                              	2024-10-07 08:34:26.691	error	Error: Parameter "id" needs to be of type "string" but type "number" has been passed at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19) at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19) at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33) at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22) at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22 at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64 at Array.forEach (<anonymous>) at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50) at WebSocketServer.emit (node:events:519:28) at WebSocketServer.emit (node:domain:488:12)
                              admin.0
                              	2024-10-07 08:34:26.691	error	uncaught exception: Parameter "id" needs to be of type "string" but type "number" has been passed
                              admin.0
                              	2024-10-07 08:33:48.835	info	Use link "http://127.0.0.1:8081" to configure.
                              admin.0
                              	2024-10-07 08:33:48.835	info	http server listening on port 8081
                              admin.0
                              	2024-10-07 08:33:48.833	info	socket.io server listening on port 8081
                              admin.0
                              	2024-10-07 08:33:48.454	info	received all objects
                              admin.0
                              	2024-10-07 08:33:47.858	error	Cannot init i18n: Error: Cannot find i18n directory
                              admin.0
                              	2024-10-07 08:33:47.800	info	requesting all objects
                              admin.0
                              	2024-10-07 08:33:47.783	info	starting. Version 7.2.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.0-alpha.0-20240926-91f9b082f
                              

                              Edit:
                              die Instanz admin.1 hab ich danach zu testzwecken installiert.
                              Wenn ich diese dann starte und die instanz 0 stoppen komme ich auf die Admin-Oberfläche.

                              Gruß
                              ag

                              Operating System: Debian GNU/Linux 12 architecture: arm64 Pi5 8GB
                              /usr/bin/nodejs v20.18.0 /usr/bin/node 20.18.1 /usr/bin/npm 10.8.2
                              js-controller 7.0.6 admin 7.4.10

                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @knoddel @el_rob

                                Meldungen im Log?

                                E Offline
                                E Offline
                                el_rob
                                schrieb am zuletzt editiert von
                                #29

                                @thomas-braun Sorry, komme erst jetzt dazu... Bei Adapterversion 7.2.2 besteht bei mir das Problem immer noch. Hier das Log (bereinigt um irrelevante Einträge):

                                2024-10-07 09:54:40.206  - info: admin.0 (3048266) starting. Version 7.2.2 in /opt/iobroker/node_modules/iobroker.admin, node: v18.20.4, js-controller: 6.0.11
                                2024-10-07 09:54:40.225  - info: admin.0 (3048266) requesting all objects
                                2024-10-07 09:54:40.260  - error: admin.0 (3048266) Cannot init i18n: Error: Cannot find i18n directory
                                2024-10-07 09:54:41.457  - info: admin.0 (3048266) received all objects
                                2024-10-07 09:54:41.707  - info: admin.0 (3048266) socket.io server listening on port 8081
                                2024-10-07 09:54:41.708  - info: admin.0 (3048266) http server listening on port 8081
                                2024-10-07 09:54:41.709  - info: admin.0 (3048266) Use link "http://127.0.0.1:8081" to configure.
                                2024-10-07 09:54:46.557  - error: admin.0 (3048266) uncaught exception: Parameter "id" needs to be of type "string" but type "number" has been passed
                                2024-10-07 09:54:46.557  - error: admin.0 (3048266) Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                    at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                    at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1373:19)
                                    at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                    at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                    at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                    at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                    at Array.forEach (<anonymous>)
                                    at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                    at WebSocketServer.emit (node:events:517:28)
                                    at WebSocketServer.emit (node:domain:489:12)
                                2024-10-07 09:54:46.557  - error: admin.0 (3048266) Parameter "id" needs to be of type "string" but type "number" has been passed
                                2024-10-07 09:54:46.564  - info: admin.0 (3048266) terminating http server on port 8081
                                2024-10-07 09:54:46.565  - info: admin.0 (3048266) terminating
                                2024-10-07 09:54:46.566  - warn: admin.0 (3048266) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                2024-10-07 09:54:46.799  - error: host.iobroker Caught by controller[0]: Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                2024-10-07 09:54:46.799  - error: host.iobroker Caught by controller[0]:     at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                2024-10-07 09:54:46.799  - error: host.iobroker Caught by controller[0]:     at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1373:19)
                                2024-10-07 09:54:46.799  - error: host.iobroker Caught by controller[0]:     at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                2024-10-07 09:54:46.799  - error: host.iobroker Caught by controller[0]:     at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                2024-10-07 09:54:46.799  - error: host.iobroker Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                2024-10-07 09:54:46.799  - error: host.iobroker Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                2024-10-07 09:54:46.799  - error: host.iobroker Caught by controller[0]:     at Array.forEach (<anonymous>)
                                2024-10-07 09:54:46.799  - error: host.iobroker Caught by controller[0]:     at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                2024-10-07 09:54:46.799  - error: host.iobroker Caught by controller[0]:     at WebSocketServer.emit (node:events:517:28)
                                2024-10-07 09:54:46.799  - error: host.iobroker Caught by controller[0]:     at WebSocketServer.emit (node:domain:489:12)
                                2024-10-07 09:54:46.799  - error: host.iobroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                2024-10-07 09:54:46.799  - info: host.iobroker Restart adapter system.adapter.admin.0 because enabled
                                2024-10-07 09:55:17.142  - info: host.iobroker instance system.adapter.admin.0 in version "7.2.2" started with pid 3049825
                                2024-10-07 09:55:18.356  - info: admin.0 (3049825) starting. Version 7.2.2 in /opt/iobroker/node_modules/iobroker.admin, node: v18.20.4, js-controller: 6.0.11
                                2024-10-07 09:55:18.375  - info: admin.0 (3049825) requesting all objects
                                2024-10-07 09:55:18.410  - error: admin.0 (3049825) Cannot init i18n: Error: Cannot find i18n directory
                                2024-10-07 09:55:19.642  - info: admin.0 (3049825) received all objects
                                2024-10-07 09:55:19.748  - info: squeezeboxrpc.0 (1192) State value to set for "squeezeboxrpc.0.Server.LastScan" has to be type "number" but received type "string" 
                                2024-10-07 09:55:19.783  - info: admin.0 (3049825) socket.io server listening on port 8081
                                2024-10-07 09:55:19.784  - info: admin.0 (3049825) http server listening on port 8081
                                2024-10-07 09:55:19.784  - info: admin.0 (3049825) Use link "http://127.0.0.1:8081" to configure.
                                2024-10-07 09:55:24.543  - error: admin.0 (3049825) uncaught exception: Parameter "id" needs to be of type "string" but type "number" has been passed
                                2024-10-07 09:55:24.543  - error: admin.0 (3049825) Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                    at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                    at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1373:19)
                                    at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                    at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                    at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                    at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                    at Array.forEach (<anonymous>)
                                    at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                    at WebSocketServer.emit (node:events:517:28)
                                    at WebSocketServer.emit (node:domain:489:12)
                                2024-10-07 09:55:24.543  - error: admin.0 (3049825) Parameter "id" needs to be of type "string" but type "number" has been passed
                                2024-10-07 09:55:24.550  - info: admin.0 (3049825) terminating http server on port 8081
                                2024-10-07 09:55:24.551  - info: admin.0 (3049825) terminating
                                2024-10-07 09:55:24.552  - warn: admin.0 (3049825) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                2024-10-07 09:55:24.803  - error: host.iobroker Caught by controller[0]: Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                2024-10-07 09:55:24.804  - error: host.iobroker Caught by controller[0]:     at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                2024-10-07 09:55:24.804  - error: host.iobroker Caught by controller[0]:     at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1373:19)
                                2024-10-07 09:55:24.804  - error: host.iobroker Caught by controller[0]:     at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                2024-10-07 09:55:24.804  - error: host.iobroker Caught by controller[0]:     at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                2024-10-07 09:55:24.804  - error: host.iobroker Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                2024-10-07 09:55:24.804  - error: host.iobroker Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                2024-10-07 09:55:24.804  - error: host.iobroker Caught by controller[0]:     at Array.forEach (<anonymous>)
                                2024-10-07 09:55:24.804  - error: host.iobroker Caught by controller[0]:     at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                2024-10-07 09:55:24.804  - error: host.iobroker Caught by controller[0]:     at WebSocketServer.emit (node:events:517:28)
                                2024-10-07 09:55:24.804  - error: host.iobroker Caught by controller[0]:     at WebSocketServer.emit (node:domain:489:12)
                                2024-10-07 09:55:24.804  - error: host.iobroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                2024-10-07 09:55:24.804  - info: host.iobroker Restart adapter system.adapter.admin.0 because enabled
                                
                                1 Antwort Letzte Antwort
                                0
                                • T Offline
                                  T Offline
                                  TT-Tom
                                  schrieb am zuletzt editiert von TT-Tom
                                  #30

                                  Hallo,

                                  habe den Test mit dem js-controller 7.0.0, Admin 7.2.1 und Nodejs 20.18.0 durchgeführt. Das Log sieht den andren gleich aus.

                                  2024-10-07 11:30:55.346  - info: host.iobtest Restart adapter system.adapter.admin.0 because enabled
                                  2024-10-07 11:31:25.572  - info: host.iobtest instance system.adapter.admin.0 in version "7.2.1" started with pid 9133
                                  2024-10-07 11:31:26.332  - info: admin.0 (9133) starting. Version 7.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.0
                                  2024-10-07 11:31:26.347  - info: admin.0 (9133) requesting all objects
                                  2024-10-07 11:31:26.385  - error: admin.0 (9133) Cannot init i18n: Error: Cannot find i18n directory
                                  2024-10-07 11:31:26.753  - info: admin.0 (9133) received all objects
                                  2024-10-07 11:31:26.877  - info: admin.0 (9133) socket.io server listening on port 8081
                                  2024-10-07 11:31:26.878  - info: admin.0 (9133) http server listening on port 8081
                                  2024-10-07 11:31:26.878  - info: admin.0 (9133) Use link "http://127.0.0.1:8081" to configure.
                                  2024-10-07 11:31:31.081  - error: admin.0 (9133) uncaught exception: Parameter "id" needs to be of type "string" but type "number" has been passed
                                  2024-10-07 11:31:31.081  - error: admin.0 (9133) Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                      at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                      at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                      at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                      at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                      at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                      at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                      at Array.forEach (<anonymous>)
                                      at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                      at WebSocketServer.emit (node:events:519:28)
                                      at WebSocketServer.emit (node:domain:488:12)
                                  2024-10-07 11:31:31.081  - error: admin.0 (9133) Parameter "id" needs to be of type "string" but type "number" has been passed
                                  2024-10-07 11:31:31.089  - info: admin.0 (9133) terminating http server on port 8081
                                  2024-10-07 11:31:31.089  - info: admin.0 (9133) terminating
                                  2024-10-07 11:31:31.090  - warn: admin.0 (9133) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                  2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]: Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                  2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                  2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                  2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                  2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                  2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                  2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                  2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at Array.forEach (<anonymous>)
                                  2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                  2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:events:519:28)
                                  2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:domain:488:12)
                                  2024-10-07 11:31:31.442  - error: host.iobtest instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                  2024-10-07 11:31:31.442  - info: host.iobtest Restart adapter system.adapter.admin.0 because enabled
                                  

                                  gleiches Verhalten mit Version 7.2.2

                                  2024-10-07 11:38:26.917  - info: host.iobtest instance system.adapter.admin.0 in version "7.2.2" started with pid 9648
                                  2024-10-07 11:38:27.722  - info: admin.0 (9648) starting. Version 7.2.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.0
                                  2024-10-07 11:38:27.737  - info: admin.0 (9648) requesting all objects
                                  2024-10-07 11:38:27.776  - error: admin.0 (9648) Cannot init i18n: Error: Cannot find i18n directory
                                  2024-10-07 11:38:28.145  - info: admin.0 (9648) received all objects
                                  2024-10-07 11:38:28.348  - info: admin.0 (9648) socket.io server listening on port 8081
                                  2024-10-07 11:38:28.349  - info: admin.0 (9648) http server listening on port 8081
                                  2024-10-07 11:38:28.350  - info: admin.0 (9648) Use link "http://127.0.0.1:8081" to configure.
                                  2024-10-07 11:38:29.654  - error: admin.0 (9648) uncaught exception: Parameter "id" needs to be of type "string" but type "number" has been passed
                                  2024-10-07 11:38:29.654  - error: admin.0 (9648) Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                      at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                      at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                      at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                      at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                      at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                      at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                      at Array.forEach (<anonymous>)
                                      at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                      at WebSocketServer.emit (node:events:519:28)
                                      at WebSocketServer.emit (node:domain:488:12)
                                  2024-10-07 11:38:29.654  - error: admin.0 (9648) Parameter "id" needs to be of type "string" but type "number" has been passed
                                  2024-10-07 11:38:29.662  - info: admin.0 (9648) terminating http server on port 8081
                                  2024-10-07 11:38:29.662  - info: admin.0 (9648) terminating
                                  2024-10-07 11:38:29.663  - warn: admin.0 (9648) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                  2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]: Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                  2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                  2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                  2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                  2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                  2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                  2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                  2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at Array.forEach (<anonymous>)
                                  2024-10-07 11:38:30.016  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                  2024-10-07 11:38:30.016  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:events:519:28)
                                  2024-10-07 11:38:30.016  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:domain:488:12)
                                  2024-10-07 11:38:30.016  - error: host.iobtest instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                  2024-10-07 11:38:30.016  - info: host.iobtest Restart adapter system.adapter.admin.0 because enabled
                                  

                                  Gruß Tom
                                  https://github.com/tt-tom17
                                  Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

                                  NSPanel Script Wiki
                                  https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                  NSPanel Adapter Wiki
                                  https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • T TT-Tom

                                    Hallo,

                                    habe den Test mit dem js-controller 7.0.0, Admin 7.2.1 und Nodejs 20.18.0 durchgeführt. Das Log sieht den andren gleich aus.

                                    2024-10-07 11:30:55.346  - info: host.iobtest Restart adapter system.adapter.admin.0 because enabled
                                    2024-10-07 11:31:25.572  - info: host.iobtest instance system.adapter.admin.0 in version "7.2.1" started with pid 9133
                                    2024-10-07 11:31:26.332  - info: admin.0 (9133) starting. Version 7.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.0
                                    2024-10-07 11:31:26.347  - info: admin.0 (9133) requesting all objects
                                    2024-10-07 11:31:26.385  - error: admin.0 (9133) Cannot init i18n: Error: Cannot find i18n directory
                                    2024-10-07 11:31:26.753  - info: admin.0 (9133) received all objects
                                    2024-10-07 11:31:26.877  - info: admin.0 (9133) socket.io server listening on port 8081
                                    2024-10-07 11:31:26.878  - info: admin.0 (9133) http server listening on port 8081
                                    2024-10-07 11:31:26.878  - info: admin.0 (9133) Use link "http://127.0.0.1:8081" to configure.
                                    2024-10-07 11:31:31.081  - error: admin.0 (9133) uncaught exception: Parameter "id" needs to be of type "string" but type "number" has been passed
                                    2024-10-07 11:31:31.081  - error: admin.0 (9133) Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                        at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                        at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                        at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                        at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                        at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                        at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                        at Array.forEach (<anonymous>)
                                        at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                        at WebSocketServer.emit (node:events:519:28)
                                        at WebSocketServer.emit (node:domain:488:12)
                                    2024-10-07 11:31:31.081  - error: admin.0 (9133) Parameter "id" needs to be of type "string" but type "number" has been passed
                                    2024-10-07 11:31:31.089  - info: admin.0 (9133) terminating http server on port 8081
                                    2024-10-07 11:31:31.089  - info: admin.0 (9133) terminating
                                    2024-10-07 11:31:31.090  - warn: admin.0 (9133) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]: Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                    2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                    2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                    2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                    2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                    2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                    2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                    2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at Array.forEach (<anonymous>)
                                    2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                    2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:events:519:28)
                                    2024-10-07 11:31:31.442  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:domain:488:12)
                                    2024-10-07 11:31:31.442  - error: host.iobtest instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                    2024-10-07 11:31:31.442  - info: host.iobtest Restart adapter system.adapter.admin.0 because enabled
                                    

                                    gleiches Verhalten mit Version 7.2.2

                                    2024-10-07 11:38:26.917  - info: host.iobtest instance system.adapter.admin.0 in version "7.2.2" started with pid 9648
                                    2024-10-07 11:38:27.722  - info: admin.0 (9648) starting. Version 7.2.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.0
                                    2024-10-07 11:38:27.737  - info: admin.0 (9648) requesting all objects
                                    2024-10-07 11:38:27.776  - error: admin.0 (9648) Cannot init i18n: Error: Cannot find i18n directory
                                    2024-10-07 11:38:28.145  - info: admin.0 (9648) received all objects
                                    2024-10-07 11:38:28.348  - info: admin.0 (9648) socket.io server listening on port 8081
                                    2024-10-07 11:38:28.349  - info: admin.0 (9648) http server listening on port 8081
                                    2024-10-07 11:38:28.350  - info: admin.0 (9648) Use link "http://127.0.0.1:8081" to configure.
                                    2024-10-07 11:38:29.654  - error: admin.0 (9648) uncaught exception: Parameter "id" needs to be of type "string" but type "number" has been passed
                                    2024-10-07 11:38:29.654  - error: admin.0 (9648) Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                        at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                        at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                        at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                        at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                        at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                        at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                        at Array.forEach (<anonymous>)
                                        at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                        at WebSocketServer.emit (node:events:519:28)
                                        at WebSocketServer.emit (node:domain:488:12)
                                    2024-10-07 11:38:29.654  - error: admin.0 (9648) Parameter "id" needs to be of type "string" but type "number" has been passed
                                    2024-10-07 11:38:29.662  - info: admin.0 (9648) terminating http server on port 8081
                                    2024-10-07 11:38:29.662  - info: admin.0 (9648) terminating
                                    2024-10-07 11:38:29.663  - warn: admin.0 (9648) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]: Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                    2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                    2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                    2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                    2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                    2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                    2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                    2024-10-07 11:38:30.015  - error: host.iobtest Caught by controller[0]:     at Array.forEach (<anonymous>)
                                    2024-10-07 11:38:30.016  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                    2024-10-07 11:38:30.016  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:events:519:28)
                                    2024-10-07 11:38:30.016  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:domain:488:12)
                                    2024-10-07 11:38:30.016  - error: host.iobtest instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                    2024-10-07 11:38:30.016  - info: host.iobtest Restart adapter system.adapter.admin.0 because enabled
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #31

                                    Scheint mir ein Fehler mit der Authentifzierung bei admins mit SSL/https zu sein.

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    A T E 3 Antworten Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      Scheint mir ein Fehler mit der Authentifzierung bei admins mit SSL/https zu sein.

                                      A Offline
                                      A Offline
                                      ag
                                      schrieb am zuletzt editiert von
                                      #32

                                      @thomas-braun sagte in Nach Update Anmeldung nicht mehr möglich:

                                      Scheint mir ein Fehler mit der Authentifzierung bei admins mit SSL/https zu sein.

                                      Habe Authentifizierung ausgeschaltet und dann auf 7.2.2 upgedatet.

                                      Admin wird problemlos angezeigt

                                      Gruß
                                      ag

                                      Operating System: Debian GNU/Linux 12 architecture: arm64 Pi5 8GB
                                      /usr/bin/nodejs v20.18.0 /usr/bin/node 20.18.1 /usr/bin/npm 10.8.2
                                      js-controller 7.0.6 admin 7.4.10

                                      1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        Scheint mir ein Fehler mit der Authentifzierung bei admins mit SSL/https zu sein.

                                        T Offline
                                        T Offline
                                        TT-Tom
                                        schrieb am zuletzt editiert von TT-Tom
                                        #33

                                        @thomas-braun

                                        ich nutze kein https, aber die Anmeldung als Admin. Werde es auch mal ohne versuchen.

                                        Bildschirmfoto 2024-10-07 um 13.18.21.png

                                        ohne Authentifizierung funktioniert das Update auf 7.2.2.
                                        habe danach die Authentifizierung wieder aktiviert und folgendes Log erhalten mit den Resultat, dass man sich nicht mehr einloggen kann und der Admin in einer Schleife wieder hängt.

                                        2024-10-07 13:19:06.612  - info: admin.0 (10274) starting. Version 7.2.0 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.0
                                        2024-10-07 13:19:06.627  - info: admin.0 (10274) requesting all objects
                                        2024-10-07 13:19:06.666  - error: admin.0 (10274) Cannot init i18n: Error: Cannot find i18n directory
                                        2024-10-07 13:19:07.037  - info: admin.0 (10274) received all objects
                                        2024-10-07 13:19:07.161  - info: admin.0 (10274) socket.io server listening on port 8081
                                        2024-10-07 13:19:07.161  - info: admin.0 (10274) http server listening on port 8081
                                        2024-10-07 13:19:07.162  - info: admin.0 (10274) Use link "http://127.0.0.1:8081" to configure.
                                        2024-10-07 13:19:08.974  - info: admin.0 (10274) ==> Connected system.user.admin from ::ffff:192.168.178.11
                                        2024-10-07 13:19:26.550  - info: fahrplan.0 (8780) Updated 2 routes, 2 enabled and 0 disabled
                                        2024-10-07 13:19:26.792  - info: fahrplan.0 (8780) Updated 1 departure timetables, 1 enabled and 0 disabled
                                        2024-10-07 13:19:29.572  - info: host.iobtest "system.adapter.admin.0" disabled
                                        2024-10-07 13:19:29.573  - info: host.iobtest stopInstance system.adapter.admin.0 (force=false, process=true)
                                        2024-10-07 13:19:29.575  - info: admin.0 (10274) Got terminate signal TERMINATE_YOURSELF
                                        2024-10-07 13:19:29.575  - info: admin.0 (10274) terminating http server on port 8081
                                        2024-10-07 13:19:29.577  - info: admin.0 (10274) terminating
                                        2024-10-07 13:19:29.577  - info: admin.0 (10274) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2024-10-07 13:19:29.614  - info: host.iobtest stopInstance system.adapter.admin.0 send kill signal
                                        2024-10-07 13:19:30.078  - info: admin.0 (10274) terminating
                                        2024-10-07 13:19:30.100  - info: host.iobtest instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2024-10-07 13:19:32.575  - info: host.iobtest [WEBSERVER_UPGRADE] (admin) Server is running on http://localhost:8081
                                        2024-10-07 13:19:35.917  - info: host.iobtest [WEBSERVER_UPGRADE] (admin) Successfully upgraded admin to version 7.2.2
                                        2024-10-07 13:19:36.350  - info: host.iobtest [WEBSERVER_UPGRADE] (admin) Final information delivered
                                        2024-10-07 13:19:36.355  - info: host.iobtest "system.adapter.admin.0" enabled
                                        2024-10-07 13:19:36.355  - info: host.iobtest [WEBSERVER_UPGRADE] (admin) Successfully started adapter
                                        2024-10-07 13:19:36.588  - info: host.iobtest instance system.adapter.admin.0 in version "7.2.2" started with pid 10336
                                        2024-10-07 13:19:37.318  - info: admin.0 (10336) starting. Version 7.2.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.0
                                        2024-10-07 13:19:37.333  - info: admin.0 (10336) requesting all objects
                                        2024-10-07 13:19:37.371  - error: admin.0 (10336) Cannot init i18n: Error: Cannot find i18n directory
                                        2024-10-07 13:19:37.744  - info: admin.0 (10336) received all objects
                                        2024-10-07 13:19:37.858  - info: admin.0 (10336) socket.io server listening on port 8081
                                        2024-10-07 13:19:37.858  - info: admin.0 (10336) http server listening on port 8081
                                        2024-10-07 13:19:37.859  - info: admin.0 (10336) Use link "http://127.0.0.1:8081" to configure.
                                        2024-10-07 13:19:40.480  - info: admin.0 (10336) ==> Connected system.user.admin from ::ffff:192.168.178.11
                                        2024-10-07 13:19:41.606  - info: admin.0 (10336) <== Disconnect system.user.admin from ::ffff:192.168.178.11 admin
                                        2024-10-07 13:19:42.118  - info: admin.0 (10336) ==> Connected system.user.admin from ::ffff:192.168.178.11
                                        2024-10-07 13:20:15.922  - info: host.iobtest stopInstance system.adapter.admin.0 (force=false, process=true)
                                        2024-10-07 13:20:15.925  - info: admin.0 (10336) Got terminate signal TERMINATE_YOURSELF
                                        2024-10-07 13:20:15.926  - info: admin.0 (10336) terminating http server on port 8081
                                        2024-10-07 13:20:15.929  - info: admin.0 (10336) terminating
                                        2024-10-07 13:20:15.930  - info: admin.0 (10336) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2024-10-07 13:20:15.964  - info: host.iobtest stopInstance system.adapter.admin.0 send kill signal
                                        2024-10-07 13:20:16.429  - info: admin.0 (10336) terminating
                                        2024-10-07 13:20:16.453  - info: host.iobtest instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2024-10-07 13:20:19.656  - info: host.iobtest instance system.adapter.admin.0 in version "7.2.2" started with pid 10404
                                        2024-10-07 13:20:20.390  - info: admin.0 (10404) starting. Version 7.2.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.0
                                        2024-10-07 13:20:20.404  - info: admin.0 (10404) requesting all objects
                                        2024-10-07 13:20:20.443  - error: admin.0 (10404) Cannot init i18n: Error: Cannot find i18n directory
                                        2024-10-07 13:20:20.823  - info: admin.0 (10404) received all objects
                                        2024-10-07 13:20:20.945  - info: admin.0 (10404) socket.io server listening on port 8081
                                        2024-10-07 13:20:20.946  - info: admin.0 (10404) http server listening on port 8081
                                        2024-10-07 13:20:20.946  - info: admin.0 (10404) Use link "http://127.0.0.1:8081" to configure.
                                        2024-10-07 13:20:22.775  - error: admin.0 (10404) uncaught exception: Parameter "id" needs to be of type "string" but type "number" has been passed
                                        2024-10-07 13:20:22.775  - error: admin.0 (10404) Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                            at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                            at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                            at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                            at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                            at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                            at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                            at Array.forEach (<anonymous>)
                                            at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                            at WebSocketServer.emit (node:events:519:28)
                                            at WebSocketServer.emit (node:domain:488:12)
                                        2024-10-07 13:20:22.775  - error: admin.0 (10404) Parameter "id" needs to be of type "string" but type "number" has been passed
                                        2024-10-07 13:20:22.783  - info: admin.0 (10404) terminating http server on port 8081
                                        2024-10-07 13:20:22.783  - info: admin.0 (10404) terminating
                                        2024-10-07 13:20:22.784  - warn: admin.0 (10404) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                        2024-10-07 13:20:23.112  - error: host.iobtest Caught by controller[1]: strict mode: missing type "object" for keyword "properties" at "#/if" (strictTypes)
                                        2024-10-07 13:20:23.112  - error: host.iobtest Caught by controller[2]: strict mode: missing type "object" for keyword "properties" at "#" (strictTypes)
                                        2024-10-07 13:20:23.112  - error: host.iobtest Caught by controller[3]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.112  - error: host.iobtest Caught by controller[4]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.112  - error: host.iobtest Caught by controller[5]: strict mode: required property "items" is not defined at "#/properties/items/patternProperties/%5E.%2B/allOf/9/then/oneOf/0" (strictRequired)
                                        2024-10-07 13:20:23.112  - error: host.iobtest Caught by controller[6]: strict mode: required property "#include" is not defined at "#/properties/items/patternProperties/%5E.%2B/allOf/9/then/oneOf/1" (strictRequired)
                                        2024-10-07 13:20:23.112  - error: host.iobtest Caught by controller[7]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.112  - error: host.iobtest Caught by controller[8]: strict mode: required property "items" is not defined at "#/patternProperties/%5E.%2B/allOf/9/then/oneOf/0" (strictRequired)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[9]: strict mode: required property "#include" is not defined at "#/patternProperties/%5E.%2B/allOf/9/then/oneOf/1" (strictRequired)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[10]: strict mode: missing type "object" for keyword "required" at "#/definitions/sendToProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[10]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/sendToProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[11]: strict mode: missing type "object" for keyword "properties" at "#/definitions/sendToProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[12]: strict mode: missing type "object" for keyword "required" at "#/definitions/stateProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[12]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/stateProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[13]: strict mode: missing type "object" for keyword "properties" at "#/definitions/stateProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[14]: strict mode: missing type "object" for keyword "required" at "#/definitions/passwordProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[15]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/passwordProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[15]: strict mode: missing type "object" for keyword "properties" at "#/definitions/passwordProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[16]: strict mode: missing type "object" for keyword "required" at "#" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[16]: strict mode: missing type "object" for keyword "additionalProperties" at "#" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[17]: strict mode: missing type "object" for keyword "properties" at "#" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[18]: strict mode: missing type "object" for keyword "required" at "#/definitions/checkboxProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[18]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/checkboxProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[19]: strict mode: missing type "object" for keyword "properties" at "#/definitions/checkboxProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[20]: strict mode: missing type "object" for keyword "required" at "#/definitions/fileSelectorProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[21]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/fileSelectorProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[21]: strict mode: missing type "object" for keyword "properties" at "#/definitions/fileSelectorProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[22]: strict mode: missing type "object" for keyword "required" at "#/definitions/numberProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[23]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/numberProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[23]: strict mode: missing type "object" for keyword "properties" at "#/definitions/numberProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[24]: strict mode: missing type "object" for keyword "required" at "#/definitions/aliveProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[25]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/aliveProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[25]: strict mode: missing type "object" for keyword "properties" at "#/definitions/aliveProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[26]: strict mode: missing type "object" for keyword "required" at "#/definitions/qrCodeProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[26]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/qrCodeProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[27]: strict mode: missing type "object" for keyword "properties" at "#/definitions/qrCodeProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[28]: strict mode: missing type "object" for keyword "required" at "#/definitions/cronProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[28]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/cronProps" (strictTypes)
                                        2024-10-07 13:20:23.113  - error: host.iobtest Caught by controller[28]: strict mode: missing type "object" for keyword "properties" at "#/definitions/cronProps" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[28]: strict mode: missing type "object" for keyword "required" at "#/definitions/cronProps/oneOf/0" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[28]: strict mode: required property "complex" is not defined at "#/definitions/cronProps/oneOf/0" (strictRequired)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[28]: strict mode: missing type "object" for keyword "required" at "#/definitions/cronProps/oneOf/1" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[28]: strict mode: required property "simple" is not defined at "#/definitions/cronProps/oneOf/1" (strictRequired)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[28]: strict mode: missing type "object" for keyword "required" at "#/definitions/deviceManagerProps" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[28]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/deviceManagerProps" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[28]: strict mode: missing type "object" for keyword "properties" at "#/definitions/deviceManagerProps" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[28]: strict mode: missing type "object" for keyword "required" at "#" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[28]: strict mode: missing type "object" for keyword "additionalProperties" at "#" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[28]: strict mode: missing type "object" for keyword "properties" at "#" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[29]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[30]: strict mode: missing type "object" for keyword "additionalProperties" at "#" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[30]: strict mode: missing type "object" for keyword "properties" at "#" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[31]: strict mode: use allowUnionTypes to allow union type keyword at "#/properties/width" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[32]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[33]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[34]: strict mode: required property "items" is not defined at "#/items/allOf/10/then/allOf/1/oneOf/0" (strictRequired)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[35]: strict mode: required property "#include" is not defined at "#/items/allOf/10/then/allOf/1/oneOf/1" (strictRequired)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[36]: strict mode: missing type "object" for keyword "required" at "#/definitions/aliveProps" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[36]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/aliveProps" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[37]: strict mode: missing type "object" for keyword "properties" at "#/definitions/aliveProps" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[38]: strict mode: required property "complex" is not defined at "#/items/allOf/21/then/oneOf/0" (strictRequired)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[39]: strict mode: required property "simple" is not defined at "#/items/allOf/21/then/oneOf/1" (strictRequired)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[40]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[41]: strict mode: missing type "object" for keyword "required" at "#/definitions/certificatesProps" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[41]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/certificatesProps" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[42]: strict mode: missing type "object" for keyword "properties" at "#/definitions/certificatesProps" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[43]: strict mode: missing type "object" for keyword "required" at "#" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[43]: strict mode: missing type "object" for keyword "properties" at "#" (strictTypes)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[44]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.114  - error: host.iobtest Caught by controller[45]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[46]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[47]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[48]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[49]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[50]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[51]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[52]: strict mode: missing type "object" for keyword "required" at "#/definitions/certificatesProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[52]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/certificatesProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[53]: strict mode: missing type "object" for keyword "properties" at "#/definitions/certificatesProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[54]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[55]: strict mode: missing type "object" for keyword "required" at "#/definitions/instanceProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[55]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/instanceProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[56]: strict mode: missing type "object" for keyword "properties" at "#/definitions/instanceProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[57]: strict mode: missing type "object" for keyword "required" at "#/definitions/objectIdProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[58]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/objectIdProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[58]: strict mode: missing type "object" for keyword "properties" at "#/definitions/objectIdProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[59]: strict mode: missing type "object" for keyword "required" at "#/definitions/timePickerProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[59]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/timePickerProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[59]: strict mode: missing type "object" for keyword "properties" at "#/definitions/timePickerProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[59]: strict mode: missing type "object" for keyword "required" at "#/definitions/coordinatesProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[59]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/coordinatesProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[59]: strict mode: missing type "object" for keyword "properties" at "#/definitions/coordinatesProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[60]: strict mode: missing type "object" for keyword "required" at "#/definitions/interfaceProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[61]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/interfaceProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[61]: strict mode: missing type "object" for keyword "properties" at "#/definitions/interfaceProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[62]: strict mode: missing type "object" for keyword "required" at "#/definitions/stateProps" (strictTypes)
                                        2024-10-07 13:20:23.115  - error: host.iobtest Caught by controller[62]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/stateProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[63]: strict mode: missing type "object" for keyword "properties" at "#/definitions/stateProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[64]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[65]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[66]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[67]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[68]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[69]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[70]: strict mode: missing type "object" for keyword "required" at "#/definitions/sendToProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[70]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/sendToProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[71]: strict mode: missing type "object" for keyword "properties" at "#/definitions/sendToProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[72]: strict mode: missing type "object" for keyword "required" at "#/definitions/stateProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[72]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/stateProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[73]: strict mode: missing type "object" for keyword "properties" at "#/definitions/stateProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[74]: strict mode: missing type "object" for keyword "required" at "#/definitions/passwordProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[75]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/passwordProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[75]: strict mode: missing type "object" for keyword "properties" at "#/definitions/passwordProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[76]: strict mode: missing type "object" for keyword "required" at "#/definitions/checkboxProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[76]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/checkboxProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[77]: strict mode: missing type "object" for keyword "properties" at "#/definitions/checkboxProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[78]: strict mode: missing type "object" for keyword "required" at "#/definitions/fileSelectorProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[78]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/fileSelectorProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[79]: strict mode: missing type "object" for keyword "properties" at "#/definitions/fileSelectorProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[80]: strict mode: missing type "object" for keyword "required" at "#/definitions/numberProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[80]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/numberProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[81]: strict mode: missing type "object" for keyword "properties" at "#/definitions/numberProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[82]: strict mode: missing type "object" for keyword "required" at "#/definitions/aliveProps" (strictTypes)
                                        2024-10-07 13:20:23.116  - error: host.iobtest Caught by controller[83]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/aliveProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[83]: strict mode: missing type "object" for keyword "properties" at "#/definitions/aliveProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[84]: strict mode: missing type "object" for keyword "required" at "#/definitions/qrCodeProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[85]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/qrCodeProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[85]: strict mode: missing type "object" for keyword "properties" at "#/definitions/qrCodeProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[86]: strict mode: missing type "object" for keyword "required" at "#/definitions/cronProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[87]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/cronProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[87]: strict mode: missing type "object" for keyword "properties" at "#/definitions/cronProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[88]: strict mode: missing type "object" for keyword "required" at "#/definitions/cronProps/oneOf/0" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[89]: strict mode: required property "complex" is not defined at "#/definitions/cronProps/oneOf/0" (strictRequired)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[90]: strict mode: missing type "object" for keyword "required" at "#/definitions/cronProps/oneOf/1" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[91]: strict mode: required property "simple" is not defined at "#/definitions/cronProps/oneOf/1" (strictRequired)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[92]: strict mode: missing type "object" for keyword "required" at "#/definitions/deviceManagerProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[93]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/deviceManagerProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[93]: strict mode: missing type "object" for keyword "properties" at "#/definitions/deviceManagerProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[94]: strict mode: missing type "object" for keyword "required" at "#/definitions/certificatesProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[94]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/certificatesProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[95]: strict mode: missing type "object" for keyword "properties" at "#/definitions/certificatesProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[96]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[97]: strict mode: missing type "object" for keyword "required" at "#/definitions/instanceProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[97]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/instanceProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[97]: strict mode: missing type "object" for keyword "properties" at "#/definitions/instanceProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[98]: strict mode: missing type "object" for keyword "required" at "#/definitions/objectIdProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[98]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/objectIdProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[98]: strict mode: missing type "object" for keyword "properties" at "#/definitions/objectIdProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[99]: strict mode: missing type "object" for keyword "required" at "#/definitions/timePickerProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[99]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/timePickerProps" (strictTypes)
                                        2024-10-07 13:20:23.117  - error: host.iobtest Caught by controller[99]: strict mode: missing type "object" for keyword "properties" at "#/definitions/timePickerProps" (strictTypes)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[100]: strict mode: missing type "object" for keyword "required" at "#/definitions/coordinatesProps" (strictTypes)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[100]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/coordinatesProps" (strictTypes)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[101]: strict mode: missing type "object" for keyword "properties" at "#/definitions/coordinatesProps" (strictTypes)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[102]: strict mode: missing type "object" for keyword "required" at "#/definitions/interfaceProps" (strictTypes)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[102]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/interfaceProps" (strictTypes)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[103]: strict mode: missing type "object" for keyword "properties" at "#/definitions/interfaceProps" (strictTypes)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[104]: strict mode: missing type "object" for keyword "required" at "#/definitions/stateProps" (strictTypes)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[105]: strict mode: missing type "object" for keyword "additionalProperties" at "#/definitions/stateProps" (strictTypes)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[105]: strict mode: missing type "object" for keyword "properties" at "#/definitions/stateProps" (strictTypes)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[106]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[107]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[108]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[109]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[110]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[111]: strict mode: required property "en" is not defined at "#/definitions/multilingual" (strictRequired)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[112]: Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[112]:     at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[112]:     at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[112]:     at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[112]:     at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[112]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[112]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[112]:     at Array.forEach (<anonymous>)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[112]:     at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[112]:     at WebSocketServer.emit (node:events:519:28)
                                        2024-10-07 13:20:23.118  - error: host.iobtest Caught by controller[112]:     at WebSocketServer.emit (node:domain:488:12)
                                        2024-10-07 13:20:23.118  - error: host.iobtest instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                        2024-10-07 13:20:23.118  - info: host.iobtest Restart adapter system.adapter.admin.0 because enabled
                                        2024-10-07 13:20:53.346  - info: host.iobtest instance system.adapter.admin.0 in version "7.2.2" started with pid 10437
                                        2024-10-07 13:20:54.082  - info: admin.0 (10437) starting. Version 7.2.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.0
                                        2024-10-07 13:20:54.096  - info: admin.0 (10437) requesting all objects
                                        2024-10-07 13:20:54.135  - error: admin.0 (10437) Cannot init i18n: Error: Cannot find i18n directory
                                        2024-10-07 13:20:54.510  - info: admin.0 (10437) received all objects
                                        2024-10-07 13:20:54.637  - info: admin.0 (10437) socket.io server listening on port 8081
                                        2024-10-07 13:20:54.638  - info: admin.0 (10437) http server listening on port 8081
                                        2024-10-07 13:20:54.638  - info: admin.0 (10437) Use link "http://127.0.0.1:8081" to configure.
                                        2024-10-07 13:21:29.058  - error: admin.0 (10437) uncaught exception: Parameter "id" needs to be of type "string" but type "number" has been passed
                                        2024-10-07 13:21:29.058  - error: admin.0 (10437) Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                            at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                            at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                            at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                            at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                            at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                            at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                            at Array.forEach (<anonymous>)
                                            at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                            at WebSocketServer.emit (node:events:519:28)
                                            at WebSocketServer.emit (node:domain:488:12)
                                        2024-10-07 13:21:29.058  - error: admin.0 (10437) Parameter "id" needs to be of type "string" but type "number" has been passed
                                        2024-10-07 13:21:29.066  - info: admin.0 (10437) terminating http server on port 8081
                                        2024-10-07 13:21:29.067  - info: admin.0 (10437) terminating
                                        2024-10-07 13:21:29.067  - warn: admin.0 (10437) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                        2024-10-07 13:21:29.503  - error: host.iobtest Caught by controller[0]: Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                        2024-10-07 13:21:29.503  - error: host.iobtest Caught by controller[0]:     at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                        2024-10-07 13:21:29.503  - error: host.iobtest Caught by controller[0]:     at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                        2024-10-07 13:21:29.503  - error: host.iobtest Caught by controller[0]:     at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                        2024-10-07 13:21:29.503  - error: host.iobtest Caught by controller[0]:     at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                        2024-10-07 13:21:29.503  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                        2024-10-07 13:21:29.503  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                        2024-10-07 13:21:29.503  - error: host.iobtest Caught by controller[0]:     at Array.forEach (<anonymous>)
                                        2024-10-07 13:21:29.503  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                        2024-10-07 13:21:29.503  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:events:519:28)
                                        2024-10-07 13:21:29.503  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:domain:488:12)
                                        2024-10-07 13:21:29.503  - error: host.iobtest instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                        2024-10-07 13:21:29.504  - info: host.iobtest Restart adapter system.adapter.admin.0 because enabled
                                        2024-10-07 13:21:59.721  - info: host.iobtest instance system.adapter.admin.0 in version "7.2.2" started with pid 10476
                                        2024-10-07 13:22:00.471  - info: admin.0 (10476) starting. Version 7.2.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.0
                                        2024-10-07 13:22:00.485  - info: admin.0 (10476) requesting all objects
                                        2024-10-07 13:22:00.524  - error: admin.0 (10476) Cannot init i18n: Error: Cannot find i18n directory
                                        2024-10-07 13:22:00.899  - info: admin.0 (10476) received all objects
                                        2024-10-07 13:22:01.029  - info: admin.0 (10476) socket.io server listening on port 8081
                                        2024-10-07 13:22:01.030  - info: admin.0 (10476) http server listening on port 8081
                                        2024-10-07 13:22:01.031  - info: admin.0 (10476) Use link "http://127.0.0.1:8081" to configure.
                                        2024-10-07 13:22:05.403  - error: admin.0 (10476) uncaught exception: Parameter "id" needs to be of type "string" but type "number" has been passed
                                        2024-10-07 13:22:05.403  - error: admin.0 (10476) Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                            at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                            at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                            at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                            at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                            at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                            at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                            at Array.forEach (<anonymous>)
                                            at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                            at WebSocketServer.emit (node:events:519:28)
                                            at WebSocketServer.emit (node:domain:488:12)
                                        2024-10-07 13:22:05.404  - error: admin.0 (10476) Parameter "id" needs to be of type "string" but type "number" has been passed
                                        2024-10-07 13:22:05.411  - info: admin.0 (10476) terminating http server on port 8081
                                        2024-10-07 13:22:05.412  - info: admin.0 (10476) terminating
                                        2024-10-07 13:22:05.412  - warn: admin.0 (10476) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                        2024-10-07 13:22:05.730  - error: host.iobtest Caught by controller[0]: Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                        2024-10-07 13:22:05.731  - error: host.iobtest Caught by controller[0]:     at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                        2024-10-07 13:22:05.731  - error: host.iobtest Caught by controller[0]:     at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                        2024-10-07 13:22:05.731  - error: host.iobtest Caught by controller[0]:     at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                        2024-10-07 13:22:05.731  - error: host.iobtest Caught by controller[0]:     at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                        2024-10-07 13:22:05.731  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                        2024-10-07 13:22:05.731  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                        2024-10-07 13:22:05.731  - error: host.iobtest Caught by controller[0]:     at Array.forEach (<anonymous>)
                                        2024-10-07 13:22:05.731  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                        2024-10-07 13:22:05.731  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:events:519:28)
                                        2024-10-07 13:22:05.731  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:domain:488:12)
                                        2024-10-07 13:22:05.731  - error: host.iobtest instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                        2024-10-07 13:22:05.731  - info: host.iobtest Restart adapter system.adapter.admin.0 because enabled
                                        2024-10-07 13:22:35.960  - info: host.iobtest instance system.adapter.admin.0 in version "7.2.2" started with pid 10509
                                        2024-10-07 13:22:36.702  - info: admin.0 (10509) starting. Version 7.2.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.0
                                        2024-10-07 13:22:36.717  - info: admin.0 (10509) requesting all objects
                                        2024-10-07 13:22:36.755  - error: admin.0 (10509) Cannot init i18n: Error: Cannot find i18n directory
                                        2024-10-07 13:22:37.139  - info: admin.0 (10509) received all objects
                                        2024-10-07 13:22:37.255  - info: admin.0 (10509) socket.io server listening on port 8081
                                        2024-10-07 13:22:37.256  - info: admin.0 (10509) http server listening on port 8081
                                        2024-10-07 13:22:37.256  - info: admin.0 (10509) Use link "http://127.0.0.1:8081" to configure.
                                        2024-10-07 13:22:41.460  - error: admin.0 (10509) uncaught exception: Parameter "id" needs to be of type "string" but type "number" has been passed
                                        2024-10-07 13:22:41.460  - error: admin.0 (10509) Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                            at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                            at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                            at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                            at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                            at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                            at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                            at Array.forEach (<anonymous>)
                                            at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                            at WebSocketServer.emit (node:events:519:28)
                                            at WebSocketServer.emit (node:domain:488:12)
                                        2024-10-07 13:22:41.461  - error: admin.0 (10509) Parameter "id" needs to be of type "string" but type "number" has been passed
                                        2024-10-07 13:22:41.468  - info: admin.0 (10509) terminating http server on port 8081
                                        2024-10-07 13:22:41.469  - info: admin.0 (10509) terminating
                                        2024-10-07 13:22:41.469  - warn: admin.0 (10509) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                        2024-10-07 13:22:41.866  - error: host.iobtest Caught by controller[0]: Error: Parameter "id" needs to be of type "string" but type "number" has been passed
                                        2024-10-07 13:22:41.866  - error: host.iobtest Caught by controller[0]:     at Function.assertString (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/validator.ts:238:19)
                                        2024-10-07 13:22:41.866  - error: host.iobtest Caught by controller[0]:     at Admin.getSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1374:19)
                                        2024-10-07 13:22:41.866  - error: host.iobtest Caught by controller[0]:     at SocketAdmin.__getUserFromSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:73:33)
                                        2024-10-07 13:22:41.866  - error: host.iobtest Caught by controller[0]:     at SocketAdmin._initSocket (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:162:22)
                                        2024-10-07 13:22:41.866  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/socket-classes/lib/socketCommon.js:104:22
                                        2024-10-07 13:22:41.866  - error: host.iobtest Caught by controller[0]:     at /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:64
                                        2024-10-07 13:22:41.866  - error: host.iobtest Caught by controller[0]:     at Array.forEach (<anonymous>)
                                        2024-10-07 13:22:41.866  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/ws-server/dist/index.js:246:50)
                                        2024-10-07 13:22:41.866  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:events:519:28)
                                        2024-10-07 13:22:41.866  - error: host.iobtest Caught by controller[0]:     at WebSocketServer.emit (node:domain:488:12)
                                        2024-10-07 13:22:41.867  - error: host.iobtest instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                        2024-10-07 13:22:41.867  - info: host.iobtest Restart adapter system.adapter.admin.0 because enabled
                                        

                                        mit https und ohne Authentifizierung funktioniert der Admin in Version 7.2.2

                                        Bildschirmfoto 2024-10-07 um 13.35.19.png

                                        jetzt könnte es am Password liegen, das bestimmte Zeichen oder länge nicht mehr passt.

                                        Gruß Tom
                                        https://github.com/tt-tom17
                                        Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

                                        NSPanel Script Wiki
                                        https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                        NSPanel Adapter Wiki
                                        https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                                        1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          Scheint mir ein Fehler mit der Authentifzierung bei admins mit SSL/https zu sein.

                                          E Offline
                                          E Offline
                                          el_rob
                                          schrieb am zuletzt editiert von
                                          #34

                                          @thomas-braun sagte in Nach Update Anmeldung nicht mehr möglich:

                                          Scheint mir ein Fehler mit der Authentifzierung bei admins mit SSL/https zu sein.

                                          Bei meiner Installation ist HTTPS nicht aktiviert.

                                          T 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          899

                                          Online

                                          32.5k

                                          Benutzer

                                          81.6k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe