Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. gelöst: Deprication Warning (ausgelöst durch VIS)

    NEWS

    • Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    gelöst: Deprication Warning (ausgelöst durch VIS)

    This topic has been deleted. Only users with topic management privileges can see it.
    • mcm1957
      mcm1957 @BBTown last edited by mcm1957

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @BBTown last edited by

        @bbtown sagte in Fehler: Deprication Warning:

        @Thomas-Braun Du hattest völlig recht

        springst du zwischen verschiedenen Threads?
        hier hat Thomas bisher nichts gesagt

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

          @bbtown sagte in Fehler: Deprication Warning:

          die iob diag Ausgabe war unvollständig, i

          Ich weiß, ich hab iob diag geschrieben...

          Setz den user 'memyself' in die Gruppe adm rein. Dann kann der auch das Journal lesen.

          Davon abgesehen ist de Rest in Ordnung.

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

            @homoran ja, dies war ein sidekick aus dem IOT/Alexa/Beta-Test Thread 🤓

            1 Reply Last reply Reply Quote 1
            • BBTown
              BBTown @Thomas Braun last edited by BBTown

              @thomas-braun ich habe die Ausgabe des iob diag aktualisiert, bin nur nicht sicher ob dies weiterhilft bei der Ursachensuche?!

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

                @bbtown sagte in Fehler: Deprication Warning:

                bin nur nicht sicher ob dies weiterhilft bei der Ursachensuche?!

                Ich auch nicht. Welche Ursache denn überhaupt? Ich hatte nicht nach der Ausgabe gefragt.
                War glaube ich @haselchen im anderen Thread.

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

                  @thomas-braun siehe meinen ersten Post hier im Thread.
                  Ich bin auf der Suche nach einer Lösung für die angegebenen Fehlermeldungen 🙄

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

                    @bbtown

                    The URL http://IP:PORT/api/events/raw is invalid.

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

                      @thomas-braun was möchtest Du mir damit sagen?

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

                        @bbtown

                        Hast du da die Ausgabe verändert?
                        Wenn nicht, dann steht irgendwo im Code halt eine ungültige IP-Adresse drin.
                        Ich seh aber nicht woher die Meldung genau kommt.

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

                          @thomas-braun
                          Genau das ist ja auch mein Problem, ich weiss gar nicht wo ich nachschauen soll um etwas zu korrigieren, was genau diese Meldung auslösen könnte ...

                          Armilar 1 Reply Last reply Reply Quote 0
                          • Armilar
                            Armilar Most Active Forum Testing @BBTown last edited by Armilar

                            @bbtown

                            2025-10-18 21:08:23.316  - error: host.ioBroker Caught by controller[0]: (node:2283) [DEP0170] DeprecationWarning: The URL http://IP:PORT/api/events/raw is invalid. Future versions of Node.js will throw an error.
                            2025-10-18 21:08:23.318  - error: host.ioBroker Caught by controller[0]: (Use `node --trace-deprecation ...` to show where the warning was created)
                            2025-10-18 21:33:39.286  - error: iot.0 (8707) [AlexaV3::DeviceManager]: failed to collect devices: TypeError: Cannot create property 'smartType' on string ''
                            2025-10-18 21:33:39.389  - error: iot.0 (8707) [AlexaV3::DeviceManager]: TypeError: Cannot create property 'smartType' on string ''
                                at Object.controls (/opt/iobroker/node_modules/iobroker.iot/src/lib/AlexaSmartHomeV3/Helpers/Utils.ts:440:36)
                                at DeviceManager.collectEndpoints (/opt/iobroker/node_modules/iobroker.iot/src/lib/AlexaSmartHomeV3/DeviceManager.ts:139:36)
                                at AlexaSH3.updateDevices (/opt/iobroker/node_modules/iobroker.iot/src/lib/alexaSmartHomeV3.ts:33:9)
                                at IotAdapter.main (/opt/iobroker/node_modules/iobroker.iot/src/main.ts:1545:13)
                            

                            Sieht für mich nach dem iot.0 aus. Also um das mal einzugrenzen...

                            BBTown 1 Reply Last reply Reply Quote 0
                            • BBTown
                              BBTown @Armilar last edited by

                              @armilar
                              danke dir für eine Rückemldung!
                              Diese Fehler gehgören nicht zusammen. Die Fehler in Verbindung mit dem IoT-Adapter sind behoben.

                              Beim Systemnstart erhalte ich lediglich diese Fehler ... dort ist bedauerlicherweise kein Hinweis auf den Ursprung (außer host.ioBroker

                              
                              host.ioBroker
                              2025-10-19 10:21:20.266	error	Caught by controller[0]: (Use `node --trace-deprecation ...` to show where the warning was created)
                              
                              host.ioBroker
                              2025-10-19 10:21:20.265	error	Caught by controller[0]: (node:85291) [DEP0170] DeprecationWarning: The URL http://IP:PORT/api/events/raw is invalid. Future versions of Node.js will throw an error.
                              
                              host.ioBroker
                              2025-10-19 10:21:15.793	error	Caught by controller[0]: (Use `node --trace-deprecation ...` to show where the warning was created)
                              
                              host.ioBroker
                              2025-10-19 10:21:15.788	error	Caught by controller[0]: (node:85263) [DEP0170] DeprecationWarning: The URL http://IP:PORT/api/events/raw is invalid. Future versions of Node.js will throw an error.
                              
                              apollon77 1 Reply Last reply Reply Quote 0
                              • apollon77
                                apollon77 @BBTown last edited by

                                @bbtown Github issue bei iot bitte anlegen

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

                                  @apollon77
                                  Ich habe den Fehler gefunden.
                                  Die Meldungen kamen beim Start von "vis.0" und "vis.google-fonts"
                                  Ich habe zunächst beides entfernt und prüfe mal was beim erneuten Installieren der Adapter geschieht.
                                  Da ich iQontrol verwende benötige ich VIS nicht zwingend.

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

                                    @bbtown Ok dann wüsste man wo man eingrenzen kann. Bitte Issues anlegen

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

                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate

                                    993
                                    Online

                                    32.3k
                                    Users

                                    81.1k
                                    Topics

                                    1.3m
                                    Posts

                                    6
                                    18
                                    377
                                    Loading More Posts
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    Community
                                    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                    The ioBroker Community 2014-2023
                                    logo